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)

Latest revision as of 16:57, 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=\"s\"><span>Sandbox</span></a>";
	document.getElementById("pt-logout").parentNode.insertBefore(sandboxLink, document.getElementById("pt-logout"));
});