veryroundbird / distanthomes.themes
0 mi piace
0 forks
1 files
Ultima volta attivo 1 month ago
user themes for distanthomes.guide
| 1 | /* ==UserStyle== |
| 2 | @name distanthomes.themes |
| 3 | @namespace git.gay/veryroundbird/distanthomes.themes |
| 4 | @version 1.0.0 |
| 5 | @description Theme set for the Distant Home's Guide Arknights story reader plus some styling tweak options |
| 6 | @author Carly Smallbird |
| 7 | @var select siteTheme "Site Theme \n Select 'Boring' for a visually-bland work-friendly experience." { |
| 8 | "default:Default*": "default", |
| 9 | "moon:Rose Pine Moon": "moon", |
| 10 | "dawn:Rose Pine Dawn": "dawn", |
veryroundbird / Rose Pine Ellipsus
0 mi piace
0 forks
2 files
Ultima volta attivo 1 month ago
Rose Pine color palettes for Ellipsus
| 1 | /* Ellipsus Theme | Schema: 1 */ |
| 2 | :root { |
| 3 | --color-surface-main: #232136; |
| 4 | --color-surface-writing: #2a273f; |
| 5 | --color-surface-primary: #393552; |
| 6 | --color-surface-neutral: #2a273f; |
| 7 | --color-surface-light: #2a273f; |
| 8 | --color-surface-dim: #191726; |
| 9 | --color-surface-alt: #393552; |
| 10 | --color-surface-inverted: #b7b5c2; |
veryroundbird / newcomments.user.js
0 mi piace
0 forks
1 files
Ultima volta attivo 3 months ago
sometimes when a post is really big trying to manage it via inbox is futile. now also checks your threads for AC viability + teammate threads
| 1 | // ==UserScript== |
| 2 | // @name Highlight New Replies |
| 3 | // @namespace http://veryroundbird.house |
| 4 | // @version 2026-06-03 |
| 5 | // @description highlights your threads where you're not the most recent reply. |
| 6 | // @author Carly Smallbird |
| 7 | // @match https://*.dreamwidth.org/* |
| 8 | // @icon https://www.google.com/s2/favicons?sz=64&domain=dreamwidth.org |
| 9 | // @require https://openuserjs.org/src/libs/sizzle/GM_config.js |
| 10 | // @grant GM_getValue |
veryroundbird / arknights location header.html
0 mi piace
0 forks
2 files
Ultima volta attivo 4 months ago
make a custom work skin using the contents of skin.css and then use the markup in the html file for your location headers
| 1 | #workskin .locationHeader { |
| 2 | font-family: sans-serif; |
| 3 | position: relative; |
| 4 | height: 145px; |
| 5 | margin-top: 25px; |
| 6 | margin-left: 25px; |
| 7 | box-sizing: border-box; |
| 8 | } |
| 9 | |
| 10 | #workskin .locationHeader { |
veryroundbird / onionring-adaptation-for-petrapixel-sites.js
0 mi piace
0 forks
1 files
Ultima volta attivo 5 months ago
| 1 | const webringContainer = '#webrings'; // edit this to be the selector of some container you want to put your webrings in |
| 2 | const webrings = { // follow the structure here to add more items if you have more |
| 3 | tyvnjam: { |
| 4 | vars: 'https://kazehai.com/else/tyvnjam/variables.js', |
| 5 | widget: 'https://kazehai.com/else/tyvnjam/widget.js' |
| 6 | }, |
| 7 | }; |
| 8 | |
| 9 | Object.keys(webrings).forEach((ring) => { |
| 10 | const ringCont = document.createElement('div'); |
veryroundbird / ao3markdown.user.js
0 mi piace
0 forks
1 files
Ultima volta attivo 5 months ago
makes the ao3 editor into a markdown editor instead. plain text forever
| 1 | // ==UserScript== |
| 2 | // @name AO3 Markdown Editor |
| 3 | // @namespace https://veryroundbird.house |
| 4 | // @version 2026-03-31 |
| 5 | // @description replaces the standard AO3 editor with a markdown editor that has syntax highlighting and a previewer for people with my brain disease |
| 6 | // @author You |
| 7 | // @match https://archiveofourown.org/works/* |
| 8 | // @match https://squidgeworld.org/works/* |
| 9 | // @match https://sunset.femslash.club/works/* |
| 10 | // @match https://superlove.sayitditto.net/works/* |
veryroundbird / otwa better dev admin account creation
0 mi piace
0 forks
2 files
Ultima volta attivo 5 months ago
| 1 | # Run this script and follow the onscreen instructions: |
| 2 | # bundle exec rails r script/create_admin.rb |
| 3 | |
| 4 | require "csv" |
| 5 | |
| 6 | include Rails.application.routes.url_helpers |
| 7 | |
| 8 | # Base URL |
| 9 | default_url_options[:host] = ArchiveConfig.APP_URL |
veryroundbird / archhelper.user.js
0 mi piace
0 forks
1 files
Ultima volta attivo 5 months ago
| 1 | // ==UserScript== |
| 2 | // @name Flat Raisin Arch Helper |
| 3 | // @namespace http://veryroundbird.house |
| 4 | // @version 1.0 |
| 5 | // @description lets you not have to scroll up and down the page to magnify glass |
| 6 | // @author Carly Smallbird |
| 7 | // @match https://www1.flightrising.com/trading/archaeology/dig-site/* |
| 8 | // @icon https://www.google.com/s2/favicons?sz=64&domain=flightrising.com |
| 9 | // @grant none |
| 10 | // ==/UserScript== |
veryroundbird / bondshortcut.user.js
0 mi piace
0 forks
1 files
Ultima volta attivo 5 months ago
| 1 | // ==UserScript== |
| 2 | // @name Press B to Bond |
| 3 | // @namespace http://veryroundbird.house |
| 4 | // @version 1.0 |
| 5 | // @description bind the bond button to the 'b' key so that i get less RSI |
| 6 | // @author Carly Smallbird |
| 7 | // @match https://*.flightrising.com/dragon/* |
| 8 | // @icon https://www.google.com/s2/favicons?sz=64&domain=flightrising.com |
| 9 | // @grant none |
| 10 | // ==/UserScript== |
Più nuovi
Più vecchi