mddanishyusuf / dailyhack

🐱‍💻 Tiny Tiny Hacks we use in our daily life.
https://dailyhack.now.sh/
149 stars 15 forks source link

Get GitHub Profile Pic URL #68

Open mddanishyusuf opened 5 years ago

mddanishyusuf commented 5 years ago

I just leanred this hack that you can get your GitHub Profile Photo URL by adding .png in the last of your github profile URL. Like this.

GitHub Profile: https://github.com/mddanihyusuf

GitHub Profile Pic URL: https://github.com/mddanishyusuf.png

Source(https://twitter.com/holman/status/1118184832637423621)

chandrasd commented 5 years ago

You can also get your public SSH keys similarly

https://github.com/username.keys

Replace "username" with actual GitHub username Source

mddanishyusuf commented 5 years ago

Great @chandrasd This is also a cool trick.

You can add this trick here too. Just make a new issue and submit.

chandrasd commented 5 years ago

Alright cool I've submitted the issue