π Bookmarklets Wiki
A curated collection of useful bookmarklets to enhance your browsing experience.
π What are Bookmarklets?
Bookmarklets are small JavaScript programs stored as a URL in a browser's bookmark. When clicked, they execute the JavaScript code on the currently open web page, allowing you to perform various actions, modify content, or extract information without installing extensions.
π How to Use Bookmarklets
Installation Methods:
- Method 1 - Manual Creation:
- Create a new bookmark in your browser (right-click bookmarks bar β "Add page" or "Add bookmark")
- Give it a descriptive name (e.g., "Facebook Video Downloader")
- In the "URL" or "Address" field, paste the entire JavaScript code for the bookmarklet
- Make sure the code starts with
javascript:
- Save the bookmark
- Method 2 - Drag and Drop:
- Simply drag the bookmarklet link directly to your browser's bookmarks bar
- The bookmark will be created automatically
Using the Bookmarklet:
- Navigate to the webpage where you want to use the bookmarklet
- Click on the bookmarklet in your bookmarks bar or menu
- The JavaScript code will execute on the current page
πProductivity & Utilities
Bookmarklets to help you be more efficient and perform common tasks.
Facebook Video Downloader
Download videos from Facebook by displaying available video URLs in different qualities.
Shows resolution, duration, and file size for each option.
Note: If no video is found, click the play button on the video first, then run the bookmarklet again.
Facebook Comments Expander
Automatically expands all "view more comments" and "show replies" sections on Facebook posts.
Continues expanding until all comments are visible.
Tip: Check the browser console (F12) to see the expansion progress.
π¨βπ»Developer Tools
Bookmarklets useful for web developers, designers, and anyone inspecting web pages.
Neat Local Storage Exporter
Exports local storage of a selected domain without the need of manual copying each key. Supports Importing the exported keys too.
Tip: To select another local storage within the same domain you select it from the browser's focus.
π¨Fun & Customization
Bookmarklets for entertainment and personalizing your browsing experience.
Coming Soon
Fun customization bookmarklets will be added here. Consider contributing your favorites!
π€ Contributing
Have a favorite bookmarklet to share? Contributions are welcome! Simply submit a pull request with your bookmarklet added to the appropriate category.
π License
This project is licensed under the MIT License.