Opener Bookmarklet

iOS Bookmarklet

This is a bookmarklet that launches the Opener iOS app with the currently viewed URL in Safari.

Steps to install:

  1. Open Safari and save any page to your bookmarks.
  2. Edit the bookmark you made and paste in the following Javascript in the URL field.
  3. Change the name of the bookmark to something like "Open with Opener".
javascript:var url=encodeURIComponent(window.location); window.location='opener://x-callback-url/show-options?url='+url;

Mac Bookmarklet (Beta)

This is a bookmarklet that opens the currently viewed browser link in a Mac app. Currently only Tweetbot, Spotify, and Flume are supported.

Steps to install:

  1. Open your browser of choice and save any page to your bookmarks.
  2. Edit the bookmark you made and paste in the following Javascript in the URL field.
  3. Change the name of the bookmark to "Opener".
javascript:location.href='https://s3.amazonaws.com/www.opener.link/opener-web.html?url='+encodeURIComponent(location.href);