• Re: Fixing Google Groups Styling

    From luserdroog@21:1/5 to luserdroog on Thu Nov 11 15:21:46 2021
    On Monday, May 24, 2021 at 1:31:31 AM UTC-5, luserdroog wrote:
    On Thursday, May 20, 2021 at 8:29:07 PM UTC-5, Michael Haufe (TNO) wrote:
    If you're one of the majority currently viewing the newsgroup through Google Groups, you've probably noticed they broke layout again.

    If you use a plugin for user stylesheets you can use the following to fix the layout:

    html-blob {
    white-space: pre;
    }

    I'm currently using:

    <https://chrome.google.com/webstore/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb>
    Thanks a bunch! Google support has been wholly unhelpful about this.
    Got it to work with:

    <https://addons.mozilla.org/en-US/firefox/addon/insert-style-sheet-temporarily/>

    This still works. (Actually, I'm doing "pre-wrap" but whatever.) But it has the unfortunate
    side effect of doubling the line spacing. Is there a trick to delete whatever extra newlines
    are being added?

    I tried using Firefox's style editor to peek into the style sheets in use,
    but there are dozens of sheets with hundreds of rules in each. And I don't know what I'm
    even looking for.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From luserdroog@21:1/5 to luserdroog on Thu Nov 11 15:26:03 2021
    On Thursday, November 11, 2021 at 5:21:51 PM UTC-6, luserdroog wrote:
    On Monday, May 24, 2021 at 1:31:31 AM UTC-5, luserdroog wrote:
    On Thursday, May 20, 2021 at 8:29:07 PM UTC-5, Michael Haufe (TNO) wrote:
    If you're one of the majority currently viewing the newsgroup through Google Groups, you've probably noticed they broke layout again.

    If you use a plugin for user stylesheets you can use the following to fix the layout:

    html-blob {
    white-space: pre;
    }

    I'm currently using:

    <https://chrome.google.com/webstore/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb>
    Thanks a bunch! Google support has been wholly unhelpful about this.
    Got it to work with:

    <https://addons.mozilla.org/en-US/firefox/addon/insert-style-sheet-temporarily/>
    This still works. (Actually, I'm doing "pre-wrap" but whatever.) But it has the unfortunate
    side effect of doubling the line spacing. Is there a trick to delete whatever extra newlines
    are being added?

    I tried using Firefox's style editor to peek into the style sheets in use, but there are dozens of sheets with hundreds of rules in each. And I don't know what I'm
    even looking for.

    I found something. Don't know what to do with it. GG appears to be inserting <br>
    elements where the newlines go. So, can I style the <br>s to *not* break?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)