TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: PasteEnabler – reenable context actions on sites that block it

1 pointsby jonlucaalmost 6 years ago

1 comment

jonlucaalmost 6 years ago
I made this after seeing the n-th bank try to limit me from copy+pasting my account number in. As if me typing in 16 numbers is going to be more accurate than copy and pasting from 1pass.<p>It reenables the following functionality on sites that disable it:<p>* Ability to paste content * Ability to copy content * Ability to cut content * Ability to right click content * Ability to autocomplete certain inputs * Ability to select text * Ability to drag and drop text to&#x2F;from inputs<p>If a website does not allow you to copy and paste simply click the icon and try again.<p>Source code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;jonluca&#x2F;PasteEnabler" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jonluca&#x2F;PasteEnabler</a><p>Let me know if you see any sites where it does not work or that do more complicated JavaScript limits - it&#x27;s very rewarding finding ways to break their &quot;security&quot; implementations.