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.
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.
ENCRYPTION TOOLS DOWNLOAD
https://drive.google.com/drive/folders/1uhSU_jKFNGrgXNuZah2SWo4lyyie0UC8?usp=sharing
ENCRYPTION TOOLS FOLDERS
https://www.mediafire.com/file/zcwda6ysdaclq1l/ENCRYPTION_TOOLS_FOLDERS.zip/file
huh?
>>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)
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