-
-
Save aborruso/e1197f818eb37207de4663e885b3d919 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
shot-scraper -o nelson_click.png 'https://www.corriere.it' --javascript "document.querySelector('footer button#privacy-cp-wall-accept').click();" | |
shot-scraper -h 2300 'https://www.corriere.it' -o nelson_hide.png --javascript "document.querySelectorAll('.privacy-cp-wall').forEach(el => el.style.display = 'none')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment