We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.profiles
1 parent ed93bc9 commit 3e177e3Copy full SHA for 3e177e3
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 2,
3
"name": "OnlyFans Cookie Helper",
4
- "version": "1.0.1",
+ "version": "1.0.2",
5
"description": "Helper extension that makes it easier to copy config.json values for the DIGITALCRIMINAL/OnlyFans software",
6
"icons": {
7
"48": "icons/cookie.png"
popup/cookies.js
@@ -110,6 +110,8 @@ async function grabCookies() {
110
config.user_agent = navigator.userAgent;
111
config.support_2fa = true;
112
config.username = 'u' + authId;
113
+ // For the "profiles" feature added in v6.1
114
+ config.active = true;
115
116
/**
117
* Then we print it to the popup :)
0 commit comments