Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
$(function() {
const wikiSlash = mw.config.get("wgArticlePath").replace("$1", '');
const links = $("#mw-content-text").find(`a[href^='${wikiSlash}']`);
let titles = [];
let finalTitle;
|