Skip to content

Instantly share code, notes, and snippets.

@johnsusek
Last active December 14, 2022 17:37
Show Gist options
  • Save johnsusek/b1a5e80522bbaf13ec5dd852bc8dded2 to your computer and use it in GitHub Desktop.
Save johnsusek/b1a5e80522bbaf13ec5dd852bc8dded2 to your computer and use it in GitHub Desktop.
Bloomberg Paywall Bypass
document.body.innerHTML = JSON.parse(document.querySelector('[data-component-props="OverlayAd"]').textContent).story.body + '<style>p { margin: 1em; line-height: 1.2; }</style>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment