Guest User

Untitled

a guest
Aug 14th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $(document).load(function () {
  2. // remove paywall
  3. $("div[style='display: block;']").remove();
  4. // enable scrollbar
  5. $('body').css('overflow-y','auto');
  6. });
Add Comment
Please, Sign In to add comment