User:FT2/monobook.js
Appearance
< User:FT2
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:FT2/monobook.css. |
// CTRL-F5 to refresh after modifying. Variables after script import.
//====================================== preview refs
importScript('User:Anomie/ajaxpreview.js'); // Linkback: [[User:Anomie/ajaxpreview.js]]
//====================================== prose size (for DYK etc)
importScript('User:Dr pda/prosesizebytes.js'); //[[User:Dr pda/prosesizebytes.js]]
<!--
//====================================== Sysop.js
// Adds invert checkbox on special:undelete
importScript('MediaWiki:Sysop.js');
//====================================== Contribs on IP range
// Adds special:contribs on an IP/CIDR range
importScript('User:Splarka/contribsrange.js');
-->
//====================================== Preview <refs>
// Allows <ref>...</ref> to be previewed even without a <references /> tag present
// VirtualRefs, by [[de:Benutzer:ParaDox/VirtualReferences.js]]
importScript('User:FT2/scripts/previewrefs.js');
// OLD: document.write('<SCRIPT SRC="http://de.wikipedia.org/w/index.php?title='Benutzer:ParaDox/VirtualReferences.js&action=raw&ctype=text/javascript&dontcountme=s"><\/SCRIPT>');
<!--
//====================================== "SINCE" links
// From: http://en.wikipedia.org/wiki/User:Jayvdb/since.js
// With thanks to Jayvdb for much work :)
importScript('User:FT2/scripts/since.js');
SinceConfig = {
historyRevisions : 750,
updateWatchlist : true,
editWatchlistTalkLinks : true
};
//====================================== AJAX UNWATCH
// From: http://en.wikipedia.org/wiki/User_talk:Alex_Smotrov/wlunwatch.js
importScript('User:Alex Smotrov/wlunwatch.js');
//====================================== CSD CRITERIA LIST
// Adapted from: http://en.wikipedia.org/wiki/User:%5Edemon/CSD_AutoReason
importScript('User:FT2/Scripts/CSD.js');
//====================================== NAMESPACE SEARCH DROPDOWN (KILLED)
// From: http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_scripts/Scripts/Multi-NS_search.js
// importScript('Mediawiki:WikiProject User scripts/Scripts/Multi-NS search.js');
//====================================== MAKE 'COMPARE' BUTTON INTO A LINK
// From: http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_scripts/Scripts/Compare_link
importScript('Mediawiki:WikiProject User scripts/Scripts/Compare link.js');
//====================================== ADD DROPDOWN PAGE CONTROLS
// Based on: http://en.wikipedia.org/wiki/User:Haza-w/Caction_tool
// BUG REPORTED in OCT 19 2008 version + Opera, using old version Jan 2008.
importScript('User:FT2/cactions.js');
var cactions = {
itabs: false,
tbusr: true,
};
////importScript('User:FT2/Scripts/CactionsOLD.js');
////var ctIsAdmin = 1;
////var ctOriginalTabs = 1;
////var ctEditIntro = 1;
//====================================== ADD USER PAGE TABS
// From: http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_scripts/Scripts/User_tabs
// importScript('Wikipedia:WikiProject User scripts/Scripts/User tabs');
//====================================== POPUPS
// [[User:Lupin/popups.js]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
+ '&action=raw&ctype=text/javascript');
popupDelay=1.5;
popupHideDelay=0;
popupStructure='original'; //fancy, fancy2
popupSubpopups=false;
popupOnEditSelection=false;
popupAdminLinks=true;
popupFixRedirs=true;
popupFixDabs=true;
imagePopupsForImages=false;
popupMaxWidth=500;
popupRevertSummaryPrompt=true;
//====================================== VoA CHECKUSER TOOLS
// [[User:Voice of All/UsefulJS]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Voice_of_All/CheckUser/monobook.js'
+ '&action=raw&ctype=text/javascript');
-->