//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');