Skip to content

Instantly share code, notes, and snippets.

@fxxkscript
Created July 21, 2014 14:10
Show Gist options
  • Select an option

  • Save fxxkscript/b004c9723025e58cb7c3 to your computer and use it in GitHub Desktop.

Select an option

Save fxxkscript/b004c9723025e58cb7c3 to your computer and use it in GitHub Desktop.
v2ex
$('a').each(function() {
if ($(this).text() === '感谢回复者') {
$(this).trigger('click');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment