We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fp
1 parent b003642 commit cecda39Copy full SHA for cecda39
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 2,
3
"name": "OnlyFans Cookie Helper",
4
- "version": "1.0.0",
+ "version": "1.0.1",
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
@@ -45,7 +45,6 @@ async function grabCookies() {
45
'auth_hash',
46
'auth_id',
47
'auth_uniq_',
48
- 'fp',
49
'sess',
50
];
51
0 commit comments