erebus
August 20, 2024, 8:26pm
1
Hi, I am an ex Vivaldi user and it has an option that I like a lot.
There is an option to make the browser to open all popups as tabs.
So small or big popups never open, everything opens in a new tab.
Ungoogled chromium also has added this option, I have tested it and it works very good.
You only need to open ungoogled chromium with the following commandline --popups-to-tabs
# List of flags and switches
This is an exhaustive list of command-line switches and flags introduced by ungoogled-chromium.
Each switch has a corresponding entry on the `chrome://flags` page which can be filtered by searching for `ungoogled-chromium`.
If a switch requires a value, you must specify it with an `=` sign; e.g. flag `--foo` with value `bar` should be written as `--foo=bar`.
> **NOTE**: If you add a command-line argument that is also in `chrome://flags`, the flag's state will not be indicated in `chrome://flags`. There is no universal way to ensure command-line flags are taking effect, but you can find if they're being seen by checking `chrome://version`.
- ### Available on all platforms
<code>Switch </code> | Description
-- | --
`--disable-beforeunload` | Disables JavaScript dialog boxes triggered by `beforeunload`
`--disable-grease-tls` | Disables GREASE for TLS. Combined with `--http-accept-header` allows browser to look more like a tor-browser. See https://github.com/ungoogled-software/ungoogled-chromium/issues/783 for more details.
`--disable-search-engine-collection` | Disable automatic search engine scraping from webpages.
`--extension-mime-request-handling` | Change how extension MIME types (CRX and user scripts) are handled. Acceptable values are `download-as-regular-file` or `always-prompt-for-install`. Leave unset to use normal behavior.
`--fingerprinting-canvas-image-data-noise` | (Added flag to Bromite feature) Implements fingerprinting deception for Canvas image data retrieved via JS APIs. In the data, at most 10 pixels are slightly modified.
`--fingerprinting-canvas-measuretext-noise` | (Added flag to Bromite feature) Scale the output values of Canvas::measureText() with a randomly selected factor in the range -0.0003% to 0.0003%, which are recomputed on every document initialization.
`--fingerprinting-client-rects-noise` | (Added flag to Bromite feature) Implements fingerprinting deception of JS APIs `getClientRects()` and `getBoundingClientRect()` by scaling their output values with a random factor in the range -0.0003% to 0.0003%, which are recomputed for every document instantiation.
This file has been truncated. show original
There is also a chromium extension for that, Open link in same tab, pop-up as tab, but I don’t like it.
I don’t like it because the popup is opening and then it is “moved” to a tab. It’s just not a seamless experience.
This is the extension I am talking about.
Does Brave has this option like Vivaldi and ungoogled chromium?
I have searched all Brave settings and I can’t find it.
1 Like
system
Closed
October 19, 2024, 8:26pm
2
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.