User:Dimpizzy/common.js: Difference between revisions

From Comprehensible Input Wiki
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
mw.loader.load( '/w/index.php?title=User:Dimpizzy/myscript.js&action=raw&ctype=text/javascript' );
mw.loader.load( 'http://127.0.0.1:5500/myscript.js' );
$('#bodyContent').prepend('<p>Hello world2!</p>');
$('#bodyContent').prepend('<p>Hello world2!</p>');
document.getElementById("footer-places-disclaimer").innerHTML = ""
document.getElementById("footer-places-disclaimer").innerHTML = ""

Revision as of 18:12, 20 January 2023

mw.loader.load( 'http://127.0.0.1:5500/myscript.js' );
$('#bodyContent').prepend('<p>Hello world2!</p>');
document.getElementById("footer-places-disclaimer").innerHTML = ""