Last active
December 14, 2015 17:19
-
-
Save autonome/5121490 to your computer and use it in GitHub Desktop.
bookmarklet to tip Github accounts using Gittip.com
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
Drag this link to your bookmarks toolbar. You can click it when on a Github account page to quickly tip someone when you use their code or like their project! | |
<a href="javascript:window.location = 'https://www.gittip.com/on/github/' + document.URL.split('/').pop()">Gittip!</a> |
Here is a tutorial for setting this bookmarklet up on a Apple iPad (also works on iPad mini):
http://iosbookmarklets.com/tutorials/gittip-bookmarklet-ipad/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or: http://gistlet.com/?gist=5144852