Last active
December 27, 2020 12:09
-
-
Save Trion129/3c0c782066ac1a03ffcbaf6cebaf3aad to your computer and use it in GitHub Desktop.
Google Foobar Invite Generate
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
// 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