Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattwmaster58/userscripts
userscripts for YouTube, GitHub, and more
https://github.com/mattwmaster58/userscripts
userscript violentmonkey
Last synced: 9 days ago
JSON representation
userscripts for YouTube, GitHub, and more
- Host: GitHub
- URL: https://github.com/mattwmaster58/userscripts
- Owner: Mattwmaster58
- License: mit
- Created: 2021-09-25T20:16:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T02:17:29.000Z (about 2 years ago)
- Last Synced: 2025-01-26T10:53:02.646Z (9 days ago)
- Topics: userscript, violentmonkey
- Language: JavaScript
- Homepage:
- Size: 37.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# userscripts/styles
[userscripts](https://greasyfork.org/en/help/installing-user-scripts)
and [userstyles](https://github.com/openstyles/stylus/wiki/Usercss) I find useful## userscripts
#### eClassGradeCalculator.user.js [![Install](https://img.shields.io/badge/userscript-install-blue)](https://github.com/Mattwmaster58/userscripts/raw/master/eClassGradeCalculator.user.js)
Calculates your grade based on "Relative Weight" and "Contribution to course total" columns. Sometimes these columns are
populated without your grade being revealed, but doing easy math gets us the answer. Probably could be easily extended
to work with Moodle in general, but I don't care.#### githubQuickDelete.user.js [![Install](https://img.shields.io/badge/userscript-install-blue)](https://github.com/Mattwmaster58/userscripts/raw/master/githubQuickDelete.user.js)
Helps you delete GitHub repos faster. The script changes the action of the delete button to instantly delete a given
repo.#### WARNING
This is probably a bad idea to use.
#### Demo
https://user-images.githubusercontent.com/26337069/154783949-53f4f0ff-6769-4440-b35a-89015baabfc0.mp4
#### ytCompilationMusicControls.user.js [![Install](https://img.shields.io/badge/userscript-install-blue)](https://github.com/Mattwmaster58/userscripts/raw/master/ytCompilationMusicControls.user.js)
Parses a tracklist from a compilation video description to enable usage of media keys to seek tracks within the video (
ie, the next/prev buttons on your keyboard). The now playing information is also set via the mediaSession API.#### Demo
https://user-images.githubusercontent.com/26337069/154783038-a6b6795b-70b4-409d-bcc3-f03136a71fe1.mp4
[Video](https://www.youtube.com/watch?v=-N-jQzBXkUU) watched in the demo. The chapter list does not need to be open to use this userscript, it was opened to show the video being seeked around to different chapters. Only the media keys are being pressed. The volume/media flyout is provided by [ModernFlyouts](https://modernflyouts-community.github.io/) that integrates with Windows, and not related to this extension.
#### googlePlayAPKDownload.user.js [![Install](https://img.shields.io/badge/userscript-install-blue)](https://github.com/Mattwmaster58/userscripts/raw/master/googlePlayAPKDownload.user.js)
Adds a button to download the APK from [Evozi](https://apps.evozi.com/apk-downloader/) on the desktop Google Play site
![Demo](./demo/googlePlayAPKDownload_demo.png)
#### macBidEnhancer.user.js [![Install](https://img.shields.io/badge/userscript-install-blue)](https://github.com/Mattwmaster58/userscripts/raw/master/macBidEnhancer.user.js)
Shows the true price of items on [mac.bid](https://mac.bid), including buyers premium, lot fee, and sales tax which can add up quickly in almost every place on the site.
![Demo](./demo/macBidTruePrice_demo.png)## userstyles
#### redditCollapseSidebar.user.css [![Install](https://img.shields.io/badge/userstyle-install-blue)](https://github.com/Mattwmaster58/userscripts/raw/master/redditCollapseSidebar.user.css)
Collapses the sidebar when your screen gets to narrow (configurable)