Skip to content

Instantly share code, notes, and snippets.

@binary4cat
Created March 21, 2018 07:56
Show Gist options
  • Save binary4cat/c3bddf19ab86aefdd7d8f383ba60d87b to your computer and use it in GitHub Desktop.
Save binary4cat/c3bddf19ab86aefdd7d8f383ba60d87b to your computer and use it in GitHub Desktop.
自动关注公众号
if(/<a[^>]*id\s*=\s*[\'"]js_btn_add_contact[\'"][^>]*style\s*=\s*[\'"]display:none;[\'"][^>]*>/i.test(serverResData.toString()) != true){
follow = '<script>var a = document.getElementById("js_btn_add_contact"); a.click(); </script>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment