GREEN REDIRECTS | |
Description | Makes redirects green Green Redirects makes redirects green. |
---|---|
Author(s) | User:BrandonXLF |
Status | Working |
First released | January 9, 2019 |
Source | GreenRedirects.js (git) GreenRedirects.css (git) |
GitHub repository | wikipedia-user-scripts |
Green Redirects makes redirects green.
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.
importStylesheet('User:BrandonXLF/GreenRedirects.css'); // [[User:BrandonXLF/GreenRedirects.css]]
mw.loader.load('/w/index.php?title=User:BrandonXLF/GreenRedirects.css&action=raw&ctype=text/css', 'text/css'); // [[User:BrandonXLF/GreenRedirects.css]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:BrandonXLF/GreenRedirects.css&action=raw&ctype=text/css', 'text/css');
@import url(https://en.wikipedia.org/w/index.php?title=User:BrandonXLF/GreenRedirects.css&action=raw&ctype=text/css); /* [[User:BrandonXLF/GreenRedirects.css]] */
When this script is active, this link should be green: 3.1415
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.