Skip to content

Instantly share code, notes, and snippets.

@jancbeck
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jancbeck/6c21f3fce51122c8fb26 to your computer and use it in GitHub Desktop.
Save jancbeck/6c21f3fce51122c8fb26 to your computer and use it in GitHub Desktop.
Huffduffer iOS Bookmarklet. The official bookmarklet by @adactio uses window.open() to send users to the "Huffduff it" page that is suppressed in iOS. This script provides an alternative by redirecting the user instead via window.location.
javascript:window.location='https://huffduffer.com/add?popup=true&page='+encodeURIComponent(location.href);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment