Skip to content

Instantly share code, notes, and snippets.

@rainchen
Created March 31, 2010 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rainchen/350424 to your computer and use it in GitHub Desktop.
Save rainchen/350424 to your computer and use it in GitHub Desktop.
// 豆瓣:高亮楼主
javascript:void(function(){$(".topic-reply li").each(function(){ if($(this).find(".user-face a").attr('href')==$(".user-face:first").find('a').attr('href')) {$(this).css('border', "1px solid")}});})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment