User:JesseW/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:JesseW/monobook.css. |
//* <pre> <nowiki> */
function replace() {
var s = prompt("Search regexp?");
if(s) {
var r = prompt("Replace regexp?");
if(!r && r != '') return;
var txt = document.editform.wpTextbox1;
txt.value = txt.value.replace(new RegExp(s, "g"), r);
}
}
// [[User:Lupin/popups.js]] - please include this line
simplePopups = true;
popupAdminLinks = true;
popupStructure='menus';
mw.loader.load(
'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s');
//winc('User:Quarl/util.js'); // Quarl's utility functions
//winc('User:Quarl/addlilink.js'); // defines addlilink and tab/toolbox functions (by Quarl)
//winc('User:Quarl/wikipage.js'); // WikiPage class (by Quarl)
//winc('User:Quarl/show_diff_since.js');// show changes since last edited (async version); 'since' tab button (by Quarl)
// Helper tools
mw.loader.load(
'https://en.wikipedia.org/w/index.php?title=User:Voice_of_All/Addtabs/monobook.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s');
//
// Admin rollback tools [[Category:VoA scripted admins|{{PAGENAME}}]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Voice_of_All/Specialadmin/monobook.js'
+ '&action=raw&ctype=text/javascript');
//
//
$(Dfn_js_con)
function Dfn_js_con()
{
//moves
Mvaluejs_class = 'EHejonjEB';
//edits
Rvaluejs_class = 'DEEGHEBEQWWB';
//uploads
Uvaluejs_class = 'OBbowjobWf';
}
//
//* </nowiki> </pre> */