Compare commits

..

1 Commits

Author SHA1 Message Date
8ec6a30a82
Rewrite 2025-04-19 12:45:15 -04:00

View File

@ -13,6 +13,7 @@
// ==/UserScript== // ==/UserScript==
// jshint esversion: 11 // jshint esversion: 11
globalThis.document.styleSheets[0].insertRule('tbody tr.athing>td.title>span.titleline>a:focus,tbody tr.athing.comtr a.togg.clicky:focus{outline: none}') globalThis.document.styleSheets[0].insertRule('tbody tr.athing>td.title>span.titleline>a:focus,tbody tr.athing.comtr a.togg.clicky:focus{outline: none}')
const requery = () => globalThis.document.querySelectorAll('tbody tr.athing') const requery = () => globalThis.document.querySelectorAll('tbody tr.athing')