Disable adblocker on softcobra.net and decode links when possible
< Feedback on Softcobra Unadblocker and Decoder (2022)
Update for the onload.
Also to avoid a problem with "td"s disappearing while the script runs.
(async () => {
// Some issue with loading the full list of elements.
// Delay by a few seconds.
await new Promise((res, _) => setTimeout(res, 3000));
onload: (response) => {
switch (response.status) {
case 503:
window.alert("Need to do a cloudflare challenge");
return rej();
case 200:
decodedLink = atob(response.responseText);
return res();
default:
return rej();
}
},
Can confirm that this works, but you have to approve the tampermonkey cross origin request
Tip, try this to decode in spite of CORS and Cloudflare.
You'll need to visit (or open new tab) https://www.nin10news.net once, to have cloudflare challenge set a cookie. From there you can: