Skip to content

Userscripts that don't require a separate repository

Notifications You must be signed in to change notification settings

Revadike/Misc-JavaScript-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

  1. Install tampermonkey
  2. Open userscript on github
  3. Press the Raw button
  4. Install userscript

Instructions - JavaScript snippets (*.js)

  1. Visit the subject website (indicated in title or script)
  2. Open the JavaScript console tab of your browser's developer tools (tutorial)
  3. Copy pasta the code into the console
  4. Press enter to execute