Skip to content

Instantly share code, notes, and snippets.

@KaneTW
Created June 12, 2024 20:03
Show Gist options
  • Save KaneTW/1efbe5dd894765a3381c9aae1500cbf7 to your computer and use it in GitHub Desktop.
Save KaneTW/1efbe5dd894765a3381c9aae1500cbf7 to your computer and use it in GitHub Desktop.
Pixiv follow script
grecaptcha.enterprise.execute("6LfF1dcZAAAAAOHQX8v16MX5SktDwmQINVD_6mBF", {"action":"www/follow_user"}).then( (token) => { $.ajax('https://www.pixiv.net/bookmark_add.php', {
method: 'POST',
headers: { 'x-csrf-token': g_csrfToken },
data: 'mode=add&type=user&user_id=' + userId + '&tag=&restrict=0&format=json&recaptcha_enterprise_score_token='+token,
success: () => console.log("success")})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment