Advertisement
Guest User

Boom

a guest
Apr 18th, 2019
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // for browser extension
  2. $.get(window.location.href,function(n){$(".ndPaywall").remove(),$(".ndArticle_content").html($(n).find(".ndArticle_margin")[0].innerHTML)});
  3.  
  4. // or create a bookmarklet
  5. javascript:(function()%7B%24.get(window.location.href%2Cfunction(n)%7B%24(%22.ndPaywall%22).remove()%2C%24(%22.ndArticle_content%22).html(%24(n).find(%22.ndArticle_margin%22)%5B0%5D.innerHTML)%7D)%7D)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement