Skip to content

Instantly share code, notes, and snippets.

@eiryu
Last active August 29, 2015 14:05
Show Gist options
  • Save eiryu/7508415691cf1ec49f40 to your computer and use it in GitHub Desktop.
Save eiryu/7508415691cf1ec49f40 to your computer and use it in GitHub Desktop.
Qiita:TeamのメンバーリストのQiita IDをポップアップするブックマークレット ref: http://qiita.com/eiryu/items/ac690e2293149ce2957d
javascript:$('.team-member-list ul li a').each(function(i,v){ $(v).attr('title', $(v).attr('href').substr(1)) });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment