Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Revadike/Misc-JavaScript-Projects
Userscripts that don't require a separate repository
https://github.com/Revadike/Misc-JavaScript-Projects
Last synced: 3 months ago
JSON representation
Userscripts that don't require a separate repository
- Host: GitHub
- URL: https://github.com/Revadike/Misc-JavaScript-Projects
- Owner: Revadike
- Created: 2020-03-16T03:47:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T16:56:41.000Z (almost 2 years ago)
- Last Synced: 2024-05-08T00:32:59.271Z (6 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 84
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- Awesome-GithubRepos - Misc JavaScript Projects
README
# 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](https://www.techonthenet.com/js/open_console_log.php))
3. Copy pasta the code into the console
4. Press enter to execute