{"id":24121846,"url":"https://github.com/rixx/userscripts","last_synced_at":"2025-09-18T10:33:17.037Z","repository":{"id":271949544,"uuid":"872500158","full_name":"rixx/userscripts","owner":"rixx","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-10T23:23:12.000Z","size":48,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-11T00:23:08.561Z","etag":null,"topics":["userscript","userscripts"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rixx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-14T14:42:19.000Z","updated_at":"2025-01-10T23:23:16.000Z","dependencies_parsed_at":"2025-01-11T00:23:11.330Z","dependency_job_id":"0fa15ae7-fbd1-4c87-980a-3e28b31abb05","html_url":"https://github.com/rixx/userscripts","commit_stats":null,"previous_names":["rixx/userscripts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixx%2Fuserscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixx%2Fuserscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixx%2Fuserscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixx%2Fuserscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rixx","download_url":"https://codeload.github.com/rixx/userscripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233472771,"owners_count":18681444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["userscript","userscripts"],"created_at":"2025-01-11T11:19:43.485Z","updated_at":"2025-09-18T10:33:11.777Z","avatar_url":"https://github.com/rixx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rixx's Userscript Collection\n\nThis is a collection of userscripts I wrote for various websites. They are usually very tailored to me, but you can\ninstall them from their URL directly if you’d like to.\n\nUserscripts are JavaScript files that your browser can execute on the specified sites. You’ll need a userscript\nmanager like [ViolentMonkey](https://violentmonkey.github.io/) to run them. You can paste them in and modify them, or\ninstall them from their URL in order to get updates.\n\n## Scripts\n\n### Table Sorter\n\nMake any table sortable. Adds a small icon to the top left corner of a table, and if you click it, adds sort buttons to\nevery column header.\n\nTries to be smart: Doesn't add this if it can't find identifiable table headers (thus hopefully not showing up when\npeople use tables for page layout), and tries to check if columns are numerical in order to sort correctly.\n\n\u003ca href=\"https://github.com/rixx/userscripts/blob/main/src/table-sort.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/source.png\" height=\"30px\" alt=\"Source\"\u003e\u003c/a\u003e \u003ca href=\"https://raw.githubusercontent.com/rixx/userscripts/refs/heads/main/src/table-sort.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/install.png\" alt=\"Install\" height=\"30px\" alt=\"Install\"\u003e\u003c/a\u003e\n\n\n### chaos.social tweaks\n\nMostly UI changes to the default Mastodon UI, bringing back the old matte blue look rather than the aggressive dark\nviolet.\n\nAlso adds a redirect from non-deck links to /deck.\n\n\u003ca href=\"https://github.com/rixx/userscripts/blob/main/src/mastodon-layout.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/source.png\" height=\"30px\" alt=\"Source\"\u003e\u003c/a\u003e \u003ca href=\"https://raw.githubusercontent.com/rixx/userscripts/refs/heads/main/src/mastodon-layout.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/install.png\" alt=\"Install\" height=\"30px\" alt=\"Install\"\u003e\u003c/a\u003e\n\n\n### Github UI Tweaks\n\nGitHub UI tweaks, constantly added and removed as the UI changes.\n\n- Change how the workflow run page looks, because the default order is stupid. The new order is: Run summary, individual\n  job summaries, annotations, everything else. Hide the actions graph entirely.\n\n\u003ca href=\"https://github.com/rixx/userscripts/blob/main/src/github-ui.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/source.png\" height=\"30px\" alt=\"Source\"\u003e\u003c/a\u003e \u003ca href=\"https://raw.githubusercontent.com/rixx/userscripts/refs/heads/main/src/github-ui.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/install.png\" alt=\"Install\" height=\"30px\" alt=\"Install\"\u003e\u003c/a\u003e\n\n\n### man.openbsd.org Table of Contents\n\nAdds a table of contents to man pages hosted on man.openbsd.org.\n\n\u003ca href=\"https://github.com/rixx/userscripts/blob/main/src/man-page-toc.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/source.png\" height=\"30px\" alt=\"Source\"\u003e\u003c/a\u003e \u003ca href=\"https://raw.githubusercontent.com/rixx/userscripts/refs/heads/main/src/man-page-toc.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/install.png\" alt=\"Install\" height=\"30px\" alt=\"Install\"\u003e\u003c/a\u003e\n\n\n### AO3 Arrow Navigation\n\nNavigate between chapters with ← →\n\n\u003ca href=\"https://github.com/rixx/userscripts/blob/main/src/ao3-arrows.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/source.png\" height=\"30px\" alt=\"Source\"\u003e\u003c/a\u003e \u003ca href=\"https://raw.githubusercontent.com/rixx/userscripts/refs/heads/main/src/ao3-arrows.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/install.png\" alt=\"Install\" height=\"30px\" alt=\"Install\"\u003e\u003c/a\u003e\n\n\n### fanfiction.net Arrow Navigation\n\nNavigate between chapters with ← →\n\n\u003ca href=\"https://github.com/rixx/userscripts/blob/main/src/fanfiction-arrows.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/source.png\" height=\"30px\" alt=\"Source\"\u003e\u003c/a\u003e \u003ca href=\"https://raw.githubusercontent.com/rixx/userscripts/refs/heads/main/src/fanfiction-arrows.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/install.png\" alt=\"Install\" height=\"30px\" alt=\"Install\"\u003e\u003c/a\u003e\n\n\n### Goodreads–Library Genesis Links\n\nLink to a LibGen search on Goodreads book pages and book tiles. Also adds a button to copy the Goodreads book ID,\nbecause I need this for my [book blog](https://books.rixx.de).\n\n\u003ca href=\"https://github.com/rixx/userscripts/blob/main/src/goodreads-libgen.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/source.png\" height=\"30px\" alt=\"Source\"\u003e\u003c/a\u003e \u003ca href=\"https://raw.githubusercontent.com/rixx/userscripts/refs/heads/main/src/goodreads-libgen.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/install.png\" alt=\"Install\" height=\"30px\" alt=\"Install\"\u003e\u003c/a\u003e\n\n### Reddit Auto Translation Remover\n\nRemoves ?tl=… parameters from Reddit URLs, because I look for the things I want to find, not for auto-translated drivel.\n\n\u003ca href=\"https://github.com/rixx/userscripts/blob/main/src/reddit-auto-translation.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/source.png\" height=\"30px\" alt=\"Source\"\u003e\u003c/a\u003e \u003ca href=\"https://raw.githubusercontent.com/rixx/userscripts/refs/heads/main/src/reddit-auto-translation.user.js\"\u003e\u003cimg src=\"https://github.com/rixx/userscripts/blob/main/assets/install.png\" alt=\"Install\" height=\"30px\" alt=\"Install\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frixx%2Fuserscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frixx%2Fuserscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frixx%2Fuserscripts/lists"}