Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freewall/tampermonkey-scripts
Collection of useful scripts using Tampermonkey extension
https://github.com/freewall/tampermonkey-scripts
google-calendar google-maps google-search
Last synced: 5 days ago
JSON representation
Collection of useful scripts using Tampermonkey extension
- Host: GitHub
- URL: https://github.com/freewall/tampermonkey-scripts
- Owner: FreeWall
- Created: 2024-03-12T16:33:13.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-04T08:01:55.000Z (6 months ago)
- Last Synced: 2024-10-10T18:58:42.166Z (26 days ago)
- Topics: google-calendar, google-maps, google-search
- Language: JavaScript
- Homepage: https://www.tampermonkey.net
- Size: 659 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collection of Tampermonkey scripts
## Installation
### 1. Install Tampermonkey browser extension
https://www.tampermonkey.net/
- Chrome extension: https://chromewebstore.google.com/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
- Firefox extension: https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/
- Safari extension: https://apps.apple.com/us/app/tampermonkey/id1482490089### 2. Add custom script to Tampermonkey
1. Locate a script you wish to use ([scripts](./scripts/) directory)
2. Copy the content of `index.js`
3. Place the copied content into Tampermonkey extension using `Create a new script` button
4. 🎉