Skip to content

Instantly share code, notes, and snippets.

@naoty
Created September 18, 2014 02:34
Show Gist options
  • Select an option

  • Save naoty/d83a59857ae33c90b14c to your computer and use it in GitHub Desktop.

Select an option

Save naoty/d83a59857ae33c90b14c to your computer and use it in GitHub Desktop.
var originalHref = document.querySelector(".articles-show-click").href;
if (originalHref != null) {
location.href = originalHref;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment