User:X!/monobook.js
Appearance
< User:X!
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:X!/monobook.css. |
importScript('Wikipedia:WikiProject User scripts/Scripts/Replace');
importScript('User:Ioeth/friendly.js');
importScript("User:X!/topcontrib.js");
importScript('User:AWeenieMan/furme.js');
importScript('User:Ais523 non-admin/adminrights.js');
importScript('User:AzaToth/twinkle.js');
importScript('User:Mr.Z-man/hideClosedAFD.js');
importScript('User:AndyZ/peerreviewer.js');
importScript('User:Mr.Z-man/closeAFD.js');
importScript('User:Soxred93/userrights.js'); //[[User:Soxred93/userrights.js]]
importScript('User:X!/hidehugglecontribs.js');
importScript('User:Krimpet/massblock.js'); //[[User:Krimpet/massblock.js]]
importScript('User:X!/nograwp.js'); //[[User:X!/nograwp.js]]
importScript('User:TheDJ/qui.js');
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>');
TwinkleConfig = {
revertMaxRevisions : 50,
userTalkPageMode : 'tab',
showSharedIPNotice : true,
openTalkPage : [ 'vand' ],
openTalkPageOnAutoRevert : false,
summaryAd : "",
deletionSummaryAd : "",
protectionSummaryAd : "",
watchSpeedyPages : [ ],
watchProdPages : false,
openUserTalkPageOnSpeedyDelete : [ ],
watchRevertedPages : [],
markRevertedPagesAsMinor : [ 'agf', 'norm', 'vand', 'torev' ],
deleteTalkPageOnDelete : false,
watchWarnings : false,
markAIVReportAsMinor : true,
markSpeedyPagesAsMinor : true,
offerReasonOnNormalRevert : true,
orphanBacklinksOnSpeedyDelete : {orphan:false, exclude:[ 'g1', 'g2', 'g3', 'g4', 'g5', 'g10', 'g11', 'g12', 'a1', 'a3', 'a7', 'a9', 'i3', 'i4', 'i5', 'i6', 'i7', 'i9', 'i11', 'u3', 't1', 't2', 'g6', 'g7', 'g8', 'g9', 'a2', 'a4', 'a5', 'a6', 'a8' ]}
};
FurMeConfig = {
actionOnSubmit : 'preview',
cleanAmazonURLs : true,
furmeLocation : 'filetoc',
imageRemovalMethod : 'comment',
openArticleMode : 'none',
renameMethod : 'ifd',
scrollerMax : 10,
scrollerSkipDone : true,
watchMyEdits : false,
};
FriendlyConfig = {
summaryAd : "",
topWelcomes : false,
watchWelcomes : false,
markWelcomesAsMinor : true,
insertHeadings : true,
welcomeHeading : "== Welcome ==",
insertUsername : true,
insertSignature : true,
quickWelcomeMode : "auto",
quickWelcomeTemplate : "Welcome",
maskTemplateInSummary : true,
markSharedAsMinor : true,
groupByDefault : true,
watchTaggedPages : false,
markTaggedPagesAsMinor : true
};
function remind_strike() // WARNING: This tool assumes you have will power and serves only as a reminder
{
if (document.title.indexOf("Delete ") != -1)
{
alert ("Delete is an admin tool, you are on wikibreak.");
}
if (document.title.indexOf("Editing ") != -1)
{
alert ("Are you sure you want to edit? You are on wikibreak.");
}
if (document.title.indexOf("Change protection level for ") != -1)
{
alert ("Protecting is an admin tool, you are on wikibreak.");
}
if (document.title.indexOf("Block user") != -1)
{
alert ("Blocking is an admin tool, you are on wikibreak.");
}
if (document.title.indexOf("Unblock user") != -1)
{
alert ("Unblocking is an admin tool, you are on wikibreak.");
}
if (document.title.indexOf("View and restore deleted pages") != -1)
{
alert ("Viewing deleted material is an admin tool, you are on wikibreak.");
}
if (document.title.indexOf("Deleted contributions") != -1)
{
alert ("Listing deleted contributions is an admin tool, you are on wikibreak.");
}
if (document.title.indexOf("User rights management") != -1)
{
alert ("Changing user rights is an admin tool, you are on wikibreak.");
}
if ((document.body.innerHTML.indexOf("<div id=\"protectedpagewarning") != -1) && (document.title.indexOf("Editing ") != -1))
{
alert ("Editing a protected page is an admin tool, you are on wikibreak.");
}
}
//addOnloadHook(remind_strike);