-
-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Labels
approvedMaintainers agree that this makes senseMaintainers agree that this makes sensefeatFeature requestFeature request
Description
Description
Force paste would allow pasting into web forms / form fields that disable paste.
Who's implementing?
- I'm willing to implement this feature myself
The problem
Some websites tend to disable pasting. Mostly these are banking websites, it's really annoying. I usually have a bookmarklet that solves this. But having a native force paste option would be a good feature.
Possible solutions
Bookmarklet:
javascript:(function()%7BallowCopyAndPaste = function(e)%7Be.stopImmediatePropagation();return true;%7D;document.addEventListener('copy', allowCopyAndPaste, true);document.addEventListener('paste', allowCopyAndPaste, true);document.addEventListener('onpaste', allowCopyAndPaste, true);%7D)();
Additional context
Bellisario, Randomblock1 and x0rsw1tch
Metadata
Metadata
Assignees
Labels
approvedMaintainers agree that this makes senseMaintainers agree that this makes sensefeatFeature requestFeature request