Misc-JavaScript-Projects
Misc-JavaScript-Projects copied to clipboard
Userscripts that don't require a separate repository
Miscellaneous JavaScript Projects
License
MIT License for them all (unless stated otherwise).
Contribute
Feel free to post issues and submit PR's for them!
Instructions - Userscripts (*.user.js)
- Install tampermonkey
- Open userscript on github
- Press the
Rawbutton - Install userscript
Instructions - JavaScript snippets (*.js)
- Visit the subject website (indicated in title or script)
- Open the JavaScript console tab of your browser's developer tools (tutorial)
- Copy pasta the code into the console
- Press enter to execute