RecipeStripper

Browser shortcut

RecipeStripper Bookmarklet

Drag one button to your bookmarks bar. Click it on any recipe page to open that page in RecipeStripper's clean reader.

Drag this button

Strip Recipe

The bookmarklet does not read recipe content itself. It only sends the current page URL to RecipeStripper in a new tab.

Why this exists

Browser extensions are useful, but they require installation and store review. A bookmarklet is smaller: it works as a normal bookmark and avoids an iframe or embedded widget.

This is the fastest way to wrap RecipeStripper around normal browsing. Find a recipe, click the bookmark, cook from the clean version.

Bookmarklet code

javascript:(()=>{const u=location.href;if(!/^https?:/.test(u)){alert('Open this on a recipe page first.');return;}window.open('https://recipestripper.com/?url='+encodeURIComponent(u),'_blank','noopener');})();