- Log in to Zomato in your browser
- Go to order hostory page
- Click
Load Moreas many times as you want. You can go back as far as you want. ( maybe I'll add this functionality in the script later) - Right click any item > Inspect
- paste the contents of
gluttony.jsinto the console and run it
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
| return nullableString?.length ?: -1 |
Runs brew search for the given arguments, allows you to select a package from the search with fzf, installs the package with brew install.
source brew_fzf_install.zsh Source this script in your .zshrc (you may or may not need modifications to use this with bash or other shells, I don't know)