Skip to content

A collection of JavaScript bookmarks (nicknamed "Blookmarkets") that add fun visual effects or helpful tweaks to any webpage. Whether you want to rotate the page, invert colors, or add a rainbow background, these bookmarklets have you covered!

License

Notifications You must be signed in to change notification settings

Anshkabra2012/Bookmarklets

Repository files navigation

Bookmarklets

License: MIT Stars Forks Issues PRs Welcome

A collection of JavaScript bookmarklets (nicknamed "Blookmarkets") that add fun visual effects or helpful tweaks to any webpage. Whether you want to rotate the page, invert colors, or add a rainbow background, these bookmarklets have you covered!

Table of Contents


Features

  • Fun Effects: Shake, blink, rotate, glitch, sparkle, and more!
  • Lightweight: Simple JavaScript snippets that run directly in your browser.
  • Easy Setup: Copy the code into a bookmark, and you're ready to go.
  • Demo Website: Visit https://bookmarks.itsansh.xyz for a great demo!

Installation

  1. Clone or Download this repository:

    git clone https://github.com/Anshkabra2012/Bookmarklets.git

    Or download the ZIP from GitHub and extract it locally.

  2. Open the index.html (if included) to view a user-friendly interface for generating or copying bookmarklets.


Usage

  1. Copy any bookmarklet code (it starts with javascript:).
  2. Create a New Bookmark in your browser (Chrome, Firefox, etc.).
  3. Paste the code into the URL field of the bookmark.
  4. Name it anything you like (e.g., “Rainbow Background”).
  5. Click the bookmark on any webpage to run the bookmarklet.

Available Bookmarklets

Below is a summary of each bookmarklet. For detailed code, see the individual files or the main index.html page.

  1. Rainbow Background

    • Cycles the background color every second with random RGB values.
  2. Random RGB Text

    • Applies random colors to paragraph text (<p> elements).
  3. Shake Everything

    • Adds a fun shake animation to all elements on the page.
  4. Invert Colors

    • Inverts the entire page’s colors using a CSS filter.
  5. Blink Paragraphs

    • Makes <p> elements blink repeatedly.
  6. Rotating Page

    • Continuously rotates the entire webpage.
  7. Particle Burst on Click

    • Spawns colorful expanding particles wherever you click.
  8. Glitch Images

    • Applies a glitchy effect to all <img> elements.
  9. Scale Up Images

    • Smoothly enlarges all images.
  10. Sparkle Effect

    • Creates small white sparkles at random positions on the screen.
  11. Cycling Fonts for Paragraphs

    • Cycles through different fonts for <p> text at set intervals.
  12. Image Rotation Cycle

    • Continuously rotates each image on the page.

Feel free to customize or build upon these bookmarklets for your own needs!


Contributing

Contributions are welcome! To submit a feature or fix:

  1. Fork this repository.
  2. Create a new branch for your feature or bugfix.
  3. Commit and push your changes.
  4. Open a Pull Request describing your updates.

License

This project is licensed under the MIT License.
See the LICENSE file for details.


Happy bookmarklet-ing!
Maintained by Anshkabra2012.

About

A collection of JavaScript bookmarks (nicknamed "Blookmarkets") that add fun visual effects or helpful tweaks to any webpage. Whether you want to rotate the page, invert colors, or add a rainbow background, these bookmarklets have you covered!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published