CSS (6)

1 Name: Anonymous Techie : 2021-11-13 19:17 ID:Heaven

Cascading Style Sheets, the language you use to specify the look of webpages. There should be useful links here, but maybe some other guy will provide them.

2 Name: Anonymous Techie : 2021-11-13 19:22 ID:Heaven

Question, how can I stop links from being wordwrapped? I have this thing:

/general//hobby//personal//req//tv//japan//games//music//literature//ascii//dqn//tech//iaa//language//nihongo//current/

And each is a link. They wrap like this:

/general//hobby//personal//req//tv//japan
//games//music//literature//ascii//dqn
//tech//iaa//language//nihongo//current/

But I want them to wrap like this:

/general//hobby//personal//req//tv//japan/
/games//music//literature//ascii//dqn/
/tech//iaa//language//nihongo//current/

If I'll do white-space:nowrap for each link, this entire thing stops wrapping.

4 Name: Anonymous Techie : 2021-11-16 18:47 ID:Heaven

huh?

5 Name: Anonymous Techie : 2021-11-19 16:39 ID:Heaven

>>2
Putting <wbr> or zero-width space (u+200b) between each link worked, thanks to the /general/ guy.

var space = document.createTextNode("\u200B")
or
var space = document.createElement("wbr")
refreshbox.appendChild(space)

6 Name: Anonymous Techie : 2021-11-26 11:15 ID:Heaven

How to make userstyles, they allow you to rewrite css on any page of your choice. It used to be a different extension before, before firefox killed all of its extensions for stupid reasons like all the money they were getting from google, so now everyone uses those.

https://userstyles.world
https://addons.mozilla.org/en-US/firefox/addon/styl-us/
https://forum.userstyles.org/discussion/89709/forum-has-closed-alternatives

>Forum has Closed, last admin login was 2 years ago
Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: