Jump to content

User:Quiddity/vector.js

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// STANDARD:

// Highlight admin names – color tweaked in user.css
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ATheopolisme%2FScripts%2Fadminhighlighter.js&action=raw&ctype=text/javascript&oldid=1103653456'); // [[User:Theopolisme/Scripts/adminhighlighter.js]]

// [[User:Js/ajaxPreview]] – Shows both "preview" and "changes" with Ajax, much faster than standard preview/changes buttons.
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Js/ajaxPreview.js&action=raw&ctype=text/javascript&oldid=916388391');
ajaxPreviewPos = 'bottom';  // Buttons on the bottom, replacing standard buttons.

// Change the color of talkpage tabs, if they just contain banners, or are redirects
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Anomie/talklink.js&action=raw&ctype=text/javascript&oldid=625451050');  // Linkback: [[User:Anomie/talklink.js]]
importStylesheet('User:Anomie/talklink.css'); // Linkback: [[User:Anomie/talklink.css]]

// Add info on userpages listing their flags, account-age, contributions-count, and last-edit-time
// importScript("User:PleaseStand/userinfo.js");

// inlineDiffDocs
inspectText = "+";
hideText = "-";
showText = "+";
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Writ Keeper/Scripts/commonHistory.js&action=raw&ctype=text/javascript&oldid=1252897361');

// TESTING: