Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revolter/enhanceruserscripts
Collection of miscellaneous enhancer Userscripts
https://github.com/revolter/enhanceruserscripts
userscript
Last synced: about 1 month ago
JSON representation
Collection of miscellaneous enhancer Userscripts
- Host: GitHub
- URL: https://github.com/revolter/enhanceruserscripts
- Owner: revolter
- License: mit
- Created: 2018-05-20T18:47:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:48:56.000Z (about 2 years ago)
- Last Synced: 2025-01-02T03:51:44.282Z (about 1 month ago)
- Topics: userscript
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enhancer Userscripts
Collection of miscellaneous userscripts with small quality of life improvements.
## Development
- Run `npm install` to install the dependencies.
- Run `npm run lint-code` to check for errors in the code.
- Run `npm run fix-code` to fix errors in the code.
- Run `npm run lint-docs` to check for errors in the documentation.
- Run `npm run build-docs` to update the documentation.
- Run `npm run build` to run all the scripts at the same time, except
`fix-code` and `lint-docs`.## Documentation
#### Table of Contents
- [Altex-Enhancer](#altex-enhancer)
- [Bandcamp-Enhancer](#bandcamp-enhancer)
- [Dropbox-Enhancer](#dropbox-enhancer)
- [eMAG-Enhancer](#emag-enhancer)
- [Firebase-Enhancer](#firebase-enhancer)
- [GitHub-Enhancer](#github-enhancer)
- [Media-Redirect](#media-redirect)
- [Netflix-Enhancer](#netflix-enhancer)
- [OneSignal-Enhancer](#onesignal-enhancer)
- [Slashdot-Enhancer](#slashdot-enhancer)
- [StackOverflow-Enhancer](#stackoverflow-enhancer)
- [Trello-Enhancer](#trello-enhancer)
- [V.LIVE-Enhancer](#vlive-enhancer)
- [YouTube-Enhancer](#youtube-enhancer)### Altex-Enhancer
- Adds the products to every order.
- Adds the page link to every product.[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/Altex/Altex_Enhancer.user.js)
### Bandcamp-Enhancer
- Colors in red the currently playing song.
[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/Bandcamp/Bandcamp_Enhancer.user.js)
### Dropbox-Enhancer
- Adds download links to the files from a shared link.
[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/Dropbox/Dropbox_Enhancer.user.js)
### eMAG-Enhancer
- Adds the products to every order.
[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/eMAG/eMAG_Enhancer.user.js)
### Firebase-Enhancer
- Makes the Firebase dashboard full-width.
[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/Firebase/Firebase_Enhancer.user.js)
### GitHub-Enhancer
- Makes most of the pages full-width.
- Adds the id number to issues and pull requests notifications.
- Makes the issues and pull requests headers floating.
- Adds a permalink button to files pages.
- Adds a permalink button to the latest version of a Gist.[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/GitHub/GitHub_Enhancer.user.js)
### Media-Redirect
- Redirects to the image file on commitstrip.com, facebook,com, google.com,
google.ro, instragram.com.[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/Media_Redirect/Media_Redirect.user.js)
### Netflix-Enhancer
- Disables the Post-Play feature.
[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/Netflix/Netflix_Enhancer.user.js)
### OneSignal-Enhancer
- Makes the OneSignal dashboard full-width.
[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/OneSignal/OneSignal_Enhancer.user.js)
### Slashdot-Enhancer
- Removes the subheader.
- Increases the font size.[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/Slashdot/Slashdot_Enhancer.user.js)
### StackOverflow-Enhancer
- Makes most of the pages full-width.
[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/StackOverflow/StackOverflow_Enhancer.user.js)
### Trello-Enhancer
- Makes the card popup full-width. Adds the option to automatically deselect
all the items in a checklist.[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/Trello/Trello_Enhancer.user.js)
### V.LIVE-Enhancer
- De-emphasizes non-speech parts of the subtitles.
[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/V_LIVE/V_LIVE_Enhancer.user.js)
### YouTube-Enhancer
- Makes the Theater mode as big as possible.
- Makes keyboard shortcuts work without needing to focus the video.
- Adds keyboard shortcuts for changing the playback speed.
- Shows the current volume and playback speed levels when changing them using
the keyboard shortcuts.
- Changes the seek time to 5 seconds.
- Adds a seek by frame option.[Install](https://raw.githubusercontent.com/revolter/EnhancerUserscripts/master/scripts/YouTube/YouTube_Enhancer.user.js)