https://github.com/rixx/userscripts
https://github.com/rixx/userscripts
userscript userscripts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rixx/userscripts
- Owner: rixx
- Created: 2024-10-14T14:42:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T23:23:12.000Z (about 1 year ago)
- Last Synced: 2025-01-11T00:23:08.561Z (about 1 year ago)
- Topics: userscript, userscripts
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rixx's Userscript Collection
This is a collection of userscripts I wrote for various websites. They are usually very tailored to me, but you can
install them from their URL directly if you’d like to.
Userscripts are JavaScript files that your browser can execute on the specified sites. You’ll need a userscript
manager like [ViolentMonkey](https://violentmonkey.github.io/) to run them. You can paste them in and modify them, or
install them from their URL in order to get updates.
## Scripts
### Table Sorter
Make any table sortable. Adds a small icon to the top left corner of a table, and if you click it, adds sort buttons to
every column header.
Tries to be smart: Doesn't add this if it can't find identifiable table headers (thus hopefully not showing up when
people use tables for page layout), and tries to check if columns are numerical in order to sort correctly.
### chaos.social tweaks
Mostly UI changes to the default Mastodon UI, bringing back the old matte blue look rather than the aggressive dark
violet.
Also adds a redirect from non-deck links to /deck.
### Github UI Tweaks
GitHub UI tweaks, constantly added and removed as the UI changes.
- Change how the workflow run page looks, because the default order is stupid. The new order is: Run summary, individual
job summaries, annotations, everything else. Hide the actions graph entirely.
### man.openbsd.org Table of Contents
Adds a table of contents to man pages hosted on man.openbsd.org.
### AO3 Arrow Navigation
Navigate between chapters with ← →
### fanfiction.net Arrow Navigation
Navigate between chapters with ← →
### Goodreads–Library Genesis Links
Link to a LibGen search on Goodreads book pages and book tiles. Also adds a button to copy the Goodreads book ID,
because I need this for my [book blog](https://books.rixx.de).
### Reddit Auto Translation Remover
Removes ?tl=… parameters from Reddit URLs, because I look for the things I want to find, not for auto-translated drivel.

