I get massive selection paralysis on Uber Eats when deciding what to eat.
Often I sit there and scroll for half an hour before giving up and ordering the same thing I always do.
A real first world problem hah.
So I got fed up and did something about it. I noticed that a lot of the times, BOGO (buy one get one) catches my eye because it’s usually a good deal for my partner and I.
But there’s no built-in filter on UberEats.
So I wrote a little tampermonkey script for the browser:
[https://github.com/pxue/better-eats/](https://github.com/pxue/better-eats/tree/main)
Some features:
\- better UI, show 5 items per row.
\- BOGO only feature
\- a blacklist that you can add to
\- exact rating filter like minimum 4.6 stars.
It’s completely private, I don’t collect any data from you, everything is stored only on your computer.
Anyway thought this might be something the community might find interesting.
​
PS: Here’s a preview of what it looks like:
https://preview.redd.it/c184pfu97wjb1.png?width=3584&format=png&auto=webp&s=3e2b8f2161fdadace2c0b8f8b7511720ae63cbd9
by pxrage
5 Comments
I don’t use ubereats regularly. What does BOGO mean?
Edit: Looking at the picture, guessing it’s “Buy one get one”.
Brilliant.
This is awesome, how do I add the extension?
Since this is a tampermonkey script, would it work with fx?
Thank you for sharing this!