User:Rahk EX/monobook.js

From Wikipedia, the free encyclopedia

If a message on your talk page led you here, please be wary of who left it. The code below could contain malicious content capable of compromising your account; if your account appears to be compromised, it will be blocked. If you are unsure whether the code is safe, you can ask at the appropriate village pump.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
 
 
importScript('User:Ioeth/friendly.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('&section=0') != -1) {
addOnloadHook(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
};