Back to App

Gentlr Bookmarklet

Transform text from any webpage with one click

📚 What is a Bookmarklet?

A bookmarklet is a small piece of JavaScript that lives in your bookmarks bar. When you click it, it performs an action on the current page. The Gentlr bookmarklet lets you select text on any webpage and instantly open it in Gentlr for transformation.

🚀 Install the Bookmarklet

Drag this button to your bookmarks bar:

Transform with Gentlr

How to Install

  1. Make sure your bookmarks bar is visible (press Ctrl+Shift+B or Cmd+Shift+B)
  2. Drag the orange "Transform with Gentlr" button above to your bookmarks bar
  3. That's it! The bookmarklet is now installed

How to Use

  1. Visit any webpage with text you want to transform
  2. Select the text you want to transform
  3. Click the "Transform with Gentlr" bookmark in your toolbar
  4. Gentlr opens in a popup with your text ready to transform
  5. Click Transform, then copy the result!
Note: The bookmarklet opens Gentlr in a popup window. Make sure pop-ups are allowed for gentlr.app. You'll need to be signed in to your Gentlr account to transform text.

🔧 Manual Installation

If dragging doesn't work, you can manually create a bookmark with this code:

javascript:(function(){var t=window.getSelection().toString().trim();if(!t){alert('Please select some text first!');return;}var e=encodeURIComponent(t);window.open('https://gentlr.app/?text='+e,'gentlr','width=500,height=700,scrollbars=yes');})();

Create a new bookmark, name it "Transform with Gentlr", and paste the code above as the URL.

🌟 Want More Features?

Try the Gentlr Browser Extension for a richer experience: floating transform button, right-click context menu, and more! Learn more →