Skip to content

Instantly share code, notes, and snippets.

@mattosborn
Created December 10, 2014 14:01
Show Gist options
  • Save mattosborn/c6cc61a69bb049b45446 to your computer and use it in GitHub Desktop.
Save mattosborn/c6cc61a69bb049b45446 to your computer and use it in GitHub Desktop.
spacefinder-debug-bookmarklet
javascript: (function() {
var script = document.createElement('script');
script.src = "https://s3-eu-west-1.amazonaws.com/aws-frontend-store/MATT/spacefinder-debug.js";
document.getElementsByTagName('head')[0].appendChild(script);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment