MediaWiki:Common.js: Difference between revisions

From Gulf States Flood Help
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
     link.setAttribute('target', '_blank');
     link.setAttribute('target', '_blank');
});
});
 
document.querySelectorAll('.sol-newtab area').forEach(link => {
mw.loader.load('//he.wikipedia.org/w/index.php?title=Mediawiki:Gadget-ime.js&action=raw&ctype=text/javascript');
    link.setAttribute('target', '_blank');
});

Latest revision as of 10:08, 10 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');
});
document.querySelectorAll('.sol-newtab area').forEach(link => {
    link.setAttribute('target', '_blank');
});