Created
April 30, 2013 03:12
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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