Releases: M-rcus/OnlyFans-Cookie-Helper
Version 2.3.0 - Firefox Container List Sort
This version only contains changes for Firefox users that also rely on containers. Chrome / Chromium users do not need to update to v2.3.0, though feel free to install it using the installation steps.
Firefox users can get the update from the Mozilla Addon Store (AMO), but the .xpi
addon package is also uploaded here on GitHub.
Changelog
Containers listed are now sorted alphabetically.
Here's how a container list looks like using the Multi-Account Containers addon from Mozilla:
2.2.1
Version bump purely for publishing to the Mozilla addon store. See the release notes for 2.2.0 here: https://github.com/M-rcus/OnlyFans-Cookie-Helper/releases/tag/2.2.0
Version 2.2.0 - Manifest V3
This release contains no new features, but updates the extension to Chrome Manifest Version 3. Firefox will still use Manifest V2 for the time being.
With this there are new steps for installing, which can be found here: https://github.com/M-rcus/OnlyFans-Cookie-Helper#how-to-install
EDIT: After some further testing I realized, that clicking the .crx
file only worked on my installation of "Ungoogled Chromium". So you'll likely have to try the follow-up instructions to option 1 or option 2 for Chromium: https://github.com/M-rcus/OnlyFans-Cookie-Helper#chrome--chromium
(Firefox is also an option)
TL;DR:
OnlyFans-Cookie-Helper_v2.2.0.crx
is for Chromium-based browsers.onlyfans_cookie_helper-2.2.0.xpi
is for Firefox.- Note that the addon is now available on the official Mozilla addon store: https://addons.mozilla.org/en-US/firefox/addon/onlyfans/
- The version on the addon store might say "v2.2.1", but there are no changes between 2.2.1 and 2.2.0, besides semantics.
If these new steps do not work for you, you can try using the steps as they were written in v2.1.0: https://github.com/M-rcus/OnlyFans-Cookie-Helper/tree/2.1.0#how-to-install
Version 2.1.0 - Add support for `x_bc` value
This version adds support for the x_bc
value now required by the OnlyFans scraper (v7.6.1)
Because the x_bc
value is not part of the "regular cookies" like the other values, the addon has required some new permissions. I have described the permissions and what they're used for in the README, under "Permissions".
Installation steps can be used for installing/updating: How to install
Version 2.0.1 - Hotfix for 2.0.0
Quick hotfix for v2.0.0 as I had hit "undo" a bit too many times, causing the cookie
value in auth.json
to break the script. Sorry!
Installation instructions can be found in the README as per usual: How to install
Version 2.0.0 - Firefox container tabs
Hello! It's mostly another quality of life release - except just Firefox-focused.
I use Firefox as my daily driver, so I'm not sure how many others will find this useful, but hopefully at least one person.
Do not use this release
There's a bug in 2.0.0, causing it to generate an invalid auth.json
. Use v2.0.1 instead: https://github.com/M-rcus/OnlyFans-Cookie-Helper/releases/tag/2.0.1
Changes
- The browser extension popup now has slightly more spacing around the edges.
- Firefox only: If you use the container tabs feature in Firefox the addon now supports selecting what container tab to get the cookies from.
- If you have any suggestions for adjustments to this feature, please let me know.
- The format of the
auth.json
has been adjusted to match what the Python script converts it to after running once.- This didn't really matter for the most part, since the script would likely support the old format in the foreseeable future, but it did allow me to clean up the code a bit.
Installation instructions haven't changed, but if you need a refresher, here you go: How to install.
Version 1.0.3 - Fully support new `auth.json` format
Hiya.
This is mostly a quality-of-life release. Essentially all it does is wrap the auth config into the correct format, so you don't have to do some extra manual work. I went into more detail in regards to the differences in issue #5.
New parameters have been added to the config and they are intentionally left blank, because they are technically not required.
I decided to include them "just in case", as the downloader software would automatically set them as blank anyways if they were missing. It's kind of redundant, but I figured it didn't hurt to include them.
To install the latest version, see How to install.
Version 1.0.2 - `active` flag for the "profiles" feature in v6.1
If you are not using v6.1 of DIGITALCRIMINAL/OnlyFans or newer then you should continue using v1.0.1 of this extension.
This release adds support for a new configuration option in the auth
object: active: true/false
.
Keep in mind that this will only properly work in v6.1 or newer, as previous versions will error if the active
option is included in the config.
While you can still upgrade if you're not using v6.1 or newer, you would have to manually remove the active
configuration option after copying.
To install the latest version, see How to install.
Version 1.0.1 - Remove `fp` cookie value
This version removes the fp
cookie value that's no longer being used (and could - in certain circumstances - make the software error).
To install the latest version, see How to install.
Version 1.0.0
First version with basic config.json
formatting and ugly popup.
Use the .xpi
file below for manual installation in Firefox.