Skip to content

Instantly share code, notes, and snippets.

@ivanrad
Last active December 18, 2015 03:49
Show Gist options
  • Save ivanrad/5720949 to your computer and use it in GitHub Desktop.
Save ivanrad/5720949 to your computer and use it in GitHub Desktop.
Bookmarklet to strip/remove read gate on sqlservercentral.com
javascript:$('div#limitContainer').removeClass('transparent').removeAttr('id');$('div#displayStopperContainer').css('display', 'none');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment