A browser extension that enables text selection and copying on websites that restrict it.
- Download or clone this repository
- Go to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Select the extension folder
- Download or clone this repository
- Go to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on"
- Select the
manifest.json
file
- Enables text selection on restricted websites
- Removes copy/paste blocks
- Works on sites like HackerRank, Chegg, etc.
manifest.json
- Extension configurationcontent.js
- Main script that enables copyingpopup.html
- Extension popup UI