Hacker News new | ask | show | jobs
by dgacmu 3701 days ago
(Deleted old view-source suggestion)

Load the /amp version of the page: http://www.wsj.com/amp/articles/do-elite-colleges-lead-to-hi...

open javascript console, and enter:

  document.querySelector(".login-section-container").style.display = 'none';
  document.querySelector("div[amp-access='access OR meterCount < meterLimit']").style.display = 'inline';
(The old /amp hack doesn't work because they added a selector for meter limit.)