Skip to content

Instantly share code, notes, and snippets.

@sdushantha
Last active August 22, 2019 14:23
Show Gist options
  • Save sdushantha/be0dc6a49c970a944443c9bddce52ea8 to your computer and use it in GitHub Desktop.
Save sdushantha/be0dc6a49c970a944443c9bddce52ea8 to your computer and use it in GitHub Desktop.
Find all eggs on the Tine.no easter egg hunt challange
// Author: Siddharth Dushantha
//
// Find all eggs on the Tine.no easter egg hunt challange
//
// This script find all of the easter eggs in Tine's easter hunt challange
// allowing you to complete the whole hunt in a few seconds and then can
// be in the draw to win some prizes
//
// How to use this script:
// Open up inspect element, then go to the Console tab
// Paste the code code below into the console
for (var x in locations) {ajax_egg_found(locations[x]["id"], ip_address)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment