Analysis updated 2026-05-18
See at a glance which grocery item on Wolt is the cheapest per kilogram or liter.
Sort a Wolt category page automatically so the best value items appear first.
Turn sorting off temporarily while still seeing the per-unit price badges.
| kotyzap/value-rank-for-wolt-chrome-extension | 00kaku/gallery-slider-block | 3rd-eden/ircb.io | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-05-19 | 2016-11-16 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Loaded as an unpacked developer-mode extension, no build step needed.
This is a Chrome and Comet browser extension for the food and grocery delivery site Wolt. When you open a category page on wolt.com or one of its regional sites, the extension reads every product on the page, figures out the price per unit such as per kilogram, per liter, or per piece, and stamps that number as a small badge onto each product card. It handles prices and quantities written in different local formats, such as 68,90 Kc or 5.99 euros, and amounts like 500 grams, 1.5 liters, or multipacks of several items. It converts everything to a common unit like kilograms, liters, or pieces so items can be fairly compared, and it prefers Wolt's own per-unit label when the site already shows one. After calculating values, the extension reorders the visible product cards so the cheapest per unit items appear first, with items that have no clear unit sinking to the bottom. It waits until you stop scrolling before re-sorting, so the page does not jump around while you are actively scrolling. A small popup lets you turn the sorting on or off and switch between light and dark themes, and the toolbar icon only lights up when you are on a Wolt page. Reordering the cards does not break Wolt's own features, adding items to your cart and opening the product info popup both keep working normally. To install it, you load the folder as an unpacked extension through Chrome's developer mode. The project notes that Wolt's page structure could change at any time, which may require updating the detection logic, and turning the toggle off restores the page to its original order and removes the badges.
A browser extension that ranks Wolt grocery delivery items by true price per unit and sorts the cheapest to the top.
Mainly JavaScript. The stack also includes JavaScript, Chrome Extension, MV3.
The README does not state the license terms.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.