Created
November 21, 2024 15:36
-
-
Save Alluseri/613d3dee78a46e7710201a74d4ad9357 to your computer and use it in GitHub Desktop.
https://howdyho.net/ anti-adblock bypass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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