Skip to content

Instantly share code, notes, and snippets.

@oscargm
Last active December 1, 2020 17:03
Show Gist options
  • Save oscargm/b373596e379932224bf949b2fd144cc3 to your computer and use it in GitHub Desktop.
Save oscargm/b373596e379932224bf949b2fd144cc3 to your computer and use it in GitHub Desktop.
LaVanguardia Premium Content

Access to La Vanguardia exclusive content

Enter into La Vanguardia, select any exclusive content new and execute the following script.

(() => {
    ['ev-modals', 'modal-open'].forEach(className => {
        document.body.classList.remove(className);
    });
    $('.*REQUIRE_LOGIN').style.display = 'none !important';
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment