Content deleted Content added
2NumForIce (talk | contribs) configs |
2NumForIce (talk | contribs) Undid revision 1300586055 by 2NumForIce (talk) |
||
(48 intermediate revisions by the same user not shown) | |||
Line 1:
scriptsToManage = {
"Sandbox" : "//en.wikipedia.org/w/index.php?title=User:2NumForIce/sandbox/.js&action=raw&ctype=text/javascript", // Backlink: [[User:2NumForIce/sandbox/.js]]
"
"
"
"
"
"
"
"
"
"
"
"Source Table
"StatusChanger" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Enterprisey/StatusChanger.js", // Backlink: [[User:Enterprisey/StatusChanger.js]]
"SVGedit" : "//commons.wikimedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Rillke/SVGedit.js", // hosted on https://commons.wikimedia.org/wiki/User:Rillke/SVGedit.js
"
"
▲ "CitationsWrap" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:2NumForIce/wrap/citations.js",
▲ "copyvios" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:The Earwig/copyvios.js",
▲ "Lupin Tool" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Lupin/recent2.js",
▲ "AfC RedirectCat" : "//en.wikipedia.org/w/index.php?title=User:Eejit43/scripts/AFCRHS.js&action=raw&ctype=text/javascript",
▲ "Source Table Gen" : "//en.wikipedia.org/w/index.php?title=User:DannyS712/SATG.js&action=raw&ctype=text/javascript"
};
Line 23 ⟶ 25:
* Comma separated
***/
/***▼
* Scripts below will be loaded every time.▼
* Recommended to keep to minimum.▼
***/▼
importScript('User:RedWarn/.js'); // Backlink: [[User:RedWarn/.js]]▼
importScript('User:MusikAnimal/scriptManager.js'); // Backlink: [[User:MusikAnimal/scriptManager.js]]▼
/* CONFIGS */
Line 43 ⟶ 36:
***/
// ConfirmRollback
ConfirmRollback = {
mobile: "allow",
watchlist: "confirm"
};
// Navigation Popups
window.popupStructure = "menus";
window.popupShortcutKeys = true;
window.popupFixRedirs = true; // to fix double redirects (should I come across them)
window.popupFixDabs = true;
window.popupEditCounterTool = "custom"; // I use XTools
window.popupEditCounterUrl = "https://xtools.wmcloud.org/ec/en.wikipedia.org/$1"; // $1: username; $2, database name (enwiki_p)
▲/***
▲ * Scripts below will be loaded every time.
▲ * Recommended to keep to minimum.
▲***/
▲importScript('User:RedWarn/.js'); // Backlink: [[User:RedWarn/.js]]
▲importScript('User:MusikAnimal/scriptManager.js'); // Backlink: [[User:MusikAnimal/scriptManager.js]]
mw.loader.load( '/w/index.php?title=User:Mr._Stradivarius/gadgets/ConfirmRollback.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Mr. Stradivarius/gadgets/ConfirmRollback.js]]
mw.loader.load( '/w/index.php?title=User:2NumForIce/Tools/DashboardLink.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:2NumForIce/Tools/DashboardLink.js]]
importScript( 'User:Ohconfucius/dashes.js' ); // Backlink: [[User:Ohconfucius/dashes.js]]
importScript( 'User:2NumForIce/Tools/ToggleNewWikitextEd.js' ); // Backlink: [[User:2NumForIce/Tools/ToggleNewWikitextEd.js]]
importScript( 'User:Enterprisey/cv-revdel.js' ); // Backlink: [[User:Enterprisey/cv-revdel.js]]
importScript( 'User:Ingenuity/AbuseFilterContribs.js' ); // Backlink: [[User:Ingenuity/AbuseFilterContribs.js]]
importScript('User:Harej/citation-watchlist.js'); // Backlink: [[User:Harej/citation-watchlist.js]]
importScript('User:TheTVExpert/rmCloser.js'); // Backlink: [[User:TheTVExpert/rmCloser.js]]
mw.loader.load( 'ext.gadget.Navigation_popups' );
mw.loader.load('https://wikicounter.toolforge.org/wikicounter.js');
/*** BEGIN WIKIBREAK ENFORCER ***/
Line 58 ⟶ 77:
// no leading zeroes. (example: 9 - correct, 09 - incorrect)
var date = { year:
var time = { hours:
/*** Stop editing here ***/
Line 88 ⟶ 107:
});
/*** END WIKIBREAK ENFORCER ***/
▲ mw.loader.load( '/w/index.php?title=User:Mr._Stradivarius/gadgets/ConfirmRollback.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Mr. Stradivarius/gadgets/ConfirmRollback.js]]
|