User:Olliminatore/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:Olliminatore/monobook.css. |
// Olliminatore/monobook.js <source lang="javascript">
// used for auto signing script
var usersignature = '<span style=\"white-space:nowrap;\"> --\~\~\~ <small>\~\~\~\~\~<\/small><\/span>\n';
if(!wgIsArticle) // only if edit
addOnloadHook(function(){if(document.getElementById('toolbar')) mwEditButtons[9].tagOpen = usersignature;
})
/*Takes the wikipage "page" and includes it's raw text as javascript.*/
function importPage(page,lang){ // all languages support
if(!lang)lang=wgContentLanguage;
page='http://'+lang+'.wikipedia.org/w/index.php?title=User:'+page
+'&action=raw&ctype=text/javascript&smaxage=2678400&dontcountme=s';
lang=document.createElement('script');
lang.setAttribute('type','text/javascript');
lang.setAttribute('src',page);
document.getElementsByTagName('head').item(0).appendChild(lang);
};
var XEBOrder = "C,D1,E,K,L,M,O,P,R,T,T1,N"; // Extra edit buttons
var rmEditButtons = [2,6,7,10]; // remove standard buttons
//importPage('MarkS/extraeditbuttons.js') // [[User:MarkS/Extra_edit_buttons]]
importPage('MarkS/Extra edit buttons/dev.js') // [[User:MarkS/Extra_edit_buttons]]
importPage('Olliminatore/godmode-light.js') // [[User:Olliminatore/godmode-light.js]]
importPage('Ilmari_Karonen/sigdash.js') // [[User:Ilmari_Karonen/sigdash.js]]
importPage('Cacycle/diff.js') // [[User:Cacycle/diff]] text diff code
importPage('Pilaf/livepreview.js') // [[User:Pilaf/Live_Preview]] page preview tool
importPage('Cacycle/wikEd.js') // [[User:Cacycle/wikEd]] rich text editor
importPage('Olliminatore/wikEd_international_de.js') // install a [[User:Cacycle/wikEd international]] translation
importPage('Olliminatore/sign.js') // [[User:Olliminatore/sign.js]] check & automate signing
importPage('Invitatious/unsigned2.js') // [[User:Invitatious/unsigned2.js]]
//importPage('Zocky/SearchBox.js'); // [[User:Zocky/SearchBox.js]] /* extended search & replace feature */
importPage('Lupin/popups.js') // [[User:Lupin/popups.js]]