Selection Shield
For people who like to select text while reading โ A chrome extension to shield you from websites that launch pop-ups or trigger "functionality" when text is selected.
Installation
Get it from the chrome web store!
Usage
The extension will prevent websites from getting selection information by default, if you wish to purposefully trigger an interaction, simply select text while holding down the command
or ctrl
key.
Contributing
Please open an issue to discuss your ideas before submitting a PR.
Development Installation
- Install the yarn package manager if you haven't already.
- Fork & clone the project.
- Run
yarn install
in the project directory. - Check 'Developer Mode' in
chrome://extensions
- Click
Load unpacked extension...
and select thesrc/
directory. - You're all up and running
๐