Created
July 20, 2013 15:02
-
-
Save cantlin/6045377 to your computer and use it in GitHub Desktop.
opens a guardian url in the api
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:var u='content.guardianapis.com';window.open((window.location.toString().split('#')[0].split('?')[0] + '.json?api-key=hackedio&show-fields=all&show-tags=all&show-media=all').replace('www.guardian.co.uk', u).replace('m.guardian.co.uk', u)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment