jswanner / DontF-WithPaste

Google Chrome extension that prevents the blocking of pasting into input fields
https://chrome.google.com/webstore/detail/dont-fuck-with-paste/nkgllhigpcljnhoakjkgaieabnkmgdkb
MIT License
812 stars 64 forks source link

Airmiles: Doesn't work with airmiles #123

Closed YesTrustMe closed 1 year ago

YesTrustMe commented 1 year ago

https://airmilescardlink.ca/link or try this: https://airmilescardlink.ca/#enrolFormPosition

jswanner commented 1 year ago

@YesTrustMe, that site is blocking paste functionality, and this extension is circumventing their blocking. Unfortunately, they are also listening for the keyboard shortcut for paste and interfering with paste that way as well. This extension does not event listeners for key presses, and therefore cannot undo that aspect of paste blocking. You are able to paste on their site, but either need to right click on the input field and then choose "Paste" or do so from the browser's "Edit" menu.