Skip to content

Instantly share code, notes, and snippets.

@kovacs
Last active October 22, 2015 17:43
Show Gist options
  • Save kovacs/eb68bf8c8d55bca4b3aa to your computer and use it in GitHub Desktop.
Save kovacs/eb68bf8c8d55bca4b3aa to your computer and use it in GitHub Desktop.
Don't tease me bro
var el = document.getElementsByClassName("TextBlock"); for(var e = 0; e < el.length; e++) { el[e].style.cssText = ""; }; el = document.getElementsByClassName("bcx_callout"); for(var e = 0; e < el.length; e++) {el[e].style.cssText = "display: none;"};
@kovacs
Copy link
Author

kovacs commented Oct 22, 2015

Started reading an article on FirstRound's blog and when I'd read several paragraphs I was greeted with a tap on the shoulder... "Umm.. yeah, you have to give us your email to finish reading this". Me: "Umm.... WTF, how about NO? How about instead I take a few minutes and write some code to uncover your content solely based on principle?"

Copy and paste the code above into your javascript console while on any of FirstRound's content that's locked with that annoying teaser and voila, content opened!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment