Questions tagged [bookmarklet]
A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands to extend the browser's functionality.
12 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
5
votes
1
answer
135
views
Breakout Game as a Bookmarklet in JavaScript
Why I made it
I wanted to experiment with javascript: bookmarklets and see how far a small injected script could go on any site by making a simple injectable game.
...
1
vote
1
answer
291
views
Chrome bookmarklet to expand examples elements on a dictionary webpage
I created the following Chrome bookmarklet to open all elements with text Extra Examples boxes on this page. For example - the element labeled with text Extra Examples below can be clicked:
When it ...
2
votes
0
answers
44
views
Bookmarklet for selecting code snippets on StackExchange in 2021
The following code will add to each code block on https://codereview.stackexchange.com/ or https://stackoverflow.com/ a 'Select Code' button that will select the code belonging to that block.
This was ...
2
votes
1
answer
264
views
Selectively printing elements on web page using a bookmarklet
There is a web page I visit which I would like to print. However, I only want to print a couple of things on it, not everything.
So, I am making a bookmarklet that I can use whenever I visit the page ...
2
votes
1
answer
628
views
Copying text to the user's clipboard
Here's my code.
...
2
votes
0
answers
87
views
Bookmarklet to quickly fill an input with a maximum width string for visual testing purposes
I'm currently working on a complete overhaul of the CSS of our flagship product with a goal of maintainability and simplification. During the testing, my coworkers and I have found that a lot of pages ...
5
votes
2
answers
140
views
Bookmarklet that helps Stack Exchange users farm reputation
I made a bookmarklet called RepAdvisor (more info at this link) that rates Stack Overflow questions based on how easy it is to gain reputation by answering them.
...
0
votes
2
answers
861
views
Bookmarklet to go to YouTube channel RSS feed
I've written a simple bookmarklet to go to the YouTube channel RSS feed URL from at least any video or channel page:
...
2
votes
1
answer
1k
views
Efficient Traversal and Manipulation of the DOM with Native JavaScript Using For/In Loop
With native JavaScript, I intend to traverse a collection of elements in the DOM that contain a link and an image (and possibly other elements). The image may or may not be inside the link—in ...
2
votes
2
answers
233
views
JavaScript bookmarklet with a 24 hour cache
I'm working on a bookmarklet that will be cached for 24 hours only, after that time it will be reloaded from the original source.
Is there something I could improve?
...
10
votes
2
answers
2k
views
Tool for automatically correcting indentation and formatting of CR & SO code
This is my tentative solution to:
How can I prepare my code so that I can paste it formatted?
If you need to copy and paste code into the question or answer textarea when solving someone's problem, ...
13
votes
2
answers
270
views
Bookmarklet for selecting code snippets on Code Review
The following code will add to each code block a 'Select Code' button that will select the code belonging to that block. Please review for maintainability.
In order to use this, visit http://...