A curated collection of useful and fun bookmarklets to enhance your Browse experience.
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 without installing extensions.
For the easiest experience, visit our Live Site where you can drag and drop the bookmarklets directly to your bookmarks bar.
Alternatively, you can install them manually:
- Create a New Bookmark: In your browser, open your bookmarks manager or right-click your bookmarks bar and select "Add page" or "Add bookmark."
- Name the Bookmark: Give it a descriptive name (e.g., "Facebook Video Downloader").
- Paste the Code: From the GitHub source, copy the JavaScript code for the bookmarklet and paste it into the URL field.
- Save: Save the bookmark.
Name | Description | Links |
---|---|---|
Download videos from Facebook with different quality options, resolution, and file size information. | Install from Live Site • View Code | |
Allows full control of YouTube videos, including downloading and more. | Install from Live Site • View Code | |
Expands all 'view more comments' and 'show replies' on Facebook posts. Great for searching in comments (Ctrl + F). | Install from Live Site • View Code | |
Removes paywalls from websites using multiple sources from removepaywall.com. | Install from Live Site • View Code | |
Bypasses 'Members only' articles on Medium by using freedium.cfd. | Install from Live Site • View Code |
Name | Description | Links |
---|---|---|
Exports and imports localStorage of a selected domain without manual copying. | Install from Live Site • View Code | |
Shows or hides all password fields on the page with each click. for sites that don't have the option. | Install from Live Site • View Code |
Have a favorite bookmarklet you'd like to share? Contributions are welcome!
- Fork the repository.
- Create a new branch:
git checkout -b new-bookmarklet
- Add your bookmarklet to the
index.html
file in the appropriate category. - Make sure to include a title, description, and links to the bookmarklet code and its source.
- Submit a pull request with a clear description of your changes.
This project is licensed under the MIT License.