The Quick and the Clicked: ONE FROG ENTERS, ONE FROG LEAVES
(media.greatawakening.win)
LET'S GOOoOoooo!!!
Comments (13)
sorted by:
Two fun hacks: F12 opens developer tools, find the modal element and add “display”:” none “ to the style sheet (technical version) OR Add archive.is/ before the entire url and you may get the unblocked version
THIS
Can also just find the modal and hit backspace to delete it
🐸
noice! Didn't know about these, thanks!
https://www.youtube.com/shorts/TL3nPs4TzA4
Kek! Also there are sites like https://12ft.io which work from time to time
On slot of them if you hit F5 for reload and then hit the escape key before that paywall screen loads but after the article loads then you can read it.
But it's probably shit any way....
Nice meme!
🐸
😆 🤣 😂 😹 😆 🤣
Hahha you can also do this
// WAPO javascript:(function(){ var h=document.getElementsByTagName("html"); h[0].removeAttribute("style"); h[0].removeAttribute("class"); var b=document.getElementsByTagName("body"); b[0].removeAttribute("style"); b[0].removeAttribute("class"); var divs = document.getElementsByTagName("div"); for (var i=0; i < divs.length; i++) { divs[i].removeAttribute("style"); divs[i].removeAttribute("class"); } })();
/// or this javascript:(function(){ $("html").css("overflow", "auto");alert("it ran"); })();
/// or this javascript:(function(){document.getElementsByClassName('modal-wrapper')[0].remove();})();