User:Abates/monacobook.js
From MediaWiki
Jump to navigationJump to searchNote: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
//$('h2:contains("Fiction") ~ h3').css('border-top', '1px dashed #AAA');
//$('h2:not(:contains("Fiction")) ~ h3, h2 + h3').css('border-top', '0px');

