Content deleted Content added
creating RAL checker |
rearranging (via CAE) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 17:
async function onList(username) {
var list = await getFullList();
return
}
Line 28 ⟶ 29:
return;
}
alert(`${relevantUn} is NOT on the redirect autopatrol list.`);
});
}
}
addRALLink();
|