ray-lothian
ray-lothian
I see. I am releasing a new version. Let's see if the issue is fixed or not.
Do you mean that the extension is not spoofing `navigator.platfrom`?
Make sure your FF version is current. Are you using the black-list mode? Removing the extension and reinstalling it might help.
If you are willing to keep the JSON file updated, I'll implement the github auto updating feature
Sorry for the late reply. I am not able to reproduce this. WA works in the private mode of Vivaldi. Do you still have the issue?
I am not able to reproduce this. The reset has nothing to do with the container itself. It just clears a local preference to let the extension know the agent...
I can reproduce this now. It looks like FF clears the container data when there is no extension to use it. When the restart is pressed the extension gets disabled...
I can probably use `localStorage` instead of the `browser.storage` but since the extension ecosystem is moving to v3 and there will be no `localStorage` on the service worker, this is...
True, I think the new "declarativeNetRequest" API and its dynamic rule settings are the way to go. I'll play around to see if I can port the extension to use...
For login pages, it is possible to use different methods to detect the user browser. If for instance you are on Chrome and use FF user-agent, the website can simply...