Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

The good thing about standards is that there are so many to choose from. -- Andrew S. Tanenbaum


devel / comp.arch.embedded / Re: Improved display in Google Groups

SubjectAuthor
* Improved display in Google GroupsRick C
`- Re: Improved display in Google GroupsboB

1
Improved display in Google Groups

<d528a051-e3c1-47cd-a53a-2fee70002df0n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=1431&group=comp.arch.embedded#1431

  copy link   Newsgroups: comp.arch.embedded
X-Received: by 2002:a05:622a:211:b0:3d7:9d03:75ae with SMTP id b17-20020a05622a021100b003d79d0375aemr2344308qtx.10.1680991526017;
Sat, 08 Apr 2023 15:05:26 -0700 (PDT)
X-Received: by 2002:a05:620a:4729:b0:746:83a6:5f1a with SMTP id
bs41-20020a05620a472900b0074683a65f1amr1552497qkb.15.1680991525741; Sat, 08
Apr 2023 15:05:25 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.arch.embedded
Date: Sat, 8 Apr 2023 15:05:25 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=65.207.89.54; posting-account=I-_H_woAAAA9zzro6crtEpUAyIvzd19b
NNTP-Posting-Host: 65.207.89.54
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d528a051-e3c1-47cd-a53a-2fee70002df0n@googlegroups.com>
Subject: Improved display in Google Groups
From: gnuarm.d...@gmail.com (Rick C)
Injection-Date: Sat, 08 Apr 2023 22:05:26 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2441
 by: Rick C - Sat, 8 Apr 2023 22:05 UTC

I found this browser extension to let you apply formatting codes to any page. It can be used to apply a monospaced font to Google Groups, which will help viewing tables and even ASCII art that people post.

I had always thought GG stripped excess white space, like tabs, multiple spaces, blank lines. But it seems that's not correct, they are all there, just not shown naturally. I changed my font to Liberation Mono and posted a test case, and all the spaces, tabs and new lines show up.

If you are interested, the extension is called Style and here is some sample code to use.

/* ==UserStyle=@name groups.google.com - 4/8/2023, 5:16:24 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */

@-moz-document url-prefix("https://groups.google.com/g/") {

div[role=region] {
font-family: Liberation Mono;
display: block;
max-width: 50em;
white-space: pre-wrap;
} div[role="region"] br {
display: none;
}

}

To use this with Chrome, I had to strip off the line

@-moz-document url-prefix("https://groups.google.com/g/") {

and the terminating }

I hope this works for you.

--

Rick C.

- Get 1,000 miles of free Supercharging
- Tesla referral code - https://ts.la/richard11209

Re: Improved display in Google Groups

<b2143iddg466nk89j9khcpbj1j8lc7q07c@4ax.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=1432&group=comp.arch.embedded#1432

  copy link   Newsgroups: comp.arch.embedded
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!69.80.99.26.MISMATCH!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sun, 09 Apr 2023 00:18:38 +0000
From: boB...@K7IQ.com (boB)
Newsgroups: comp.arch.embedded
Subject: Re: Improved display in Google Groups
Date: Sat, 08 Apr 2023 17:18:38 -0700
Message-ID: <b2143iddg466nk89j9khcpbj1j8lc7q07c@4ax.com>
References: <d528a051-e3c1-47cd-a53a-2fee70002df0n@googlegroups.com>
User-Agent: ForteAgent/8.00.32.1272
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 44
X-Trace: sv3-XUkjmOO8+OmJW9tr6lwiRNw/8xcJbha/5YYHaY2reYtA1VEBZ+3pdPBGT1fWXSk/1FeldxYPbGpcWYD!WjDhLJzScUebRGC5UJYspfcQMFbtOeAdM1qaIcEDt/6sTChiUHTLkfG4J/NynM1xVK/7W+chjZpV!LSyWIA==
X-Complaints-To: www.supernews.com/docs/abuse.html
X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Received-Bytes: 2538
 by: boB - Sun, 9 Apr 2023 00:18 UTC

On Sat, 8 Apr 2023 15:05:25 -0700 (PDT), Rick C
<gnuarm.deletethisbit@gmail.com> wrote:

>I found this browser extension to let you apply formatting codes to any page. It can be used to apply a monospaced font to Google Groups, which will help viewing tables and even ASCII art that people post.
>
>I had always thought GG stripped excess white space, like tabs, multiple spaces, blank lines. But it seems that's not correct, they are all there, just not shown naturally. I changed my font to Liberation Mono and posted a test case, and all the spaces, tabs and new lines show up.
>
>If you are interested, the extension is called Style and here is some sample code to use.
>
>/* ==UserStyle==
>@name groups.google.com - 4/8/2023, 5:16:24 PM
>@namespace github.com/openstyles/stylus
>@version 1.0.0
>@description A new userstyle
>@author Me
>==/UserStyle== */
>
>@-moz-document url-prefix("https://groups.google.com/g/") {
>
>div[role=region] {
> font-family: Liberation Mono;
> display: block;
> max-width: 50em;
> white-space: pre-wrap;
>}
>div[role="region"] br {
> display: none;
>}
>
>}
>
>To use this with Chrome, I had to strip off the line
>
>@-moz-document url-prefix("https://groups.google.com/g/") {
>
>and the terminating }
>
>I hope this works for you.

Interesting..

boB

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor