Skip to content

Instantly share code, notes, and snippets.

@rahul286
Last active June 7, 2017 07:04
Show Gist options
  • Save rahul286/8fa1682c85e8ff0d85f7715478c129ee to your computer and use it in GitHub Desktop.
Save rahul286/8fa1682c85e8ff0d85f7715478c129ee to your computer and use it in GitHub Desktop.
Pure non-vegetarian menu on Zomato and Swiggy๐Ÿ— ๐Ÿ˜‹

Open JavaScript console and run following codes on respective sites. ๐Ÿ— ๐Ÿ˜‹

It hides all vegeterian dishes from the menu!


Zomato - https://www.zomato.com/

$('.veg').parent().parent().parent().parent().parent().hide()

Swiggy - https://www.swiggy.com/

$('.veg-item').parent().parent().parent().parent().parent().parent().parent().hide()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment