veryroundbird / newcomments.user.js
0 likes
0 forks
1 files
Last active 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 |
Newer
Older