User:Thinboy00/monobook.js
From Wikipedia, the free encyclopedia
If a message on your talk page led you here, please be wary of who left it. The code below could contain malicious content capable of compromising your account; if your account appears to be compromised, it will be blocked. If you are unsure whether the code is safe, you can ask at the appropriate village pump.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
//twinkle code importScript('User:AzaToth/twinkle.js'); //Friendly code importScript('User:Ioeth/friendly.js'); //addtabs document.write('<script type="text/javascript" src="' + 'http://en.wikipedia.org/w/index.php?title=User:Voice_of_All/Addtabs/monobook.js' + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); //Twinkleconfig code /*TwinkleConfig = { key : value, watchRevertedPages : [], watchWarnings : false };*/ //[[User:Ais523/stubtagtab2.js]] importScript('User:Ais523/stubtagtab2.js'); /*//tags code importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu'); importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css'); importScript('User:S/tags.js');*/ //qsig signature reminder //importScript('Wikipedia:WikiProject User scripts/Scripts/qSig'); //allow typo fix button: var wikEdLoadRegExTypoFix = true; //auto edit summaries var wikEdComboPresetOptions = []; wikEdComboPresetOptions['summary'] = [ 'someone blanked it!', 'fixing, in general', 'copyedit', 'reply', 'article created', 'intro rewrite', 'linkfix', 'fixing typos', 'removing linkspam', 'reverting test', 'reverting vandalism', 'formatting source text', '{wikEdUsing}' ]; // install [[User:Cacycle/wikEd]] in-browser text editor document.write('<script type="text/javascript" src="' + 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); //make it work right /* Move top tabs inside body content */ addOnloadHook(function () { content = document.getElementById("column-content"); // Find the main content column footer = document.getElementById("footer"); // Find the footer footer.parentNode.removeChild(footer); // Remove the footer from the global wrapper content.appendChild(footer); // Place footer at the end of the content column; tabs = document.getElementById("p-cactions"); // Find the top tab list tabs.parentNode.removeChild(tabs); // Remove the tab list from the side column content.insertBefore(tabs,content.firstChild); // Place tab list at the beginning of the content column }); addOnloadHook(function () { content = document.getElementById("column-content"); // Find the main content column footer = document.getElementById("footer"); // Find the footer footer.parentNode.removeChild(footer); // Remove the footer from the global wrapper content.appendChild(footer); // Place footer at the end of the content column; tabs = document.getElementById("p-cactions"); // Find the top tab list tabs.parentNode.removeChild(tabs); // Remove the tab list from the side column content.insertBefore(tabs,content.firstChild); // Place tab list at the beginning of the content column personal = document.getElementById("p-personal"); // Find the personal links list personal.parentNode.removeChild(personal); // Remove the personal links list from the side column content.insertBefore(personal,content.firstChild); // Place personal links list at the beginning of the content column }); /**** afd helper ****/ document.write('<script type="text/javascript"' + 'src="http://en.wikipedia.org/w/index.php?title=User:Jnothman/afd_helper/' + 'script.js&action=raw&ctype=text/javascript&dontcountme=s"></script>'); /* This is to keep track of who is using this extension: [[User:Jnothman/afd_helper/script.js]] */ //Antivandal tool importScript("User:Lupin/recent2.js"); // install editcount from User:ais523/editcount.js importScript('User:ais523/editcount.js'); //[[User:ais523/editcount.js]] // [[User:Henrik/live-edit-counter]] importScript('User:Henrik/js/live-edit-counter.js'); //[[User:Ais523]] votesymbols script importScript("User:Ais523/votesymbols.js"); //[[User:Gary King]] comment localizer importScript("User:Gary King/localize comments.js"); //highlight section edit links importScript('User:Magnus Manske/HighlightEditSections.js') //add custom edit summary to rollback importScript('User:Gracenotes/rollback.js');