Jump to content

User:Haza-w.debug/monobook.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Haza-w.debug (talk | contribs) at 10:33, 27 May 2008 (?). 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.
//////////Styles
//importStylesheet('User:Cobi/transparent.css');

//////////Scripts
importScript('Wikipedia:WikiProject User scripts/Scripts/Add purge to tabs');
importScript('Wikipedia:WikiProject User scripts/Scripts/User tabs');
importScript('Wikipedia:WikiProject User scripts/Scripts/Watchlist since');
importScript('Wikipedia:WikiProject User scripts/Scripts/Six tabs');
importScript('Wikipedia:WikiProject User scripts/Scripts/Formatter');
importScript('User:Mr.Z-man/patrollinks.js');
importScript('User:Gracenotes/amelvand.js');
importScript('User:Cobi/watchlist-sorter.js');
importScript('User:ais523/editcount.js');
importScript('User:Misza13/viewSource.js');
importScript('User:Lupin/recent2.js');
importScript('User:Animum/count.js');
importScript('User:Animum/reset.js');
importScript('User:Supadawg/secedit.js');
importScript('MediaWiki:LinkFixr.js');
importScript('User:Supadawg/secedit.js');
importScript('User:Jnothman/afd_helper/script.js');
importScript('User:Henrik/js/afc-helper.js');
importScript('User:Digitalme/aiv.js');
importScript('User:Krimpet/CH2.js');
importScript('User:Mr.Z-man/hideClosedAFD.js');
importScript('User:Henrik/js/live-edit-counter.js');
importScript('User:MarkS/extraeditbuttons.js');
importScript('User:Olliminatore/sign.js');
importScript('User:Ais523/watchlistnotifier.js');
importScript('User:Ais523/votesymbols.js');
importScript('User:Ais523/adminrights.js');
importScript('User:Where/sigcontract.js');
importScript('User:Superm401/Compare link.js');

//////////Duplicate tabs at bottom
addOnloadHook(function () {
	var tabs = document.getElementById('p-cactions').cloneNode(true);
	tabs.id = 'mytabs';
	var listitems = tabs.getElementsByTagName('LI');
	for (i=0;i<listitems.length;i++) {
		if(listitems[i].id) listitems[i].id = 'mytabs-' + listitems[i].id;
	}
};
);

//////////Patrol Links
ptNoInPagePatrolling=true;
importScript('user:js/patroller.js');

//////////HighlightRedirects
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Dschwen/highlightredirects.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

//////////XEB
importScript('User:MarkS/extraeditbuttons.js'); //[[User:MarkS/extraeditbuttons.js]]

//////////IWiki
var iwDisplayMode = 1
importScript('User:Alex Smotrov/iwiki.js');

//////////FurMe
importScript('User:AWeenieMan/furme.js');
importScript('User:AWeenieMan/furmeScroller.js');

//////////WikiEd
// install [[User:Cacycle/wikEd]] in-browser text editor
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript"></' + 'script>');

//////////Interiot's javascript edit counter
if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) importScript('User:Interiot/Tool2/code.js');

//////////Popups
importScript('User:Lupin/popups.js');
//popupStructure='original';
popupFixRedirs=true;
popupWatchRedirredPages=true;
popupRedlinkRemoval=true;
popupFixDabs=true;

importScript('Wikipedia:WikiProject User scripts/Scripts/Time');

//////////Twinkle
importScript('User:AzaToth/twinkle.js');
TwinkleConfig = {
        revertMaxRevisions              :       15,
        userTalkPageMode                :       'tab',
        showSharedIPNotice              :       true,
        openTalkPage                    :       [ 'agf', 'norm', 'vand' ],
        openTalkPageOnAutoRevert        :       false,
        summaryAd                       :       ".",
        deletionSummaryAd               :       ".",
        protectionSummaryAd             :       ".",
        watchSpeedyPages                :       false,
        watchProdPages                  :       false,
        openUserTalkPageOnSpeedyDelete  :       [ 'g1', 'g2', 'g10', 'g11', 'g12', 'a1', 'a7', 'i3', 'i4', 'i5', 'i6', 'i7', 'u3', 't1' ],
        watchRevertedPages              :       false,
        markRevertedPagesAsMinor        :       [ 'agf', 'norm', 'vand', 'torev' ],
        deleteTalkPageOnDelete          :       false,
        watchWarnings                   :       false,
        markAIVReportAsMinor            :       false,
        markSpeedyPagesAsMinor          :       true,
        offerReasonOnNormalRevert       :       true,
        orphanBacklinksOnSpeedyDelete   :       {orphan:true, exclude:['g6']}
};

//////////Friendly config
importScript('User:Ioeth/friendly.js');
FriendlyConfig = {
        summaryAd                       :       ".",
        topWelcomes                     :       true,
        watchWelcomes                   :       false,
        markWelcomesAsMinor             :       false,
        insertHeadings                  :       true,
        welcomeHeading                  :       "== Welcome ==",
        insertUsername                  :       true,
        insertSignature                 :       true,
        quickWelcomeMode                :       "auto",
        quickWelcomeTemplate            :       "Welcome",
        maskTemplateInSummary           :       true,
        markSharedAsMinor               :       true,
        groupByDefault                  :       true,
        watchTaggedPages                :       false,
        markTaggedPagesAsMinor          :       false
};