• Locked

css code for chrome files no longer works

duplicate of /questions/1498770 thread Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the b… (read more)

duplicate of /questions/1498770 thread

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the text colour to dark blue ( #000080 ) and the font size to 17 px. The code found at the following location also no longer works for chrome files : https://gist.github.com/MrOtherGuy/c592f6443dd228022966cbe5715ad5c9

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){

 :root {
     --in-content-page-color: #000080 !important;
     --in-content-text-color: #000080 !important;
     --in-content-page-background: #dbc3a3 !important;
     --in-content-box-background: #e2cfb6 !important;
     --in-content-deemphasized-text: var(--in-content-text-color) !important;
     scrollbar-color: #6495ed #d9d9d9 !important; 
     --background-color-box: var(--in-content-page-background) !important;
     --text-color: var(--in-content-text-color) !important;      
     color:var(--in-content-text-color) !important;
     --background-color-canvas: var(--in-content-page-background) !important;
     --table-row-background-color-alternate: var(--in-content-box-background) !important;    
 menulist > menupopup{ background-color: var(--in-content-page-background) !important; }}}
 

@-moz-document url-prefix("chrome:") {

 html, body, div, h1, p, table, td, tr { background-color: #dbc3a3 !important;
   color: #000080 !important;
   font-size: 17px !important; }
 tr:hover { background-color: #b3d1ff !important; }
 tr.odd:hover { background-color: #b3d1ff !important; }

}

Asked by Terry 4 days ago

  • Locked

css code for chrome files no longer works

duplicate of /questions/1498770 thread Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the b… (read more)

duplicate of /questions/1498770 thread

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the text colour to dark blue ( #000080 ) and the font size to 17 px. The code found at the following location also no longer works for chrome files : https://gist.github.com/MrOtherGuy/c592f6443dd228022966cbe5715ad5c9

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){

 :root {
     --in-content-page-color: #000080 !important;
     --in-content-text-color: #000080 !important;
     --in-content-page-background: #dbc3a3 !important;
     --in-content-box-background: #e2cfb6 !important;
     --in-content-deemphasized-text: var(--in-content-text-color) !important;
     scrollbar-color: #6495ed #d9d9d9 !important; 
     --background-color-box: var(--in-content-page-background) !important;
     --text-color: var(--in-content-text-color) !important;      
     color:var(--in-content-text-color) !important;
     --background-color-canvas: var(--in-content-page-background) !important;
     --table-row-background-color-alternate: var(--in-content-box-background) !important;    
 menulist > menupopup{ background-color: var(--in-content-page-background) !important; }}}
 

@-moz-document url-prefix("chrome:") {

 html, body, div, h1, p, table, td, tr { background-color: #dbc3a3 !important;
   color: #000080 !important;
   font-size: 17px !important; }
 tr:hover { background-color: #b3d1ff !important; }
 tr.odd:hover { background-color: #b3d1ff !important; }

}

Asked by Terry 4 days ago

Last reply by markwarner22 4 days ago

  • Locked

younisali

Be descriptive. Saying “playing video on YouTube is always choppy” will help us understand the issue better than saying “something is wrong” or “the app is broken”. … (read more)

Be descriptive. Saying “playing video on YouTube is always choppy” will help us understand the issue better than saying “something is wrong” or “the app is broken”.

Asked by Younis Ali 4 days ago

  • Locked

Firefox Root Certificate Expiration: Questions & Tips for Updating

Important update! On March 14, 2025, a critical root certificate in Firefox will expire. If you’re still using an older version (before Firefox 128 or ESR 115.13+), it’s … (read more)

Important update! On March 14, 2025, a critical root certificate in Firefox will expire. If you’re still using an older version (before Firefox 128 or ESR 115.13+), it’s crucial to update to Firefox 128 or newer to avoid issues with add-ons, DRM-protected content, and other features.

For full details, check out Update Firefox to prevent add-ons issues from root certificate expiration.

If you have questions about the update or need help with the process, this is the place to ask! Whether you’re just starting or you’ve already updated and want to share your experience, we’d love to hear from you.

Let’s come together, share tips, and ensure we’re all prepared. Drop your questions or insights below!

Asked by Lucas Siebert 5 months ago

Last reply by Paul 4 days ago

  • Solved

Display error on YouTube

Hello. I have a problem with Firefox since today. When I am on YouTube I no longer see the thumbnail image of the video. However, when I am in private browsing it works f… (read more)

Hello. I have a problem with Firefox since today. When I am on YouTube I no longer see the thumbnail image of the video. However, when I am in private browsing it works fine. How can I fix this? Regards, Julian.

Asked by Julian Roux 4 days ago

Answered by jscher2000 - Support Volunteer 4 days ago

  • Solved

How to set the New Tab page to a local file? (autoconfig no longer works in v136.0)

Since the settings haven't given that option for years, the best way to have a local file as the new tab page was using autoconfig.cfg + autoconfig.js, as described in th… (read more)

Since the settings haven't given that option for years, the best way to have a local file as the new tab page was using autoconfig.cfg + autoconfig.js, as described in this thread: https://support.mozilla.org/en-US/questions/1251199 But since the most recent update (v136.0), this stopped working.

The New Tab Override add-on has its own issues with using local files (can only load a .html file, no local CSS/JS, can't give a blank address bar for me to search in), so it doesn't solve the issue either.

This is very important to me, and others have been asking for this feature back for years. It feels awful to have the working solution stop working, in the browser that's supposed to be open and customizable.

Asked by Quazer 1 week ago

Answered by Quazer 5 days ago

  • Solved

中国账号无法登陆firefox浏览器

Due to relevant policy and legal reasons, the Chinese version of Firefox has been used https://accounts.firefox.com.cn/ As a login account URL, it is also used in the int… (read more)

Due to relevant policy and legal reasons, the Chinese version of Firefox has been used https://accounts.firefox.com.cn/ As a login account URL, it is also used in the international version https://accounts.firefox.com As login URLs, the two accounts are not interconnected. After recently upgrading to a new computer and downloading Firefox again, I am unable to use the synchronization function https://accounts.firefox.com.cn/ Login to the account, the specific manifestation is to enter the correct password when logging in, and it will continue to display 'processing'. But by directly entering the above website address, you can log in to your account normally. I now need a solution to the synchronization issue by moving bookmarks, plugins, themes, and synchronized tabs from my previous Firefox computer to my new computer.

由于相关政策法方面原因,中国版的firefox使用了https://accounts.firefox.com.cn/作为登陆账户网址,同时而国际版使用https://accounts.firefox.com作为登陆网址,两者账户不互通。

最近换了新的电脑以后,重新下载firefox,使用同步功能时,无法使用https://accounts.firefox.com.cn/登陆账户,具体表现是登陆时输入正确密码后登陆,一直显示处理中。但是直接输入上述网址,可以正常登陆账户。

我现在需要可以解决同步问题的方法,将我原来电脑中firefox中的书签,插件,主题以及同步的标签页移动到新电脑中。

Asked by summerice_h 1 week ago

Answered by summerice_h 5 days ago

  • Solved

Firefox 136.0 breaks Disney Hotstar

So Firefox automatically updated to version 136.0 and now Disney Hotstar (hotstar.com) website does not work. It shows the following error: "Something went wrong. Don't w… (read more)

So Firefox automatically updated to version 136.0 and now Disney Hotstar (hotstar.com) website does not work. It shows the following error: "Something went wrong. Don't worry our best minds are on it. Please use the skip option if available or try again later." (see screenshot) There is no skip option.

I downgraded to version 135.0.1 and everything works fine. Hotstar website also works fine in other browsers. But soon the automatic update kicks in and with version 136.0 Disney Hotstar does not work at all.

Firefox version: 136.0 64-bit for Windows OS: Windows 11 24H2 Home Edition (build 26100.3194)

Thank you in advance :)

Asked by amzbun 6 days ago

Answered by amzbun 5 days ago

  • Locked

Website Blocking

I'm having trouble with Firefox automatically blocking certain websites that I trust. Even after adding them to the exception list in the privacy and security settings, I… (read more)

I'm having trouble with Firefox automatically blocking certain websites that I trust. Even after adding them to the exception list in the privacy and security settings, I still get the "This site is not secure" warning. Does anyone know how to fix this issue or allow these trusted sites to bypass the warning in Firefox?

Asked by David john 5 days ago

  • Solved

Latest Linux FF (ver 136) NOT opening requested web sites

Hi, I've been a use of FF since it was Netscape (yes I'm old). And its always been my favorite above all. However, with the recent update (ver 136, either installed from… (read more)

Hi, I've been a use of FF since it was Netscape (yes I'm old). And its always been my favorite above all. However, with the recent update (ver 136, either installed from a .tar downloaded or an app via apt install) it starts fine but no matter what URL I try to access the busy indicator spins but nothing ever happens. I've tried disabling all my extensions to no avail. I'm also searched for others experiencing this issue. All my other browsers seem to work well on all the same sites.

I'm kind of at a loss so if anyone has any suggestions/ideas please share?

Thanks BobMCT

Asked by R.Mariotti 6 days ago

Answered by jonzn4SUSE 6 days ago

  • Solved

Hardware acceleration dropping frames on videos with small viewport resolutions

Hi! I've noticed dropped frames in videos for a while now, but only recently tested the issue. Using youtubes stats for nerds, I found that when videos have a small view… (read more)

Hi!

I've noticed dropped frames in videos for a while now, but only recently tested the issue. Using youtubes stats for nerds, I found that when videos have a small viewport resolution, it starts to drop frames. (I would test with other sites but only know of youtubes stats for nerds system to detect issues like this) For example a viewport resolution of 1250x703 does not drop frames, however by unmaximising the screen and the viewport resolution drops to 681x383, it begins dropping frames.

Using my 2nd monitor which has a smaller actual resolution, the video drops frames unless fullscreened, see recordings below. Test A | Firefox Maximised but video not fullscreen Test B | Firefox Maximised and video fullscreen This issue also occurs with picture-in-picture mode.

Disabling hardware acceleration fixes this issue but for some reason only affects firefox, using MS Edge with "graphics acceleration" enabled does not result in this issue. Is this potentially an issue specifically with how firefox handles hardware acceleration? Also since I require hardware acceleration to be enabled for 3D model work in my browser, is there something I'm missing here that would allow me to keep hardware acceleration on but not have this issue?

Any help is much appreciated, thanks!

Asked by Roltair 3 weeks ago

Answered by Roltair 5 days ago

  • Solved
  • Archived

Windows defender Trojan and cache

Hey all, Last night I made the mistake of clicking a sketchy link on twitter thinking what it was some meme site( the person who tweeted is someone I know personally so … (read more)

Hey all,

Last night I made the mistake of clicking a sketchy link on twitter thinking what it was some meme site( the person who tweeted is someone I know personally so I thought it was safe) once I clicked on it, I wasn’t redirected to the site so I thought it was weird then once I learned that he deleted it because it was compromised. I got scared and I was running scans through Microsoft defender. After the full scan it said that it detected Trojan:HTML/Phish!pz and the affected files where C:\Users\….\Local\Mozilla\Firefox\Profiles\cq0glqqq.default-release\cache2\entries. I deleted my cache a few hours later than I should.

So I reached out to a friend and they told me that it was probably was a false flag and I didn’t need to delete my cache. But I’m nervous that it’s an actual threat and I should do more to ensure my computer is completely safe. Also probably a lot of grammar mistakes I haven’t slept since I got this information.

Asked by PeachMan19 1 year ago

Answered by James 1 year ago

  • Solved

Why does version 136.0 require my Primary Password whatever I'm browsing?

According to Firefox Help, "After you have defined and set your Primary Password, you will be prompted to enter it once for each Firefox session, when Firefox needs acces… (read more)

According to Firefox Help, "After you have defined and set your Primary Password, you will be prompted to enter it once for each Firefox session, when Firefox needs access to your stored passwords." But since updating to version 136.0 I get asked for my Primary Password even to see my home page. Why is this?

Asked by Bill Welland 6 days ago

Answered by Bill Welland 5 days ago