Skip to content

Instantly share code, notes, and snippets.

@brockboland
Created February 20, 2016 15:43
Show Gist options
  • Save brockboland/bd78ac4d70a74cc2d836 to your computer and use it in GitHub Desktop.
Save brockboland/bd78ac4d70a74cc2d836 to your computer and use it in GitHub Desktop.
Bookmarklet to figure out how I wound up on a page
javascript:if(document.referrer) window.open(document.referrer, '_blank'); else alert("No referrer found");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment