Last active
June 20, 2017 18:09
-
-
Save gunderson/12e76f4abb5d489bbfbb23a3dfb28c56 to your computer and use it in GitHub Desktop.
Unblock WP
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
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