Created
January 10, 2020 09:08
-
-
Save clemlatz/2939bc5230d91763b0d92d6ab05e6ff2 to your computer and use it in GitHub Desktop.
Remove Le Parisien paywall
This file contains 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.querySelector('.piano-paywall').remove(); | |
[].forEach.call(document.querySelectorAll('.content'), div => div.style.filter = 'none'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment