User:Theleekycauldron/common.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | The accompanying .css page for this skin is at User:Theleekycauldron/common.css. |
//Helpful gadgets
importScript('User:Andrybak/Archiver.js'); // Backlink: [[User:Andrybak/Archiver.js]]
importScript('User:Awesome Aasim/noeditredlinks.js'); // Backlink: [[User:Awesome_Aasim/noeditredlinks.js]]
importScript('User:Awesome Aasim/redirectcreator.js'); // Backlink: [[User:Awesome Aasim/redirectcreator.js]]
importScript('User:DannyS712/DiscussionCloser.js'); // Backlink: [[User:DannyS712/DiscussionCloser.js]]
importScript('User:Enterprisey/copy-section-link.js'); // Backlink: [[User:Enterprisey/copy-section-link.js]]
importScript('User:Enterprisey/talk-tab-count.js'); // Backlink: [[User:Enterprisey/talk-tab-count.js]]
importScript('User:Gary/nominations viewer.js'); // Backlink: [[User:Gary/nominations viewer.js]]
importScript('User:Novem Linguae/Scripts/CiteHighlighter.js'); // Backlink: [[User:Novem_Linguae/Scripts/CiteHighlighter.js]]
importScript('User:Novem Linguae/Scripts/GANReviewTool.js'); // Backlink: [[User:Novem Linguae/Scripts/GANReviewTool.js]]
importScript('User:SD0001/GAR-helper.js'); // Backlink: [[User:SD0001/GAR-helper.js]]
importScript('User:Shubinator/DYKcheck.js'); // Backlink: [[User:Shubinator/DYKcheck.js]]
importScript('User:Theleekycauldron/Scripts/4bes.js'); // Backlink: [[User:Theleekycauldron/Scripts/4bes.js]]
importScript('User:Theleekycauldron/orestalk.js'); // Backlink: [[User:Theleekycauldron/orestalk.js]]
importScript('User:Theleekycauldron/PortletLinkContributions.js'); // Backlink: [[User:Theleekycauldron/PortletLinkContributions.js]]
importScript('User:Theopolisme/Scripts/adminhighlighter.js'); // Backlink: [[User:Theopolisme/Scripts/adminhighlighter.js]]
importScript('User:Ucucha/HarvErrors.js'); // Backlink: [[User:Ucucha/HarvErrors.js]]
importScript("User:Eizen/AutoPurge.js"); // Backlink: [[User:Eizen/AutoPurge.js]]
importScript('meta:User:Krinkle/Scripts/CVNSimpleOverlay wiki.js')
importScript('User:Novem Linguae/Scripts/VisualEditorEverywhere.js'); // Backlink: [[User:Novem Linguae/Scripts/VisualEditorEverywhere.js]]
importScript('User:BilledMammal/MovePlus.js'); // Backlink: [[User:BilledMammal/MovePlus.js]]
importScript('User:Chaotic Enby/RecentUnblockHighlighter.js'); // Backlink: [[User:Chaotic Enby/RecentUnblockHighlighter.js]]
//Stuff I use to code
if (true){ //PSHAW; if true, place in development mode, if false, run actual script
importScript('User:Theleekycauldron/Scripts/PSHAW/main.js'); // Backlink: [[User:Theleekycauldron/DYK promoter.js]]
} else {
importScript('User:Theleekycauldron/DYK promoter.js'); // Backlink: [[User:Theleekycauldron/DYK promoter.js]]
}
//variables
window.autoPurgePages = ["Template:Did you know/Queue","Main Page"];
window.checkLinksToCitations = false;
// [[WP:SPI]]
/* [[User:Writ Keeper/Scripts/cuStaleness.js]] & [[User:Writ Keeper/Scripts/sockStaleness.js]]:
See whether accounts/IPs are likely stale for CU; see who created them */
importScript('User:Writ Keeper/Scripts/cuStaleness.js'); // I wrote part of this one!
importScript('User:Writ Keeper/Scripts/sockStaleness.js');
// [[WP:SPIHELPER]]: If you're not a clerk/CU/patrolling admin, you don't need this
importScript('User:GeneralNotability/spihelper.js'); // And a much smaller part of this one
maxUsersCUStaleness = 100;
lazyCheckCUStaleness = false;
// [[User:RoySmith/tag-check.js]]: Ditto
importScript('User:RoySmith/tag-check.js');