Bookmarklets

Drag these to your bookmarks bar to use on any page.

Let Me Paste

Force web pages to allow paste in input fields.

Let Me Paste

Clean URL

Copy the current page's clean URL (origin + pathname, no tracking params) to clipboard.

Clean URL

Let Me Select

Enable text selection on pages that disable it via CSS.

Let Me Select

Let Me Paste — Demo

Try the Let Me Paste bookmarklet on the fields below:

Uses inline onpaste="return false".
Uses addEventListener('paste', ...) with preventDefault().
Uses a capture-phase document listener, which fires before bubbling handlers. The bookmarklet doesn't defeat this one.
This one is intentionally left alone so you can verify normal paste behavior.

Let Me Select — Demo

Try selecting the text below, then use the Let Me Select bookmarklet and try again:

You cannot select this text. This paragraph has user-select: none applied, simulating a page that disables text selection. Try dragging your cursor across it — nothing highlights. After clicking the Let Me Select bookmarklet, you'll be able to select it normally.
🔒 Protected content: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.

Event log