Skip to content

✂️ A tool to remove copyright watermark appended to the end of copied content.

Notifications You must be signed in to change notification settings

jeffreytse/remove-copy-watermark

Repository files navigation

Remove Copy Watermark

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.

Features

Supports:

Development

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.

Contributing

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.

Browser Support

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.

Chrome logo Edge logo Firefox logo Internet Explorer logo Opera logo Safari logo
42+ ✔ 12+ ✔ 41+ ✔ 9+ ✔ 29+ ✔ 10+ ✔

Credits

  • webpack - Fast, unopinionated, minimalist web framework for node.
  • tampermonkey - WebSockets with the node stream API.

License

This theme is licensed under the MIT license © Jeffrey Tse.