User:16@r/monobook.js

Hello, you have come here looking for the meaning of the word User:16@r/monobook.js. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:16@r/monobook.js, but we will also tell you about its etymology, its characteristics and you will know how to say User:16@r/monobook.js in singular and plural. Everything you need to know about the word User:16@r/monobook.js you have here. The definition of the word User:16@r/monobook.js will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:16@r/monobook.js, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
// install ] in-browser text editor
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.orghttps://en.wiktionary.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

// Add an  link to pages
hookEvent("load", function ()
{
	if(wgCanonicalNamespace == "Special") return;
	if(document.getElementById("difference?")) return;
	if(wgTitle == "Main Page") return;
 
	if(wgAction == "view")
	{
		var divContainer = document.createElement("div");
		divContainer.innerHTML = '<div class="editsection" style="float:right;margin-top:1em;font-size:100%;"></div>';
		var coos = document.getElementById("coordinates");
		if(coos) coos.style.right = "4.5em";
		document.getElementById("content").insertBefore(
			divContainer, document.getElementsByTagName("h1"));
	}
	else if(window.location.href.indexOf("&action=edit&section=0") != -1)
	{
		e = document.getElementById("wpSummary");
		if(e) e.value = "/* Intro */ " + e.value;
		else alert("Cannot find the ‘Edit summary’ textbox.");
	}
});