• 1 Post
  • 38 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle




  • That’s not necessarily a good solution either, because a service could figure out that the source of random fingerprint data likely comes from the same user. Especially if your ip is not changing. It might perhaps be effective if a substantial amount of people were doing it though.

    But to generate such random fingerprint is difficult because it consists of many parts and services don’t all build fingerprints the aame way. You could easily randomize e.g. canvas data, but the issue is that if you only randomize one data point then that one random data point pretty uniquely identifies you if your other datapoints are stable. So to be effective you would really need to randomize several different datapoints and that may not be such an easy task since websites could build them in all sorts of ways.











  • I guess that kinda depends on what you mean by “upload”. If you simply mean if user can point the extension to load some local file eg. via <input type="file"> then sure, that works just fine.

    It sounds like the issue you mention regarding uBO Lite is not about if it can read a local file, but rather that it can’t use that data to update the active filter lists - perhaps because it already has too many dynamically inserted filter rules, but that’s just a guess.







  • Okay, since it doesn’t like it’s your main computer or anything, you might be interested to try taskbar profile grouping. Go to about:config and while there create a new boolean pref named taskbar.grouping.useprofile and set it to true. Doing that the two profiles should have their own group in taskbar. It’s a very crude feature though, since for example the right-click jump list items are not separate and you can’t set different icons for them (unless you do that via Windows somehow), but it sort of works.