Skip to content

Instantly share code, notes, and snippets.

@lucascaires
Last active September 16, 2019 16:42
Show Gist options
  • Save lucascaires/cd3f84109d4ae0cbaa32ab4ba3661834 to your computer and use it in GitHub Desktop.
Save lucascaires/cd3f84109d4ae0cbaa32ab4ba3661834 to your computer and use it in GitHub Desktop.
Search in Google for anything than just paste this at your address bar
javascript:a=document.querySelectorAll('div.r > a');document.body.innerHTML='';a.forEach(e=>document.body.innerHTML+=e.getAttribute('href')+'<br>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment