Skip to content

Instantly share code, notes, and snippets.

@jiji262
Forked from rainchen/gist:350434
Created December 26, 2011 04:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiji262/1520548 to your computer and use it in GitHub Desktop.
Save jiji262/1520548 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