User:Daniel Quinlan/Scripts/RangeHelper.js: Difference between revisions

Content deleted Content added
fetch more contributions when searching for talk pages if the page is reloaded
fetch more contributions when searching for talk pages
Line 297:
async function getUserTalkPages(ip) {
const reloaded = performance.getEntriesByType('navigation')[0]?.type === 'reload';
const url = `/wiki/Special:Contributions/${ip}?limit=${reloaded ? 10005000 : 250500}`;
const userTalk = new Set();
const abortController = new AbortController();