Ceisteanna leis an gclib seo á dtaispeáint:

Used forgot about this site for reddit and now I cant acccess the site at all

Recently I used the forgot about this site for reddit, but when I try to click on a link from either my bookmarks or from a web search I keep on getting. [The page isn’t … (tuilleadh eolais)

Recently I used the forgot about this site for reddit, but when I try to click on a link from either my bookmarks or from a web search I keep on getting. [The page isn’t redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies.]

Not exactly sure what causes this or how to fix it.
Réitithe Cartlannaithe 1 90

Youtube.com Not Opening

Whenever I type youtube.com into the search bar and hit enter, it says it crashed and i can't get in. Here are all my crash id's by the way bp-d1a33e21-28fa-4153-a7b1-626… (tuilleadh eolais)

Whenever I type youtube.com into the search bar and hit enter, it says it crashed and i can't get in. Here are all my crash id's by the way

bp-d1a33e21-28fa-4153-a7b1-626440240813 bp-8b610356-0a09-4c8c-aa7e-ccf770240813 bp-2e669436-f743-4fd0-b726-5a4590240813 bp-5976dca3-3d2a-4c1c-a43d-f17ce0240813

Réitithe Cartlannaithe 1 160

Hotmail/Outlook Tab is Blank--Just a White Screen

Hello, This morning, for the very first time in 12 years, I opened my hotmail/outlook email tab and got a completely blank white screen, and nothing more. I've restarted… (tuilleadh eolais)

Hello,

This morning, for the very first time in 12 years, I opened my hotmail/outlook email tab and got a completely blank white screen, and nothing more. I've restarted my laptop twice, just to see if it was a Windows glitch. Nope. I disabled ad blockers with the little shield in front of the URL--still no change.

I love Firefox and prefer to use nothing else. However, I tried to open my email with Edge and it works fine. It also works fine on my older computer that did NOT get the Firefox update, so something is amiss here. Firefox updated recently on this machine and I'm wondering if something went wrong in the update. I'm not very tech savvy, but can anyone help me?

Thank you, Marsha

Faoi Ghlas Cartlannaithe 1 95

4chan boards default to black in Firefox 125, Macos 12.7.4, mid 2015 Macbook pro

With the exception of the Home and Catalog pages in the yotsuba theme, all boards default to black and only on Firefox, not Safari or Chrome browsers. Any idea how to fix… (tuilleadh eolais)

With the exception of the Home and Catalog pages in the yotsuba theme, all boards default to black and only on Firefox, not Safari or Chrome browsers.

Any idea how to fix this? I'm looking to get back my default Yotsuba theme.

Réitithe Cartlannaithe 1 159

Animation CSS on my web site doesn't work on firefox

Hello, I made animations CSS on my web site and everything was working great on all browsers. I just see that it doesn't work anymore only in firefox... here is my code: … (tuilleadh eolais)

Hello, I made animations CSS on my web site and everything was working great on all browsers. I just see that it doesn't work anymore only in firefox...

here is my code:


/* -------------------------------------- */ /* ANIMATION ANE */ @keyframes mouvement-uniforme {

   0% 		{ animation-timing-function: linear; transform: translateX(-500px); }
   100% 	{ animation-timing-function: linear; transform: translateX(30px); }

}

@-webkit-keyframes webkit-mouvement-uniforme { 0% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(30px ) translateY(-2px ) rotate(-2deg); } 2% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(60px ) translateY(2px ) rotate(2deg); } 4% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(90px ) translateY(-2px ) rotate(-2deg); } 6% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(120px ) translateY(2px ) rotate(2deg); } 8% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(150px ) translateY(-2px ) rotate(-2deg); } 10% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(180px ) translateY(2px ) rotate(2deg); } 12% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(210px ) translateY(0px ) rotate(-1deg); } 14% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(240px ) translateY(1px ) rotate(1deg); } 18% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(2px ); } 24% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(1deg) translateX(240px) translateY(-2px ); } 28% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(3px ); } 32% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(-1px ); } 34% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(1deg) translateX(245px); } 36% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(-2px); } 38% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-2px) translateY(2px ); } 40% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px); } 42% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px) rotate(1deg) translateY(-2px ); } 43% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px) rotate(-3deg); } 100% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(0px); } }


@-moz-keyframes moz-mouvement-uniforme { 0% { -moz-transform: translateX(30px ) translateY(-2px ) rotate(-2deg); } 2% { -moz-transform: translateX(60px ) translateY(2px ) rotate(2deg); } 4% { -moz-transform: translateX(90px ) translateY(-2px ) rotate(-2deg); } 6% { -moz-transform: translateX(120px ) translateY(2px ) rotate(2deg); } 8% { -moz-transform: translateX(150px ) translateY(-2px ) rotate(-2deg); } 10% { -moz-transform: translateX(180px ) translateY(2px ) rotate(2deg); } 12% { -moz-transform: translateX(210px ) translateY(0px ) rotate(-1deg); } 14% { -moz-transform: translateX(240px ) translateY(1px ) rotate(1deg); } 18% { -moz-transform: rotate(0deg) translateX(240px) translateY(2px ); } 24% { -moz-transform: rotate(1deg) translateX(240px) translateY(-2px ); } 28% { -moz-transform: rotate(0deg) translateX(240px) translateY(3px ); } 32% { -moz-transform: rotate(0deg) translateX(240px) translateY(-1px ); } 34% { -moz-transform: rotate(1deg) translateX(245px); } 36% { -moz-transform: rotate(0deg) translateX(-2px); } 38% { -moz-transform: translateX(-2px) translateY(2px ); } 40% { -moz-transform: translateX(-245px); } 42% { -moz-transform: translateX(-245px) rotate(1deg) translateY(-2px ); } 43% { -moz-transform: translateX(-245px) rotate(-3deg); } 100% { -moz-transform: translateX(0px); } }



@-ms-keyframes ms-mouvement-uniforme {

   0% 		{ -ms-animation-timing-function: linear; -ms-transform: translateX(-500px); }
   100% 	{ -ms-animation-timing-function: linear; -ms-transform: translateX(0px); }

} @-o-keyframes o-mouvement-uniforme {

   0% 		{ -o-animation-timing-function: linear; -o-transform: translateX(-500px); }
   100% 	{ -o-animation-timing-function: linear; -o-transform: translateX(0px); }

}


.position { position: relative; top: -200px; left: -280px; float:left; }

.bouge { animation: mouvement-uniforme 60s ; -webkit-animation: webkit-mouvement-uniforme 20s ; -webkit-animation-iteration-count: infinite; -webkit-animation-fill-mode: forwards; -webkit-animation-duration: 15s; -webkit-animation-delay: 0s; -webkit-overflow-scrolling: auto!important;

-moz-animation: moz-mouvement-uniforme 20s; -moz-animation-iteration-count: infinite; -moz-animation-fill-mode: forwards; -moz-animation-duration: 15s; -moz-animation-delay: 0s;

-ms-animation: ms-mouvement-uniforme 10s ;

-o-animation: o-mouvement-uniforme 10s ; }



It was working fine before on firefox. it works on other browsers (opera, Edge,..) Do something changed? it's a long time that i didn't chek it so...

this is the page where a donkey should appear at the bottom of the page:

https://www.campingnoroc.com/en/our-campsite/


Thanks a lot for your help!!

Réitithe Cartlannaithe 1 400

Certain sites not being accessed

Hi, I am having some trouble with Mozilla Firefox version 127.02 on a Windows 11 PC. Certain websites do not load, for example, travel.state.org, which is a website to kn… (tuilleadh eolais)

Hi, I am having some trouble with Mozilla Firefox version 127.02 on a Windows 11 PC. Certain websites do not load, for example, travel.state.org, which is a website to know the requirements to travel to the United States. However the site loads without any trouble on my Android phone, and on other browsers such as 'Microsoft Edge'. Can someone help me with this situation? Thank you this would be very much appreciated.

Réitithe Cartlannaithe 1 149

"next slide" and "previous slide" buttons do not appear on websites (e.g. MSN)

When I am browsing in either regular mode or safe mode, the scroll buttons for next or previous slide do not appear on the MSN web page. However, if I open a private brow… (tuilleadh eolais)

When I am browsing in either regular mode or safe mode, the scroll buttons for next or previous slide do not appear on the MSN web page. However, if I open a private browsing tab from either regular or safe mode, the scroll buttons appear and are functional. I am running Firefox version 129.0.2 (64 bit) on Windows 11 Home version 23H2. I have refreshed Firefox and also uninstalled and reinstalled Firefox. I have also toggled "always show scrollbars" on in Windows settings. No change. These scroll buttons function in other browsers (Edge, Chrome), but I prefer Firefox. Where do I go from here?

Réitithe Cartlannaithe 1 122

Media resource could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_METADATA_ERR (0x806e0006)

A recent set of system updates appears to have made most website videos not play in Firefox. When I inspect the Developer Tools - > Console tab the most detail Firefox… (tuilleadh eolais)

A recent set of system updates appears to have made most website videos not play in Firefox.

When I inspect the Developer Tools - > Console tab the most detail Firefox gives are an error line similar to: Media resource URL could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_METADATA_ERR (0x806e0006)

Internet searches for the error name and error hex do not appear yield any applicable troubleshooting, nor any methods of collecting additional problem data.

How can I obtain more detail on where the error is happening and how Firefox might be interacting with other packages present on my system?

Arch Linux has some older ffmpeg-compat packages, but those don't appear to match any of the web results, in that they're even older versions of ffmpeg.

yay -Ss ffmpeg-compat aur/ffmpeg-compat-55 2.3.6-4 (+24 0.00)

   Compatibility package for ffmpeg to provide versions 55 of libavcodec, libavdevice and libavformat, not anymore provided by the ffmpeg package

aur/ffmpeg-compat-54 1.2.12-4 (+87 0.00)

   Compatibility package for ffmpeg to provide versions 54 of libavcodec, libavdevice and libavformat, not anymore provided by the ffmpeg package
Réitithe Cartlannaithe 1 2533

severely broken webpage loading (for specifically roblox)

this is definitely a unique issue i have not ever had, LOL i'm running into a very strange issue where only the roblox page is not loading properly. everything else seems… (tuilleadh eolais)

this is definitely a unique issue i have not ever had, LOL

i'm running into a very strange issue where only the roblox page is not loading properly. everything else seems to work just fine; trying to load roblox on google chrome works fine too! ive turned off my extensions and run it in troubleshoot mode, i've updated the browser and my pc and my drivers, nothing seems to want to fix it. i'm not very sure what's going on. it's very funny, but definitely troublesome- the website is not navigatable in this state.

it randomly popped up like this last night, i was under the impression roblox itself was down because my friend in the call at the time had been talking about how slow the site is. upon digging deeper and asking around, nobody else is having the issue i'm having so i'm lead to believe its a me issue

Réitithe Faoi Ghlas Cartlannaithe 1 836

Firefox hangs on Wordpress Login

I am using FF 129.0 64 bit on Linux Mint. AFAIK all is up to the latest version. When I log into my website admin on wordpress, my site gets redirected for a security che… (tuilleadh eolais)

I am using FF 129.0 64 bit on Linux Mint. AFAIK all is up to the latest version.

When I log into my website admin on wordpress, my site gets redirected for a security check on the server (lightspeed or PC Guard). Once this is complete, the login continues.

Unfortunately for the last 6 weeks, my website redirects with a message, "Verifying that you are not a robot" and it hangs there permanently.

I have tried to get my server to disconnest Lightspeed and PC Guard (but then have NO security protection). Nothing seemed to work, and access was sproradic, but seemed best when FF was completely cleaned, cache, cookies, etc. However, even this did not guarantee a login.

Then I found that all worked perfectly using Chrome. Further, having logged in using Chrome, the FF version would now be unlocked and work perfectly.

So it seems as though FF is not clearing a status/flag/file somewhere and that Chrome clears this, leaving FF working again - for another 24 hours. Then the whole cycle starts again.

Any ideas?

Mark

Réitithe Cartlannaithe 1 196

Issue accessing webpages using Mozilla Firefox

Hello, Mozilla Community I'm contacting you to request assistance with a Mozilla Firefox issue that I'm experiencing when trying to access the following website: https://… (tuilleadh eolais)

Hello, Mozilla Community I'm contacting you to request assistance with a Mozilla Firefox issue that I'm experiencing when trying to access the following website: https://themonak.com/www-bageltechnews-com/. I'm not sure if there's a bug in the website, if it's incompatible with some browsers, or if the browser is blocking anything, but it won't load.

Does anyone else have experience with this issue or suggestions for a solution? I've tried clearing my browser's cache and deleting extensions, but the problem persists.

I would appreciate any guidance or thoughts on making the website easier to use. I appreciate your help in advance.

Faoi Ghlas Cartlannaithe 1 155