You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: popup/cookies.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ async function grabCookies(cookieStoreId) {
160
160
constst=mappedCookies.st;
161
161
constbcToken=awaitgetBcTokenSha(st);
162
162
if(!bcToken){
163
-
leterrorMessage='Could not find valid x_bc value. Please open OnlyFans.com once and make sure it fully loads.';
163
+
leterrorMessage='Could not find valid x_bc value. Please open OnlyFans.com once and make sure it fully loads. If you are not logged in, please log in and <i>refresh the page</i>.';
164
164
if(containersEnabled){
165
165
constcontainerName=containerNames[cookieStoreId]||'Default (no container)';
166
166
errorMessage=`Could not find valid x_bc value. Please open OnlyFans.com once in container: <strong>${containerName}</strong><br>Make sure it fully loads. If you are not logged in, please log in and <i>refresh the page</i>.`;
0 commit comments