Last active
December 14, 2022 17:37
-
-
Save johnsusek/b1a5e80522bbaf13ec5dd852bc8dded2 to your computer and use it in GitHub Desktop.
Bloomberg Paywall Bypass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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