Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khlam/userscripts
Simple scripts for reducing distractions.
https://github.com/khlam/userscripts
reddit stackexchange stackoverflow twitch userscript-collection userscripts violentmonkey violentmonkey-script violentmonkey-userscripts youtube
Last synced: about 1 month ago
JSON representation
Simple scripts for reducing distractions.
- Host: GitHub
- URL: https://github.com/khlam/userscripts
- Owner: khlam
- License: mit
- Created: 2022-01-11T18:01:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T18:57:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T02:01:19.304Z (about 2 months ago)
- Topics: reddit, stackexchange, stackoverflow, twitch, userscript-collection, userscripts, violentmonkey, violentmonkey-script, violentmonkey-userscripts, youtube
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# userscripts
Simple scripts for reducing distractions.
Tested with [violentmonkey (github)](https://github.com/violentmonkey/violentmonkey).
| For | Script | Description |
| --- | ----------- | ----------- |
| reddit.com | [reddit_AIO.js](reddit_AIO.js) | Hides all posts from a subreddit by name (not case sensitive) or by regex, removes custom subreddit css, and force old reddit. |
| Stack Exchange sites | [stackoverflow_cookie_banner_block.js](stackoverflow_cookie_banner_block.js) | Removes accept cookie banner from superuser.com, stackoverflow.com, askubuntu.com, serverfault.com and stackexchange.com |
| twitch.tv | [twitch_front_carousel_block.js](twitch_front_carousel_block.js) | Blocks twitch frontpage autoplaying stream by setting its source to null. |
| youtube.com | [youtube_AIO.js](youtube_AIO.js) | Removes youtube tv ad card and auto redirect youtube homepage to subscriptions. |
| mail.google.com | [gmail_title.js](gmail_title.js) | Hides gmail address in tab title. |
| twitter.com | [twitter_popup.js](twitter_popup.js) | Removes twitter sign up popup
### misc
Q: "Why use these scripts when browser addon *x* has the same feature?"A: Personal workflow and trust. I think one browser addon + 4 small JS scripts (which do not auto-update) are easier to audit and maintain compared to 4 browser addons.