MediaWiki:Common.js: Difference between revisions
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'); | |||