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

[Website Request] IOB #109

Closed the-solipsist closed 3 years ago

the-solipsist commented 3 years ago

This website doesn't allow pasting, even with DFWP enabled on the website (the DFWP toolbar icon glows blue): https://www.iobnet.co.in/ibanking/login.do

It seems to use this code, if I'm reading it correctly:

<body onload="blockHistory();" oncopy="return false" onpaste="return false" oncut="return false">