veryroundbird / newcomments.user.js
0 喜歡
0 分支
1 檔案
最後活躍 1 month 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 喜歡
0 分支
2 檔案
最後活躍 2 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 / ao3markdown.user.js
0 喜歡
0 分支
1 檔案
最後活躍 3 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/* |
上一頁
下一頁