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: 12 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T14:23:05.000Z (over 1 year ago)
- Last Synced: 2025-03-30T06:02:32.432Z (over 1 year ago)
- Topics: google-calendar, google-maps, google-search
- Language: JavaScript
- Homepage: https://www.tampermonkey.net
- Size: 662 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. 🎉