User:Rahk EX/monobook.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:Rahk EX/monobook.css. |
importScript('User:Ioeth/friendly.js');
importScript('User:Rahk_EX/instaedit.js');
//yeah, what the heck
// if ((self.navigator.appName).indexOf("Microsoft") != -1) importStylesheet('User:Paranomia/awb.css');
// importScript('User:Paranomia/evenmorebits.js');
importScript('User:Voice of All/Addtabs/monobook.js');
importScript('User:Paranomia/unstable.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('User:AzaToth/twinkle.js');
TwinkleConfig = {
revertMaxRevisions : 50,
userTalkPageMode : 'tab',
showSharedIPNotice : true,
openTalkPage : ['agf', 'norm', 'vand'],
openTalkPageOnAutoRevert : true,
openAOLAnonTalkPage : false,
summaryAd : " ([[WP:TW|TW]])",
deletionSummaryAd : " ([[WP:TW|TW]])",
protectionSummaryAd : " ([[WP:TW|TW]])",
watchSpeedyPages : [],
watchProdPages : true,
openUserTalkPageOnSpeedyDelete : ['g1', 'g2', 'g10', 'g11', 'g12', 'a1', 'a7', 'i3', 'i4', 'i5', 'i6', 'i7', 'u3', 't1'],
watchRevertedPages : [],
markRevertedPagesAsMinor : ['agf', 'norm', 'vand', 'torev'],
deleteTalkPageOnDelete : false,
watchWarnings : false,
markAIVReportAsMinor : false,
markSpeedyPagesAsMinor : false,
offerReasonOnNormalRevert : true
};
importScript('User:AWeenieMan/furme.js');
importScript('User:AWeenieMan/furmeScroller.js');
importScript('User:Ioeth/twinklerollbackintegration.js');
importScript('User:Philip Trueman/recent2.js');
// importScript('User:Paranomia/clock.js');
importScript('User:Ioeth/clock.js');
importScript('User:Ilmari Karonen/unwatchredlinks.js');
importScript('User:Paranomia/stubtagtab.js');
// importScript('User:Paranomia/commonsmain.js');
importScript('User:Ais523/votesymbols.js');
// importScript('User:Voice of All/History/monobook.js');
// importScript('User:Magnus Manske/LinkFixr.js');
importScript('User:Paranomia/sixtabs.js');
// importScript('User:Paranomia/afdhelper.js');
// importScript('User:Alex Smotrov/qpreview.js');
importScript('User:Henrik/js/afc-helper.js'); // do NOT use if already using afd helper
if (wgAction=='history') importScript('User:Alex Smotrov/histcomb.js');
importScript('User:Paranomia/persondata.js');
importScript('User:Paranomia/rights.js');
importScript('User:Paranomia/checkblocked.js');
importScript('User:Paranomia/editcount.js');
importScript('User:Paranomia/usertab.js');
importScript('User:Paranomia/changelinks.js');
importScript('User:Paranomia/addremovelinks.js');
// importScript('User:Paranomia/localize comments.js');
importScript('User:Cacycle/wikEd.js');
if(wgAction=='edit' || wgAction=='submit') {
// importScript('Wikipedia:WikiProject User scripts/Scripts/Formatter');
importScript('User:Cacycle/wikEd.js');
// if (wikEdUseWikEd == false) importScript('User:Cameltrader/Advisor.js');
var wikEdRegExTypoFix = true;
}
if (wgAction=='edit' && document.URL.indexOf('§ion=0') != -1) {
$(function(){
document.getElementById('wpSummary').value = "/* Intro */ ";
});
}
// importScript('User:Tim Laqua/Scripts/formatRecentChanges.js');
// if (wgCanonicalSpecialPageName && wgCanonicalSpecialPageName=='Log') importScript('User:Paranomia/logpage.js');
if(wgAction!='edit' && wgAction!='submit') importScript('User:TheDJ/popups.js');
// popupFixDabs = true;
// friendly
importScript('User:Ioeth/friendly.js');
FriendlyConfig = {
summaryAd : " ([[WP:FRIENDLY|Friendly]])",
watchWelcomes : false,
markWelcomesAsMinor : false,
watchTaggedPages : false,
markTaggedPagesAsMinor : true,
insertHeadings : true,
welcomeHeading : "== Welcome ==",
insertUsername : true,
insertSignature : true
};