0.1.5 • Published 3 years ago

foodmarklet v0.1.5

Weekly downloads
21
License
AGPL-3.0-or-later
Repository
github
Last release
3 years ago

foodmarklet

This is a bookmarklet-only version of the awesome plainoldrecipe. It's compatible with more websites, because the server version needs a whitelist of domains for security reasons, while this bookmarklet doesn't.

Install

  1. Drag this bookmark to your bookmarks bar: foodmarklet
  2. Right-click the bookmark and change the url to this code:
javascript:void((()=>{let js=document.createElement('script');js.src="//unpkg.com/foodmarklet";document.head.appendChild(js)})());

Usage

  1. Navigate to a recipe. Example
  2. Click the foodmarklet bookmark

Standalone

The normal bookmarklet loads js from a CDN so you automatically get updates. If you'd like to run it completely locally instead, create a bookmarklet with the contents of the standalone file.

Troubleshooting

If you have trouble with a recipe: 1. Ensure you have the latest version. 2. File an issue or submit a PR.

Contributing

If you'd like to contribute: 1. index.js is probably all you need 2. Run yarn standalone to create a standalone version to test your changes

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago