Skip to content

Instantly share code, notes, and snippets.

@omgitsraven
Last active April 17, 2018 18:54
Show Gist options
  • Save omgitsraven/108b5fc9e9b29e273c7c1ab9097282ac to your computer and use it in GitHub Desktop.
Save omgitsraven/108b5fc9e9b29e273c7c1ab9097282ac to your computer and use it in GitHub Desktop.
bookmarklet to skip GoComics mandatory clickthrough page
javascript:var n=new Date();location.href="http://www.gocomics.com/nancy/"+n.getFullYear()+"/"+(n.getMonth()+1)+"/"+n.getDate();
@omgitsraven
Copy link
Author

I had to add a "filename" to get the code formatting, but this is actually meant to be a bookmarklet that you would paste as the address of a browser bookmark.
This will make that bookmark always open today's Nancy comic (though you can change the initial part of the address to whichever comic you like).
If you try the shortcut before today's comic is up (or on a day where it doesn't update), you'll just get the landing page instead.

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