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