Created
February 20, 2016 15:43
-
-
Save brockboland/bd78ac4d70a74cc2d836 to your computer and use it in GitHub Desktop.
Bookmarklet to figure out how I wound up on a page
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: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