Skip to content

Instantly share code, notes, and snippets.

@rainchen
Created March 31, 2010 14:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rainchen/350434 to your computer and use it in GitHub Desktop.
Save rainchen/350434 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).toggle() } });})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment