Skip to content

Instantly share code, notes, and snippets.

@tpkahlon
Last active January 6, 2021 00:00
Show Gist options
  • Save tpkahlon/2c30d90e66eabfc666c66b7a0a9c4082 to your computer and use it in GitHub Desktop.
Save tpkahlon/2c30d90e66eabfc666c66b7a0a9c4082 to your computer and use it in GitHub Desktop.
locked-papers.js
// thestar.com
// Open any locked article on thestar.com/business/personal_finance
// E.g. https://www.thestar.com/business/personal_finance/2021/01/04/this-29-year-old-was-laid-off-early-on-in-the-pandemic-she-recently-found-a-job-but-now-her-investment-property-is-sitting-vacant-how-can-she-achieve-her-saving-goals.html
// Paste script below in console and run
document.querySelectorAll('p').forEach(i => (i.style.display = 'block'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment