Skip to content

Instantly share code, notes, and snippets.

@Alluseri
Created November 21, 2024 15:36
Show Gist options
  • Save Alluseri/613d3dee78a46e7710201a74d4ad9357 to your computer and use it in GitHub Desktop.
Save Alluseri/613d3dee78a46e7710201a74d4ad9357 to your computer and use it in GitHub Desktop.
https://howdyho.net/ anti-adblock bypass
// en: just paste this into devtools
// ru: просто вставьте это в девтулзы
document.querySelector("#download-start").click();
var t = document.querySelector("#ibl > a");
t.removeAttribute("href");
$("#rustrover").__proto__.is = () => true;
t.click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment