A tool to automatically remove the copyright information carried when copying text content on some websites, with this tool, you no longer have to manually remove those annoying little tails after pasting.
Supports:
- TamperMonkey Script
- Chrome Extension
- ...
To set up your environment to develop this tool, run npm install
.
Your environment is setup just like a normal node project! To test your
project, run npm run build
. This builds the whole project and generate
all supported plugin scripts. You can edit the source code under src
,
plugins
, test
, etc. like normal to test NodeJS project. As you make
modifications to the source code and configuration files, you need to
rerun the command and you should see the changes, just like normal.
Issues and Pull Requests are greatly appreciated. If you've never contributed to an open source project before I'm more than happy to walk you through how to create a pull request.
You can start by opening an issue describing the problem that you're looking to resolve and we'll go from there.
This library relies on both Selection and execCommand APIs. The first one is supported by all browsers while the second one is supported in the following browsers.
42+ ✔ | 12+ ✔ | 41+ ✔ | 9+ ✔ | 29+ ✔ | 10+ ✔ |
- webpack - Fast, unopinionated, minimalist web framework for node.
- tampermonkey - WebSockets with the node stream API.
This theme is licensed under the MIT license © Jeffrey Tse.