Content deleted Content added
testing this userscript |
dipping my toe before making 'real' changes |
||
Line 1:
// <nowiki>
// Copied and edited from novem linguae's user highlighter simple: [[User:Novem_Linguae/Scripts/UserHighlighterSimple.js]]
Line 283 ⟶ 282:
// TODO: grab the order from an array, so I can keep checkForPermission and addCSS in the same order easily, lowering the risk of the HTML title="" being one thing, and the color being another
this.addCSS( 'UHS-500edits-bot-trustedIP', 'background-color:
this.addCSS( 'UHS-10000edits', 'background-color: #9c9 !important;' );
this.addCSS( 'UHS-new-page-reviewer', 'background-color: #99f !important;' );
|