Recipe Tamer Bookmarklet

The Recipe Tamer bookmarklet allows you to send a recipe to Recipe Tamer from any Web site, using any browser.

For more information and detailed instructions, see the help article.

Drag to Toolbar

If you're using a desktop browser with a Bookmarks toolbar, you can add a button for the bookmarklet: just drag this button to the toolbar:

Tame Recipe

(you may need to turn on the Bookmarks toolbar first; see the help article)

Add to Bookmarks Menu

Mobile browsers that don't have a Bookmarks toolbar can still use bookmarklets, but it's a little harder to get the bookmarklet installed. Here's how to do it:

On your mobile browser, add a bookmark to this page (the one you're on right now).

Then go edit the bookmark. The Address (or URL or Location) will be a very long value that starts with:

https://recipetamer.com/extensions/bookmarkme#

Delete that first part, so you're left with just the part that reads

javascript:(function(){var%20b=document.documentElement.outerHTML;var%20f=document.createElement('form');f.setAttribute('method','post');f.setAttribute('action','https://recipetamer.com/recipeparser/bm?url='+encodeURIComponent(window.location.href));var%20hf=document.createElement('input');hf.setAttribute('name','content');hf.setAttribute('value',b.replace(/\n/g,'{rtescape:lf}').replace(/\r/g,'{rtescape:cr}'));hf.setAttribute('type','hidden');f.appendChild(hf);document.body.appendChild(f);f.submit();})();

Save the bookmark and now it will work as a bookmarklet. If clicking the bookmarklet brings you back to this page, you haven't edited it properly.

More-detailed instructions

Updating the Bookmarklet

If a new version comes along we'll tell you. When that happens, you can update the bookmarklet without removing and re-adding it. Just edit the bookmark and update the Address (or URL or Location) with the latest:

javascript:(function(){var%20b=document.documentElement.outerHTML;var%20f=document.createElement('form');f.setAttribute('method','post');f.setAttribute('action','https://recipetamer.com/recipeparser/bm?url='+encodeURIComponent(window.location.href));var%20hf=document.createElement('input');hf.setAttribute('name','content');hf.setAttribute('value',b.replace(/\n/g,'{rtescape:lf}').replace(/\r/g,'{rtescape:cr}'));hf.setAttribute('type','hidden');f.appendChild(hf);document.body.appendChild(f);f.submit();})();