Hacker News new | ask | show | jobs
by s4chin 3691 days ago
Was it this, by any chance? https://news.ycombinator.com/item?id=11013997
1 comments

Maybe. It's pay walled for me. It has a chart with compensation.
(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.)