https://github.com/ericchase/browseruserscripts
My personal UserScript library:
UserScripts are used with extensions like Greasemonkey, Violentmonkey, and Tampermonkey to modify existing websites.
Violentmonkey for ChromeUserScript managers are no longer supported on Chrome.- Violentmonkey for Firefox
For information about my TypeScript library and Build Tools, please visit:
- https://github.com/ericchase-library/ts-library
- https://github.com/ericchase-library/ts-templates-browser-userscript
This template may be updated from time to time.
Setup and use the project as usual:
bun install
bun run build # full build
bun run dev # dev modeTL;DR:
This code is truly free and open source, licensed under the Apache 2.0 License. If you make a copy, I humbly ask that you include the text from the
NOTICEfile somewhere in your project. You are not required to! You are also not required to include the originalLICENSE-APACHEorNOTICEfiles, and I would prefer just a copy of theNOTICEfile text or a link to this repository instead. You can use and modify this code however you like, including using a proprietary license for your changes. The only restriction I maintain is under clause 3 of the Apache 2.0 License regarding patents. If you find any potential license violations within any of my projects, please contact me so that I may resolve them.
A longer explanation can be found in the README.md file at https://github.com/ericchase-library/ts-library.