Skip to content

[FR]: Force Paste #693

@maheshrijal

Description

@maheshrijal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    approvedMaintainers agree that this makes sensefeatFeature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions