User:BrandonXLF/HighlightAdmins
From Wikipedia, the free encyclopedia
Highlight Admins highlights administrators using a single CSS file. This avoids flashs of unstyled content as the CSS is loaded as a part of the initial page load rather than after.
DescriptionHighlight administrators using a single CSS file, avoiding flashs of unstyled content
Highlight Admins highlights administrators using a single CSS file. This avoids flashs of unstyled content as the CSS is loaded as a part of the initial page load rather than after.
Highlight Admins highlights administrators using a single CSS file. This avoids flashs of unstyled content as the CSS is loaded as a part of the initial page load rather than after.
AuthorUser:BrandonXLF
StatusWorking
First releasedAugust 19, 2020
| Description | Highlight administrators using a single CSS file, avoiding flashs of unstyled content Highlight Admins highlights administrators using a single CSS file. This avoids flashs of unstyled content as the CSS is loaded as a part of the initial page load rather than after. |
|---|---|
| Author | User:BrandonXLF |
| Status | Working |
| First released | August 19, 2020 |
| Source | HighlightAdmins.css |
Installation
You can install this script using JavaScript (JS) or Cascading Style Sheets (CSS). CSS will allow the script to run right at load whereas JS may have a delay before applying, this means the scripts style won't work instantly using JS but will using CSS.
Using JS
importStylesheet('User:BrandonBot/HighlightAdmins.css'); // {{#parsoid- Alternatively, use the following instead of the above:
mw.loader.load('/w/index.php?title=User:BrandonBot/HighlightAdmins.css&action=raw&ctype=text/css', 'text/css'); // {{#parsoid- To install on other wikis (for instance, globally in your global.js on the Meta-Wiki), use the following code:
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:BrandonBot/HighlightAdmins.css&action=raw&ctype=text/css', 'text/css');- After installing reload the page and clear your cach
Using CSS
- Add the following to your common.css or your skin.css AT THE TOP (but after @charset):
@import url(https://en.wikipedia.org/w/index.php?title=User:BrandonBot/HighlightAdmins.css&action=raw&ctype=text/css); /* {{#parsoid- After installing reload the page and clear your cace
Comments are welcome on my talk page, be sure to indicate that you're talking about this script in the title. I would really like any suggestion to make the script run better.