Skip to content

Instantly share code, notes, and snippets.

@ticky
Created April 30, 2013 03:12
Show Gist options
  • Save ticky/5486398 to your computer and use it in GitHub Desktop.
Save ticky/5486398 to your computer and use it in GitHub Desktop.
Use this as a "share" URL in Feedbin and it'll inject an iframe with Instapaper's formatted version of the page inline.
javascript:(function(url) {feedbin_instaframe=document.createElement('iframe');feedbin_instaframe.src="http://www.instapaper.com/text?u="+url;feedbin_instaframe.style.width="100%";feedbin_instaframe.style.height="100%";feedbin_instaframe.style.border="1px solid #cacaca";feedbin_content_object=document.querySelector("div[data-behavior='entry_content_wrap']");feedbin_content_object.parentNode.appendChild(feedbin_instaframe);feedbin_content_object.style.display="none";}("${url}"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment