{"id":15105916,"url":"https://github.com/jeffreytse/remove-copy-watermark","last_synced_at":"2025-10-23T01:30:51.488Z","repository":{"id":66348436,"uuid":"586464801","full_name":"jeffreytse/remove-copy-watermark","owner":"jeffreytse","description":"✂️ A tool to remove copyright watermark appended to the end of copied content.","archived":false,"fork":false,"pushed_at":"2023-01-24T14:55:43.000Z","size":165,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T15:05:08.577Z","etag":null,"topics":["awesome-extensions","browser-extension","chrome-extension","content-protection","copyright","greasemonkey","greasemonkey-script","tampermonkey","tampermonkey-script","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeffreytse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-08T08:28:35.000Z","updated_at":"2023-06-09T06:18:27.000Z","dependencies_parsed_at":"2023-07-25T15:16:21.821Z","dependency_job_id":null,"html_url":"https://github.com/jeffreytse/remove-copy-watermark","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeffreytse/remove-copy-watermark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreytse%2Fremove-copy-watermark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreytse%2Fremove-copy-watermark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreytse%2Fremove-copy-watermark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreytse%2Fremove-copy-watermark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffreytse","download_url":"https://codeload.github.com/jeffreytse/remove-copy-watermark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreytse%2Fremove-copy-watermark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280546390,"owners_count":26348719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome-extensions","browser-extension","chrome-extension","content-protection","copyright","greasemonkey","greasemonkey-script","tampermonkey","tampermonkey-script","typescript"],"created_at":"2024-09-25T20:44:10.173Z","updated_at":"2025-10-23T01:30:51.217Z","avatar_url":"https://github.com/jeffreytse.png","language":"TypeScript","funding_links":["https://liberapay.com/jeffreytse","https://patreon.com/jeffreytse","https://ko-fi.com/jeffreytse"],"categories":[],"sub_categories":[],"readme":"## Remove Copy Watermark\n\n\u003cdiv\u003e\n\n\u003ca href=\"https://github.com/google/gts\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/code%20style-google-blueviolet.svg\"\n    alt=\"Code Style: Google\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-brightgreen.svg\"\n    alt=\"License: MIT\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://liberapay.com/jeffreytse\"\u003e\n  \u003cimg src=\"https://img.shields.io/liberapay/goal/jeffreytse.svg?logo=liberapay\"\n    alt=\"Donate (Liberapay)\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://patreon.com/jeffreytse\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/support-patreon-F96854.svg?style=flat-square\"\n    alt=\"Donate (Patreon)\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://ko-fi.com/jeffreytse\"\u003e\n\u003cimg height=\"20\" src=\"https://www.ko-fi.com/img/githubbutton_sm.svg\"\nalt=\"Donate (Ko-fi)\" /\u003e\n\u003c/a\u003e\n\n\u003c/div\u003e\n\nA tool to automatically remove the copyright information carried when\ncopying text content on some websites, with this tool,  you no longer\nhave to manually remove those annoying little tails after pasting.\n\n## Features\n\nSupports:\n\n- [x] [TamperMonkey Script](https://greasyfork.org/en/scripts/458549-remove-copy-watermark)\n- [ ] Chrome Extension\n- ...\n\n## Development\n\nTo set up your environment to develop this tool, run `npm install`.\n\nYour environment is setup just like a normal node project! To test your\nproject, run `npm run build`. This builds the whole project and generate\nall supported plugin scripts. You can edit the source code under `src`,\n`plugins`, `test`, etc. like normal to test NodeJS project. As you make\nmodifications to the source code and configuration files, you need to\nrerun the command and you should see the changes, just like normal.\n\n## Contributing\n\nIssues and Pull Requests are greatly appreciated. If you've never\ncontributed to an open source project before I'm more than happy to walk\nyou through how to create a pull request.\n\nYou can start by [opening an issue](https://github.com/jeffreytse/remove-copy-watermark/issues/new)\ndescribing the problem that you're looking to resolve and we'll go from there.\n\n## Browser Support\n\nThis library relies on both [Selection](https://developer.mozilla.org/en-US/docs/Web/API/Selection) and [execCommand](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand) APIs. The first one is [supported by all browsers](https://caniuse.com/#search=selection) while the second one is supported in the following browsers.\n\n| \u003cimg src=\"https://clipboardjs.com/assets/images/chrome.png\" width=\"48px\" height=\"48px\" alt=\"Chrome logo\"\u003e | \u003cimg src=\"https://clipboardjs.com/assets/images/edge.png\" width=\"48px\" height=\"48px\" alt=\"Edge logo\"\u003e | \u003cimg src=\"https://clipboardjs.com/assets/images/firefox.png\" width=\"48px\" height=\"48px\" alt=\"Firefox logo\"\u003e | \u003cimg src=\"https://clipboardjs.com/assets/images/ie.png\" width=\"48px\" height=\"48px\" alt=\"Internet Explorer logo\"\u003e | \u003cimg src=\"https://clipboardjs.com/assets/images/opera.png\" width=\"48px\" height=\"48px\" alt=\"Opera logo\"\u003e | \u003cimg src=\"https://clipboardjs.com/assets/images/safari.png\" width=\"48px\" height=\"48px\" alt=\"Safari logo\"\u003e |\n| :-------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------: |\n|                                                   42+ ✔                                                   |                                                 12+ ✔                                                 |                                                    41+ ✔                                                    |                                                       9+ ✔                                                       |                                                  29+ ✔                                                  |                                                   10+ ✔                                                   |\n\n## Credits\n\n- [webpack](https://github.com/expressjs/express) - Fast, unopinionated, minimalist web framework for node.\n- [tampermonkey](https://github.com/maxogden/websocket-stream) - WebSockets with the node stream API.\n\n## License\n\nThis theme is licensed under the [MIT license](https://opensource.org/licenses/mit-license.php) © Jeffrey Tse.\n\n\u003c!-- External links --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffreytse%2Fremove-copy-watermark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffreytse%2Fremove-copy-watermark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffreytse%2Fremove-copy-watermark/lists"}