Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fadookie/eat-club-filter
Filter for menu on https://www.eatclub.com
https://github.com/fadookie/eat-club-filter
Last synced: about 1 month ago
JSON representation
Filter for menu on https://www.eatclub.com
- Host: GitHub
- URL: https://github.com/fadookie/eat-club-filter
- Owner: fadookie
- License: mit
- Created: 2017-06-28T00:37:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T16:45:44.000Z (over 7 years ago)
- Last Synced: 2024-10-14T06:12:44.141Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eat Club Menu Filter
Chrome extension to filter [Eat Club](https://www.eatclub.com) menus.
Right now it has no UI, but you can edit the filter list in [myscript.js](https://github.com/fadookie/eat-club-filter/blob/master/myscript.js#L5). By default it is set to show only vegetarian and vegan items.
# Installation
1. [Download the extension](https://github.com/fadookie/eat-club-filter/archive/master.zip) and unzip it.
2. Go to `chrome://extensions/` and turn on Developer Mode.
3. Select "Load unpacked extension..." and select the location you unzipped the extension to.
[See the Chrome extension developer docs for more info](https://developer.chrome.com/extensions/getstarted#unpacked).