BrowserCat allows you to set specialized user preferences for your browser instance at launch time. This feature is similar to tweaking Chrome’s “about://flags” or Firefox’s “about:config”.
These settings can be used to enable experimental features, tweak browser behavior, or enable/disable specific features.
Available options
User preferences are set using the userPrefs key within the BrowserCat-Opts header. This key should be an object with key-value pairs representing the preferences you want to set.
interface BrowserCatOptsHeader { // An object of user preferences to set. // Keys are case-sensitive. userPrefs?: Record<string, string | number | boolean>}
At present, only Chrome, Chromium, and Firefox support setting user preferences. Webkit does not.
You’ll find a searchable list of settings by entering “about://flags” or “about:config” into your URL bar. But you may find the following resources useful: