0

Let's say I want to have three browsers which have different blacklist or whitelist.

For example,

Browser1.exe blocks facebook.com only (blacklist) Browser2.exe allows gmail.com only (whitelist) Browser3.exe allows url with "google" only (whitelist)

This is just an example. No need to do the exact same thing.

How can I do this?

Maybe, is it possible to have three separate exe programs of Chrome or Chromium? Then I can install parental management or other blacklist/whitelist Chrome extension plugins on all of those programs, but use different blacklist and whitelist for each of them.

Similarly, maybe, is it possible to have three separate exe programs of Firefox or Waterfox? Then I can install parental management or other blacklist/whitelist Firefox plugins on all of those programs, but use different blacklist and whitelist for each of them.

Or, maybe you have any other idea that might work? Any suggestion that might work will be appreciated.

1 Answers1

0

Create in your browser three profiles, each with its own separate blacklist/whitelist lists (actually separate everything).

You may create desktop icons which will run the browser with each profile.

For example, for Chrome you may add a parameter to the invocation like --profile-directory="Profile 1".

harrymc
  • 498,455