M-rcus / OnlyFans-Cookie-Helper

An extension made to make it easier to copy the correct `auth.json` values when using https://github.com/datawhores/OF-Scraper or https://github.com/DIGITALCRIMINALS/OnlyFans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x-bc header

estif2127 opened this issue · comments

there is x-bc requirement now, could you please add it, thank you

This is going to take some time to sort out, since the x_bc value isn't part of the same "cookies" as all the other values, meaning it adds some complication to it.

As a temporary workaround, you can open the developer tools on OnlyFans and put this into the console: copy(localStorage.bcTokenSha)

That console command should put a 40 character long text into your clipboard, which you can put as the x_bc value in auth.json (may need to run the OnlyFans scraper software first, so that it can add the x_bc field).