Content deleted Content added
No edit summary |
No edit summary |
||
Line 2:
const links = $(`a[href*='${mw.config.get("wgArticlePath").replace("$1", '')}']`);
$(links).each((i) => {
alert($(links)[i].attr("href").replace(mw.config.get("wgArticlePath"), ''));
});
});
|