Let Me Paste

Drag this bookmarklet to your bookmarks bar, clicking it will force web pages to allow you to paste:

Let Me Paste

Try it out 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.

Event log