Skip to content

Instantly share code, notes, and snippets.

@patrickwelker
Forked from JoelBesada/README.md
Last active December 28, 2015 07:29
Show Gist options
  • Save patrickwelker/7464570 to your computer and use it in GitHub Desktop.
Save patrickwelker/7464570 to your computer and use it in GitHub Desktop.
GrabLinks Backtick
(function(){var p=document.createElement("p");p.innerHTML="<strong>Loading&hellip;</strong>";p.id="loadingp";p.style.padding="20px";p.style.background="#fff";p.style.left="20px";p.style.top=0;p.style.position="fixed";p.style.zIndex="9999999";p.style.opacity=".85";document.body.appendChild(p);document.body.appendChild(document.createElement("script")).src="https://gist.github.com/ttscoff/5834741/raw/grablinks.js?x="+(Math.random());})();
{
"name": "GrabLinks",
"description": "A Backtick for Brett Terpstra's GrabLinks Bookmarklet.",
"icon": "http://icons.backtick.io.s3.amazonaws.com/backtick.png",
"link": "https://gist.github.com/ttscoff/5834741/"
}
@AstraLuma
Copy link

Chrome says "Refused to execute script from 'https://gist.github.com/ttscoff/5834741/raw/grablinks.js?x=0.25992669304832816' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled. "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment