Content deleted Content added
minor fix |
minor change |
||
Line 121:
const resultRange = maskedIP(ips[0], bestMask);
const contribsLink = `<a href="/wiki/Special:Contributions/${resultRange}" target="_blank">${resultRange}</a>`;
const blockLink = `<a href="/wiki/Special:Block/${resultRange}" target="_blank">
return `<span>${ips.length} unique IP${ips.length !== 1 ? 's' : ''}: ${contribsLink} (${blockLink})</span>`;
}
|