Jump to content

User:Paranomia/monobook.js

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Paranomia (talk | contribs) at 21:11, 23 June 2008 (use gadget instead). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// 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');
//importStylesheet('User:Cobi/transparent.css');
/* Antivandalism/Gracenotes/DerHexer stuff */
importScript('User:AzaToth/twinkle.js');
//importScript('User:DerHexer/monobook.js');
//importScript('User:Gracenotes/amelvand.js');
//importScript('User:Gracenotes/rollback.js');
//importScript('User:Gracenotes/console.js');
//importScript('User:Paranomia/twinklenovand.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');
TwinkleRollbackIntegrationConfig = {
rollbackStyle                   :       'replaceall'
};
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');
var wikEdRegExTypoFix = true;
//if(wgAction=='edit' || wgAction=='submit') {
// importScript('Wikipedia:WikiProject User scripts/Scripts/Formatter');
// importScript('User:Cacycle/wikEd.js');
// if (wikEdDisabled) importScript('User:Cameltrader/Advisor.js');
//}
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;