User:FlyingPenguins/monobook.js
Appearance
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:FlyingPenguins/monobook.css. |
/* Navigation Popups */
//START NavPopups
// [[User:Lupin/popups.js]] - please include this line
mw.loader.load(
'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s');
popupDelay=1.0;
popupThumbAction="sizetoggle";
//END NavPopups
/* Comments in local time - settings */
LocalComments = {
dateDifference: false,
dateFormat: 'mdy',
timeFirst: true,
twentyFourHours: false
};
/* Mark blocked usernames */
//If you add this script to your monobook, it will mark all linked blocked users with a strikethrough, and mark all linked indefinitely blocked users with italics and a strikethrough.
//
// Installation Method 1:
// Add the following line to your monobook.js
// importScript('User:NuclearWarfare/Mark-blocked script.js');
//
// Installation Method 2:
// Just copy and paste the uncommented part of this page
mw.loader.load('https://ru.wikipedia.org/w/index.php?title=MediaWiki:Gadget-markblocked.js&action=raw&ctype=text/javascript');
/* Minutes later for diff */
importScript('User:Gary King/minutes later for diff.js');
/* Twinkle */
if( typeof( TwinkleConfig ) == 'undefined' ) TwinkleConfig = {};
TwinkleConfig.watchRevertedPages = []; // don't watch reverted articles
TwinkleConfig.watchWarnings = false; // don't watch user's talk pages