Skip to content

Instantly share code, notes, and snippets.

@cyio
Created August 10, 2017 09:19
Show Gist options
  • Save cyio/aa383ca33fb37bf523bd20d519e4601f to your computer and use it in GitHub Desktop.
Save cyio/aa383ca33fb37bf523bd20d519e4601f to your computer and use it in GitHub Desktop.
币信自动登陆
// ==UserScript==
// @name Bixin Auto Login
// @version 0.1
// @author Oaker
// @description 币信自动登陆
// @grant none
// @match https://bixin.com/auth/login/?next=https%3A//bixin.com/platform/vendor/hashex/
// ==/UserScript==
$('#login-acct').click()
if ($('#id_password').val()) {
$('.login-action-button').click()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment