User:Ttv pedro270707/vector.js: Difference between revisions

From BTA-Mirror
imported>Ttv pedro270707
mNo edit summary
imported>Ttv pedro270707
mNo edit summary
(No difference)

Revision as of 16:55, 23 March 2023

jQuery( document ).ready( function( $ ) {
	var sandboxLink = document.createElement("li");
	sandboxLink.id = "pt-sandbox";
	sandboxLink.classList.add("mw-list-item");
	sandboxLink.innerHTML = "<a href=\"/wiki/User:Ttv_pedro270707/Sandbox\" title=\"Access your sandbox\" accesskey=\"y\"><span>Sandbox</span></a>";
	document.getElementById("pt-mycontris").parentNode.insertAfter(sandboxLink, document.getElementById("pt-mycontris"));
});