Skip to content

Commit 53aa17e

Browse files
authored
Update README.md
1 parent 41c39d7 commit 53aa17e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Miscellaneous JavaScript Projects
22

3+
## License
34
MIT License for them all (unless stated otherwise).
45

6+
## Contribute
57
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

Comments
 (0)