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
| // ==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== |