User:Olliminatore/monobook.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// 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]]