Diferencia entre revisiones de «Usuario:Argent/common.js»

Ir a la navegación Ir a la búsqueda
m
sin resumen de edición
m
m
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
(function ()
{
var script = document.createElement('script');
script.src = '//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript';
script.async = true;
document.getElementsByTagName('head')[0].appendChild(script);
}
) ();
 
return;
 
// Should never run, the logic was moved to a gadget
// 2019-04-04 autofill artist pages
;mw.hook('wikipage.editform').add(function () {

Menú de navegación