We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c39d7 commit 53aa17eCopy full SHA for 53aa17e
README.md
@@ -1,5 +1,19 @@
1
# Miscellaneous JavaScript Projects
2
3
+## License
4
MIT License for them all (unless stated otherwise).
5
6
+## Contribute
7
Feel free to post issues and submit PR's for them!
8
+
9
+## Instructions - Userscripts (`*.user.js`)
10
+1. Install tampermonkey
11
+2. Open userscript on github
12
+3. Press the `Raw` button
13
+4. Install userscript
14
15
+## Instructions - JavaScript snippets (`*.js`)
16
+1. Visit the subject website (indicated in title or script)
17
+2. Open the JavaScript console tab of your browser's developer tools ([tutorial](https://www.techonthenet.com/js/open_console_log.php))
18
+3. Copy pasta the code into the console
19
+4. Press enter to execute
0 commit comments