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.
Make sure your bookmarks bar is visible (press Ctrl+Shift+B or Cmd+Shift+B)
Drag the orange "Transform with Gentlr" button above to your bookmarks bar
That's it! The bookmarklet is now installed
How to Use
Visit any webpage with text you want to transform
Select the text you want to transform
Click the "Transform with Gentlr" bookmark in your toolbar
Gentlr opens in a popup with your text ready to transform
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 →