• Re: How do I keep a Chromium window fully active when it?s not focused?

    From Carlos E. R.@3:633/10 to All on Wednesday, June 24, 2026 21:25:14
    On 2026-06-24 19:36, GitHub User wrote:
    On 24/06/2026 11:44, JJ wrote:
    Be aware that, Chromium is the least configurable web browser.


    I have used this script to disable all AI and privacy nonsense. The code should be all in oneline but TB is not doing that.

    <& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/corbindavenport/just-the-browser/main/main.ps1")))>


    it got as one line here.

    This is also one line, if your display is wide enough:

    abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde

    --
    Cheers,
    Carlos E.R.
    ES??, EU??;

    --- PyGate Linux v1.5.18
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Paul@3:633/10 to All on Wednesday, June 24, 2026 19:52:24
    On Wed, 6/24/2026 3:25 PM, Carlos E. R. wrote:
    On 2026-06-24 19:36, GitHub User wrote:
    On 24/06/2026 11:44, JJ wrote:
    Be aware that, Chromium is the least configurable web browser.


    I have used this script to disable all AI and privacy nonsense. The code should be all in oneline but TB is not doing that.

    <& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/corbindavenport/just-the-browser/main/main.ps1")))>


    it got as one line here.

    This is also one line, if your display is wide enough:

    abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde


    You have to set your line wrap to some numeric value.

    Default is roughly 72 characters per line.

    Max line length is up around 1000 characters or so, and my
    wrap is set to 1000.

    You will need to check your newsreader for the wrap setting.

    Format-flowed as a property, is a separate issue. Since I make
    ASCII art, using format-flowed would be detrimental to a good
    presentation of ASCII art.

    The neatest trick, is a message someone sent once, which
    used the continuation character on the end of each line. This
    allows the line count of the message to be "1 line(s)", yet
    the message had a million characters in it (a thousand
    line-continuation characters). If you absolutely must have the
    longest line, as a bar bet, you can do it, with a line that
    is virtually a million characters wide.

    For lesser width challenges, the wrap setting is the thing you want.

    Paul

    --- PyGate Linux v1.5.18
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Carlos E. R.@3:633/10 to All on Thursday, June 25, 2026 12:02:19
    On 2026-06-25 01:52, Paul wrote:
    On Wed, 6/24/2026 3:25 PM, Carlos E. R. wrote:
    On 2026-06-24 19:36, GitHub User wrote:
    On 24/06/2026 11:44, JJ wrote:
    Be aware that, Chromium is the least configurable web browser.


    I have used this script to disable all AI and privacy nonsense. The code should be all in oneline but TB is not doing that.

    <& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/corbindavenport/just-the-browser/main/main.ps1")))>


    it got as one line here.

    This is also one line, if your display is wide enough:

    abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde abcde


    You have to set your line wrap to some numeric value.

    Default is roughly 72 characters per line.

    Max line length is up around 1000 characters or so, and my
    wrap is set to 1000.

    You will need to check your newsreader for the wrap setting.

    I didn't. I disabled wrap altogether. The wrapping is done by the receiver, and can be adjusted simply by resizing the window, or the zoom. :-)


    Format-flowed as a property, is a separate issue. Since I make
    ASCII art, using format-flowed would be detrimental to a good
    presentation of ASCII art.

    I use format-flowed, and I can disable line wrap at will.

    Works fine in Thunderbird. There is an add-on that disables line-wrap


    The neatest trick, is a message someone sent once, which
    used the continuation character on the end of each line. This
    allows the line count of the message to be "1 line(s)", yet
    the message had a million characters in it (a thousand
    line-continuation characters). If you absolutely must have the
    longest line, as a bar bet, you can do it, with a line that
    is virtually a million characters wide.

    For lesser width challenges, the wrap setting is the thing you want.

    Paul


    --
    Cheers,
    Carlos E.R.
    ES??, EU??;

    --- PyGate Linux v1.5.18
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)