-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Universal Fix #25
Comments
This would break many things on the web that depends on the paste event, like image paste on GitHub. |
That's why it's a special hot key (ctrl + alt + v) for when the default is being blocked. It would break nothing unless you changed the hotkey to override default paste (definitely not recommended). |
@silverwind @aaronraimist Is there a way to reverse the default mode of working? i.e. Enable it by default on all sites, and have an exclude list where it should be disabled. As an example, I want it enabled on almost all sites, but some sites (specially SPAs like Google Docs, etc.) break if it is enabled so I'd like to add a pattern for the sites where I want to disable the extension. Edit: I think #28 is similar to this. |
This one autohotkey line will bypass any paste blocking and will work on every app without ever needing updates.
^!v::SendRaw %clipboard%
The text was updated successfully, but these errors were encountered: