Skip to content

Instantly share code, notes, and snippets.

@lamchau
Created June 9, 2021 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lamchau/9a425acf7e3231a7795d88380132f440 to your computer and use it in GitHub Desktop.
Save lamchau/9a425acf7e3231a7795d88380132f440 to your computer and use it in GitHub Desktop.
https://replit.it - mark all public REPLs as private
Array.from(document.querySelectorAll('svg.globe-svg-icon'))
.map(x => x.parentNode.click());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment