User:Acagastya/common.js

From Wikinews, the free news source you can write!
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences. — More skins

// leftMenu has to be the first
importScript('User:Acagastya/leftMenu.js'); // IIFE to change left menu

importScript('User:Acagastya/sortCats.js'); // IIFE to sort categories

mw.loader.load(
  'https://en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:MusikAnimal/confirmationRollback.js'
); // asks for confirmation for a rollback

importScript('User:Acagastya/develop.js'); // Tags an article with {{tl|develop}}

importScript('User:Acagastya/startArchiving.js'); // Adds a link on the left-hand side to archive sources

importScript('User:Acagastya/spamblock.js'); // Add {{tl|spamblock}}

importScript('User:Acagastya/deadlinks.js'); // see how many deadlinks are there on a page

importScript('User:Acagastya/linksHere.js'); // see how many redirects of the page there are

importScript('User:Acagastya/searchWP.js'); // search if a page exists on WP or not.

importScript('User:Acagastya/boldName.js'); // bold my name on RC

importScript('User:Acagastya/sanitaryCheck.js'); // change font family for sanitary check

importScript('User:Acagastya/newPage.js'); // highlight new page creation

// importScript('User:Acagastya/tagDelLog.js'); // tag deletion log with a class in RC // don't need anymore

importScript('User:Acagastya/hideDelLog.js'); // hide deletion log with a class in RC

importScript('User:Acagastya/addDelLinks.js'); // add "del" in RC

mw.loader.load( "https://en.wikipedia.org/w/index.php?title=User:PerfektesChaos/js/lintHint/r.js&action=raw&maxage=86400&ctype=text/javascript" ); // lint errors


(function() {
  document.getElementById("ca-ve-edit").remove();
})();