veryroundbird / arknights location header.html
0 喜歡
0 分支
2 檔案
最後活躍 2 weeks 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 檔案
最後活躍 1 month 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/* |
上一頁
下一頁