Skip to content

Instantly share code, notes, and snippets.

@gunderson
Last active June 20, 2017 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gunderson/12e76f4abb5d489bbfbb23a3dfb28c56 to your computer and use it in GitHub Desktop.
Save gunderson/12e76f4abb5d489bbfbb23a3dfb28c56 to your computer and use it in GitHub Desktop.
Unblock WP
javascript:$('#drawbridge-root, #wp_Signin, .wp_signin, iframe').remove(); $('html,body').css({'overflow':'visible'}).removeClass('drawbridge-up');$(document).on('wheel', (e)=>e.stopImmediatePropagation());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment