Skip to content

Instantly share code, notes, and snippets.

@clemlatz
Created January 10, 2020 09:08
Show Gist options
  • Save clemlatz/2939bc5230d91763b0d92d6ab05e6ff2 to your computer and use it in GitHub Desktop.
Save clemlatz/2939bc5230d91763b0d92d6ab05e6ff2 to your computer and use it in GitHub Desktop.
Remove Le Parisien paywall
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