Skip to content

Instantly share code, notes, and snippets.

@Trion129
Last active December 27, 2020 12:09
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 Trion129/3c0c782066ac1a03ffcbaf6cebaf3aad to your computer and use it in GitHub Desktop.
Save Trion129/3c0c782066ac1a03ffcbaf6cebaf3aad to your computer and use it in GitHub Desktop.
Google Foobar Invite Generate
// Generate Google foobar invite, go to any website, open console and paste and run the following
// NOTE: Disable popup blocker.
// On one of the tabs you'll see the foobar invite generated.
for(var i = 0; i < 10; i++){
window.open("https://google.com/search?q=arraylist+java");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment