https://github.com/gra0007/userscripts
My collection of userscripts
https://github.com/gra0007/userscripts
boost tampermonkey userscripts
Last synced: about 2 months ago
JSON representation
My collection of userscripts
- Host: GitHub
- URL: https://github.com/gra0007/userscripts
- Owner: GRA0007
- Created: 2023-04-09T12:28:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T10:16:47.000Z (about 3 years ago)
- Last Synced: 2025-06-26T19:47:26.136Z (12 months ago)
- Topics: boost, tampermonkey, userscripts
- Language: JavaScript
- Homepage: https://greasyfork.org/en/users/4072-benji-grant
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌻 Benji's Userscripts
Hi welcome to my collection of userscripts I've created over the years. Previously these have been hosted directly on [Greasyfork](https://greasyfork.org/en/users/4072-benjamin-grant), but I've decided to migrate them over to Github.
## Scripts
For more details on each script, see specific READMEs in `/scripts/`.
| Name | Description |
| ---- | ----------- |
| [Smoothroll](./scripts/smoothroll) | Clean crunchyroll viewing experience |
| [Twitch Auto Dark Mode](./scripts/twitch-auto-dark-mode) | Sync Twitch dark theme with your system color scheme |
| [Twitch Channel Points Clicker](./scripts/twitch-channel-points-clicker) | Auto-click the channel point bonus buttons |
| [Pulp No Overscroll](./scripts/pulp-no-overscroll) | Prevent overscroll on mac when using the scroll wheel to emulate the crank in the Playdate Pulp web player |
| [Harvest Time Tracker Simplifier](./scripts/harvest-time-tracker-simplifier) | Hide the header and footer for a simple tracking experience |
| [Web Archive Save Link](./scripts/web-archive-save-link) | Adds a save button to web archive pages |
## Using a script
To use a script you'll first need to install the [Tampermonkey browser extension](https://www.tampermonkey.net/) to your browser.
Then, click install on the extension you want through [Greasyfork](https://greasyfork.org/en/users/4072-benjamin-grant). By installing from Greasyfork, you'll automatically get updates to the script.
### Arc browser
If you're using [Arc](https://arc.net/), you can still install using the method above (recommended), however if you want, you can copy all of the userscript you'd like directly into an Arc boost. You'll need to choose the "inject" template when creating the boost.
Note that currently, if you copy the code across into a boost rather than using Tampermonkey, you won't receive automatic updates.