Skip to content

Instantly share code, notes, and snippets.

@mait
Forked from JoelBesada/README.md
Last active December 31, 2015 14:29
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 mait/8000472 to your computer and use it in GitHub Desktop.
Save mait/8000472 to your computer and use it in GitHub Desktop.

Mozilla X-Ray Goggles for Bactick.

/* NOTE: Comments need to be in multiline format like this, instead of "// Comment" */
(function() {
var script=document.createElement('script');
script.src='https://goggles.webmaker.org/en-US/webxray.js';
script.className='webxray';
script.setAttribute('data-lang','en-US');
script.setAttribute('data-baseuri','https://goggles.webmaker.org/en-US');
document.body.appendChild(script);
})();
{
"name": "X-Ray Goggles",
"description": "Remix and share web pages instantly.",
"icon": "https://goggles.webmaker.org/img/goggles.png",
"link": "https://goggles.webmaker.org/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment