Skip to content

Commit 3e177e3

Browse files
committed
[v1.0.2] Add 'active' flag for .profiles in v6.1+
1 parent ed93bc9 commit 3e177e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "OnlyFans Cookie Helper",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Helper extension that makes it easier to copy config.json values for the DIGITALCRIMINAL/OnlyFans software",
66
"icons": {
77
"48": "icons/cookie.png"

popup/cookies.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ async function grabCookies() {
110110
config.user_agent = navigator.userAgent;
111111
config.support_2fa = true;
112112
config.username = 'u' + authId;
113+
// For the "profiles" feature added in v6.1
114+
config.active = true;
113115

114116
/**
115117
* Then we print it to the popup :)

0 commit comments

Comments
 (0)