Skip to content

Instantly share code, notes, and snippets.

@vbuell
vbuell / gist:1e10ff6062dfdb2fdf167683b7fe4389
Created April 24, 2026 13:39
[fooda.com] Below $16.07 Price Filter
// ==UserScript==
// @name [Fooda] Below $17 Price Filter
// @namespace https://app.fooda.com/
// @version 1.1
// @description Adds a working "Below $17" option to the Fooda price filter dropdown, filtering by actual displayed price (not server-side buckets).
// @match https://app.fooda.com/*/select_events/*/items*
// @grant none
// @run-at document-idle
// ==/UserScript==