An open API service indexing awesome lists of open source software.

https://github.com/rixx/userscripts


https://github.com/rixx/userscripts

userscript userscripts

Last synced: 4 months ago
JSON representation

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.

Source Install

### 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.

Source Install

### 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.

Source Install

### man.openbsd.org Table of Contents

Adds a table of contents to man pages hosted on man.openbsd.org.

Source Install

### AO3 Arrow Navigation

Navigate between chapters with ← →

Source Install

### fanfiction.net Arrow Navigation

Navigate between chapters with ← →

Source Install

### 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).

Source Install

### 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.

Source Install