Oskar Austegard

Bookmarklet Installer

A web-based tool to easily create and install bookmarklets from a GitHub repository or from custom code.

Live Demo Source Code

Overview

This utility simplifies the process of installing bookmarklets. It can fetch a list of pre-written bookmarklets from the oaustegard/bookmarklets repository or accept custom JavaScript code. The tool then minifies the code and generates a standard bookmarklet link that you can drag directly to your browser’s bookmarks bar.

Features

Usage

There are two ways to use the installer:

Option 1: Select a Pre-defined Bookmarklet

  1. Open the Bookmarklet Installer.
  2. Choose a bookmarklet from the dropdown menu. The code and a suggested name will be automatically loaded.
  3. (Optional) Modify the name if desired.
  4. Drag the generated link below the name field to your bookmarks bar.

Option 2: Use Your Own Code

  1. Open the Bookmarklet Installer.
  2. Paste your JavaScript code into the text area.
  3. Enter a name for your bookmarklet in the name field.
  4. Drag the generated link to your bookmarks bar.

Technical Details

Credits

Created by Oskar Austegard (@oaustegard)


For issues, feature requests, or contributions, please open an issue on GitHub.