Skip to content

JS Captcha Cookies Guide

Adamantcheese edited this page Jun 27, 2020 · 2 revisions
  1. Go to your desktop computer, open up Firefox/Chrome and go to www.google.com. Be sure you're logged in.
  2. Open up your developer console with F12.
  3. For Firefox, go to the Storage tab in the developer console; For Chrome, go to the Application tab in the developer console.
  4. Open up the "Cookies" dropdown and select "www.google.com"; applies to both browsers.
  5. Find the following cookies: HSID (short alphanumeric) SSID (short alphanumeric, may have underscores or hyphens) SID (medium length alphanumeric with underscores/hyphens, ends with a period) NID (long alphanumeric with underscores/hyphens, starts with a number followed by an equals sign)
  6. Copy each cookie over. For Firefox you want to copy from the "Data" section on the right hand side and delete the unnecessary stuff. For example, the NID when right clicked and copied in the top of the Data section will be NID:"<actual content>", so you'll need to delete stuff to leave <actual content>. For Chrome it's a bit easier, just right click edit value and copy it directly, no modification needed.
  7. Enter the values on your phone. At the risk of garbling the values by copying them over manually, I recommend using something like a QR code generator or cloud notes app that would let you do that without manual typing.
  8. Done! Note that it may take a bit for it to start working, so be patient.

NOTE: If captchas stop being automatically accepted, your SID and NID may have changed and need to be re-entered.

Clone this wiki locally