User:NYKevin/monobook.js
Appearance
(Redirected from User:Thinboy00/monobook.js)
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:NYKevin/monobook.css. |
//twinkle code
importScript('User:AzaToth/twinkle.js');
//Friendly code
if( typeof( FriendlyConfig ) == 'undefined' ) FriendlyConfig = {}; // DO NOT REMOVE THIS LINE - ALL FRIENDLY SETTINGS AFTER THIS
FriendlyConfig.enableClock = false;
importScript('User:Ioeth/friendly.js');
importScript('User:AWeenieMan/furme.js');
//addtabs
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');
//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
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript');
//make it work right
/* Move top tabs inside body content */
$(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
});
$(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');
//enable CommonsHelper helper
// [[User:Krimpet/CH2.js]]
importScript('User:Krimpet/CH2.js');