[Resolved] Is there any way to make the font size larger in NoScript?

Ask for help about NoScript, no registration needed to post
ComputerHelp1234
Posts: 4
Joined: Fri Oct 12, 2018 9:44 pm

[Resolved] Is there any way to make the font size larger in NoScript?

Post by ComputerHelp1234 »

Is there any way to make the font size larger in NoScript? Version 11.4.29.
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

Re: Is there any way to make the font size larger in NoScript?

Post by barbaz »

I don't know any built-in way, but should be achievable with userContent.css -

Code: Select all

@-moz-document url-prefix("moz-extension://YOUR-UUID-FOR-NOSCRIPT/") {

* {
  font-size: 20px !important;
}

}
replacing YOUR-UUID-FOR-NOSCRIPT with the UUID shown in the address bar when you go to NoScript Options.

This requires about:config > toolkit.legacyUserProfileCustomizations.stylesheets set to true
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0
ComputerHelp1234
Posts: 4
Joined: Fri Oct 12, 2018 9:44 pm

Re: Is there any way to make the font size larger in NoScript?

Post by ComputerHelp1234 »

Thank you barbaz. I will look into this. I've done userChrome.css before, so userContent.css shouldn't be too hard.
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0
ComputerHelp1234
Posts: 4
Joined: Fri Oct 12, 2018 9:44 pm

Re: Is there any way to make the font size larger in NoScript?

Post by ComputerHelp1234 »

I got it to work. Much better! Thank you again barbaz!
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

Re: Is there any way to make the font size larger in NoScript?

Post by barbaz »

You're welcome. Image
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0
Post Reply