Skip to content

Instantly share code, notes, and snippets.

@aborruso
Created December 9, 2024 09:29
Show Gist options
  • Save aborruso/e1197f818eb37207de4663e885b3d919 to your computer and use it in GitHub Desktop.
Save aborruso/e1197f818eb37207de4663e885b3d919 to your computer and use it in GitHub Desktop.
#!/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