Copy Unblocker - A Userscript to Remove Website Copy Restrictions
Some websites prevent text copying. I previously used the SuperCopy Chrome extension to bypass website copy restrictions. Later, I discovered that this extension was involved in traffic hijacking behavior: Chrome Extension with 600K Users Contains Malicious Code - V2EX.
Well, I decided to have AI help me write a script instead.
Project Repository: xianmin/userscript-copy-unblocker: Automatically removes copy restrictions
userscript-copy-unblocker
userscript-copy-unblocker is a userscript that automatically removes copy restrictions from web pages, allowing you to freely copy text content.
How to Use
- Install a browser extension:
- Chrome: Tampermonkey
- Firefox: Greasemonkey
- Install the Copy Unblocker script: Click to Install
- Visit supported websites, and the script will automatically remove copy restrictions
Features
- Automatically removes webpage copy restrictions
- Enables text selection and right-click menu
- Removes overlay layers that block content
- Supports keyboard shortcuts (Ctrl+C/Cmd+C)
Adding Support for New Websites
If you want the script to support new websites, you can:
- Submit an Issue on GitHub
- Or modify the script directly by adding new
@match
rules at the top of the code
Privacy and Security
- Runs entirely on the client-side
- No data collection
- Open-source and transparent
Additional References
Author Xianmin
LastMod 2025-02-03
License 原创文章,如需转载请注明文章作者和出处。谢谢!