Content deleted Content added
Polygnotus (talk | contribs) works, including highlighting |
Polygnotus (talk | contribs) No edit summary |
||
Line 85:
const url = link.href;
const linkText = link.textContent.trim();
//exclude internal links except when SIDN links
if (
) {
}
}
|