MediaWiki:Common.js: Difference between revisions

From Gulf States Flood Help
Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: document.querySelectorAll('.sol-newtab a').forEach(link => { link.setAttribute('target', '_blank'); });"
 
No edit summary
Line 4: Line 4:
     link.setAttribute('target', '_blank');
     link.setAttribute('target', '_blank');
});
});
mw.loader.load('//he.wikipedia.org/w/index.php?title=Mediawiki:Gadget-ime.js&action=raw&ctype=text/javascript');

Revision as of 12:02, 8 March 2025

/* Any JavaScript here will be loaded for all users on every page load. */

document.querySelectorAll('.sol-newtab a').forEach(link => {
    link.setAttribute('target', '_blank');
});

mw.loader.load('//he.wikipedia.org/w/index.php?title=Mediawiki:Gadget-ime.js&action=raw&ctype=text/javascript');