About 1,140 results
Open links in new tab
  1. What are Bookmarklets? How to Use JavaScript to Make a Bookmarklet

    Jun 17, 2021 · Bookmarklets are browser bookmarks that execute JavaScript instead of opening a webpage. They're also known as bookmark applets, favlets, or JavaScript bookmarks. Bookmarklets …

  2. Making Bookmarklets · GitHub

    Feb 2, 2026 · A bookmarklet is a bookmark that runs javascript on the current page instead of taking you to a new page. To declare that it is a bookmarklet, the "location" it points to starts with javascript:.

  3. Bookmarklets.js Home

    Bookmarklets.js is a simple JavaScript library for creating and manipulating custom bookmarklets. Formerly known as Workspaces.js, Bookmarklets.js includes a revolutionary feature that quickly …

  4. The Ultimate Guide to Bookmarklets

    Bookmarklets are small software applications in the form of a bookmarked link stored in a web browser. Unlike standard bookmarks that take you to a specific webpage, bookmarklets execute a JavaScript …

  5. Bookmarklet Maker - Create and Share JavaScript Bookmarklets

    Generate, test, and share JavaScript bookmarklets to enhance your browsing experience.

  6. Bookmarklet - Wikipedia

    A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands that add new features to the browser. They are stored as the URL of a bookmark in a web browser or as a …

  7. Bookmarklet Generator - Create JavaScript Bookmarklets Online Free

    Free online bookmarklet generator. Create custom JavaScript bookmarklets in seconds. No coding required. Includes 50+ ready-made bookmarklets for web developers.

  8. JavaScript Bookmarklets: A Tutorial - Olivia A. Gallucci

    May 1, 2023 · A bookmarklet is JavaScript code that can be saved as a bookmark in a web browser. When they are clicked, the JavaScript code is executed on the current web page, allowing the user …

  9. Make Bookmarklets | Make it easy

    A bookmarklet generator which is clean and easy to use. Create and test bookmarklets in your browser. Extend your browsing experience any way you see fit.

  10. articles/bookmarklet-intro/bookmarklet-intro-devTo.md at main ... - GitHub

    In this article, we will go through what a bookmarklet is, why you might want to use one instead of plain old JavaScript, and how to create, use, and debug bookmarklets.