Skip to content

Instantly share code, notes, and snippets.

View chinmoydas1005's full-sized avatar

Chinmoy Das chinmoydas1005

  • Google Operations Center
  • Hyderbad
View GitHub Profile
@sirdarthvader
sirdarthvader / total_amount_calculator.js
Last active June 6, 2023 19:36
A minimal script to check overall spend till date on Zomato and Swiggy
/**
The below snippets will help you find total money spent on Zomato and Swiggy so far by any individual.
For Zomato:
Step 1: Go to Zomato.com,
Step 2: Go to "Profiles", click on "Order History"
Step 3: Scroll to the very bottom and click on "Load More", until the option disappears.
Step 4: Do a right click anywhere on the screen and click on "Inspect", in the inspector,
go to console copy and paste the below snippet and press enter.
*****IMPORTANT****
Make sure all the steps till step 3 is followed before doing the step 4.