Skip to content

Instantly share code, notes, and snippets.

@denmch
Created April 7, 2017 18:43
Show Gist options
  • Select an option

  • Save denmch/5f1b3ebd67db0b9b0a8a70285326301b to your computer and use it in GitHub Desktop.

Select an option

Save denmch/5f1b3ebd67db0b9b0a8a70285326301b to your computer and use it in GitHub Desktop.
A dumb little bookmarklet for your browser's bookmarks bar to jump from someone's Upcoming.org profile to their Twitter profile
javascript:(function(){var loc=location.href; loc=loc.replace('upcoming.org/@','twitter.com/'); location.replace(loc);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment