User:Saph668/common.js

Hello, you have come here looking for the meaning of the word User:Saph668/common.js. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:Saph668/common.js, but we will also tell you about its etymology, its characteristics and you will know how to say User:Saph668/common.js in singular and plural. Everything you need to know about the word User:Saph668/common.js you have here. The definition of the word User:Saph668/common.js will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:Saph668/common.js, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
importScript('User:Erutuon/addAutoCat.js');
importScript("User:Erutuon/contributionsTab.js");

// Add WikiBlame launcher to the Tools menu
$(function () {
 mw.util.addPortletLink(
  "p-tb",     // toolbox portlet
  "http://ramselehof.de/wikipedia/wikiblame.php?user_lang=en&lang=" + mw.config.get('wgContentLanguage')
  + "&project=wikipedia&article=" + mw.config.get('wgPageName')
  + "&needle=&skipversions=0&ignorefirst=0&limit=500&searchmethod=int&order=desc&user=",
  "WikiBlame"  // link label
)});

mw.loader.load('https://meta.wikimedia.orghttps://en.wiktionary.org/w/index.php?title=User:Jack who built the house/editHere.js&action=raw&ctype=text/javascript');
jQuery(document).ready(function ($) {
	console.log("executing common.js");

	try {
		importScript("User:Erutuon/scripts/cleanup.js");
		importScript("User:Erutuon/scripts/addAutoCat.js");
		importScript("User:Erutuon/scripts/phonemicGreekTransliteration.js");
		importScript("User:Fenakhay/scripts/nonmainspaceCategories.js");
		importScript("User:Erutuon/scripts/gadgets-definition.js");
		importScript("User:Fenakhay/extraCategoryLinks.js");
		importScript("User:Ioaxxere/minitoc.js");
		importScript("User:Ioaxxere/webapp.js");
		
		/********* quick move revert *********/
		$('.mw-logline-move a').each(function () {
			if (this.href.indexOf('&autosubmitmove=1') < 0)
				this.href += '&wpLeaveRedirect=0&autosubmitmove=1';
		});
		if (mw.config.get("wgPageName").startsWith("Special:MovePage") && new URL(window.location.href).searchParams.get("autosubmitmove") == '1') {
			$('button').click();
		}
	} catch (e) {
		console.error(e);
	}

	mw.hook("wikipage.content").add(function () { console.log("wikipage.content hook"); });

	console.log("executed common.js");
});