顯示下列標籤的問題: 顯示所有問題
  • 已解決
  • 被鎖定
  • 封存

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 seem… (閱讀更多)

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

kindlingbird 於 12 個月前 詢問

cor-el 於 12 個月前 解答

  • 被鎖定
  • 封存

Issue accessing webpages using Mozilla Firefox

Greetings, Mozilla Community I'm reaching out to you to get assistance with an issue I'm having with Mozilla Firefox when trying to access the following website: https://… (閱讀更多)

Greetings, Mozilla Community I'm reaching out to you to get assistance with an issue I'm having with Mozilla Firefox when trying to access the following website: https://strandsgamenyt.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.

Awix Baslet 於 12 個月前 詢問

Paul 最近回覆於 12 個月前

  • 已解決
  • 封存

The requested URL was rejected. Please consult with your administrator. Your support ID is: 15199799165570062406

The requested URL was rejected. Please consult with your administrator. Your support ID is: 15199799165570062406 This is the site https://one.walmart.com/content/usone/… (閱讀更多)

The requested URL was rejected. Please consult with your administrator.

Your support ID is: 15199799165570062406

This is the site https://one.walmart.com/content/usone/en_us/company.html this site I connect to for work related issues, I can use private browsing, but not the regular browsing.

Seekerkiller 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

Username gets lost when creating Google account

Hi, I have tried to create a google account two times. Each time Firefox didn't save the google account name. Firefox did save the password though. Just the username is … (閱讀更多)

Hi, I have tried to create a google account two times. Each time Firefox didn't save the google account name.

Firefox did save the password though. Just the username is empty. So, the third time I will write down the username.

I know how to create a Google account. Pretty sure it will work. My question is, why is this happening? Am I paranoid thinking Google doesn't like to support Firefox?

Best regards

marm24 於 1 年前 詢問

marm24 於 1 年前 解答

  • 已解決
  • 封存

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:… (閱讀更多)

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!!

Pierre MARTIN 於 11 個月前 詢問

Pierre MARTIN 於 11 個月前 解答

  • 已解決
  • 封存

links don't work in some sites with v116.0.3

Using MX-21.3_ahs_x64 Wildflower. Since upgrading Firefox to version 116.0.3 all links within www.onlinetvrecorder.com do not work anymore. No messages, no hints what hap… (閱讀更多)

Using MX-21.3_ahs_x64 Wildflower. Since upgrading Firefox to version 116.0.3 all links within www.onlinetvrecorder.com do not work anymore. No messages, no hints what happened, just not working. Vivaldi has the same problem, Chrome works. I have asked in mozillazine, but did not get an answer.

hako2 於 1 年前 詢問

jonzn4SUSE 於 1 年前 解答

  • 已解決
  • 封存

Youtube Reduced Quality

about a month ago youtube was only letting me watch videos in 720 or 360, as of about a week ago i only have 360. i've disabled every single extension i have and i have f… (閱讀更多)

about a month ago youtube was only letting me watch videos in 720 or 360, as of about a week ago i only have 360. i've disabled every single extension i have and i have firefox version 127.0.2.

i'm not having this issue in edge, so i assume it's firefox specific. anyone know what's going on or what i can do?

knkramer 於 10 個月前 詢問

knkramer 於 10 個月前 解答

  • 已解決
  • 封存

subtitles out of sync in streaming services

Hello, I am finding that Firefox display incorrectly and out of sync the subtitles in streaming services like Hulu or Amazon Video. Subtitles dialogs appear around ten se… (閱讀更多)

Hello, I am finding that Firefox display incorrectly and out of sync the subtitles in streaming services like Hulu or Amazon Video. Subtitles dialogs appear around ten seconds before the actual audio plays that dialog. It doesn't occur when I am using Chrome.

Thanks.

dmbaber 於 1 年前 詢問

dmbaber 於 1 年前 解答

  • 已解決
  • 封存

Search engine fail

Using Firefox today I tried to search for various things using https://oceanhero.today/search.. I got this error message: "Sorry, there was an error when rendering your … (閱讀更多)

Using Firefox today I tried to search for various things using https://oceanhero.today/search.. I got this error message:

"Sorry, there was an error when rendering your search. We were notified and will try to resolve this issue as soon as possible."

But the search engine - which I've been using on Firefox for a long time without any problems - works fine on Bing.

Is there a remedy? Many thanks for any advice.

liviniffley 於 1 年前 詢問

zeroknight 於 1 年前 解答

  • 被鎖定
  • 封存

Considering abandoning Google over Canadian news issue. What is Firefox stand on it?

I am considering abandoning Google browser because of the Canadian News issue they are opposing. Where does Firefox stand on this? Is there something I should be wary of … (閱讀更多)

I am considering abandoning Google browser because of the Canadian News issue they are opposing. Where does Firefox stand on this? Is there something I should be wary of in making the switch from Google to Firefox?

Richard Szpin 於 1 年前 詢問

Paul 最近回覆於 1 年前

  • 被鎖定
  • 封存

can't sign in to mozilla support

https://connect.mozilla.org/t5/user/ssoregistrationpage?dest_url=https:%2F%2Fconnect.mozilla.org%2F link from a message to me in my email. Can't sign in . Keeps asking… (閱讀更多)

https://connect.mozilla.org/t5/user/ssoregistrationpage?dest_url=https:%2F%2Fconnect.mozilla.org%2F

link from a message to me in my email. Can't sign in . Keeps asking me to register and rejects my registered name. For the last couple years, intermittently.

metropical 於 1 年前 詢問

Paul 最近回覆於 1 年前

  • 已解決
  • 封存

Discord time is incorrect by 10 hours and 30 mins

My discord time has been broken and I've asked the discord support but they said to ask here if there's any issues with firefox itself. I've closed and reopened the page… (閱讀更多)

My discord time has been broken and I've asked the discord support but they said to ask here if there's any issues with firefox itself. I've closed and reopened the page multiple times, used a vpn, cleared cache and cookies, and even tried and restarted my computer but the issue persists. Any help would be appreciated, thanks.

Edit: this issue only exists within firefox, not with any other browsers nor the app.

dark.druid07 於 1 年前 詢問

dark.druid07 於 1 年前 解答

  • 已解決
  • 封存

Problem with Firefox on macOS 14.0

Google Calendar has not worked right on Firefox (version 118.0.1 (64-bit)) on macOS since I updated to macOS 14.0. For example, when I try to use the "Search" function, I… (閱讀更多)

Google Calendar has not worked right on Firefox (version 118.0.1 (64-bit)) on macOS since I updated to macOS 14.0. For example, when I try to use the "Search" function, I can't type a search string. Or sometimes when I create an event I have problems typing in the event title field as well. On these occasions when it doesn't work there is no blinking cursor placed at the left end of the text field, so you can't type in that field.

Hoping that this isn't just me, since I really like using FIrefox. Have had to move to the Edge Browser because Google Calendar is a central tool for me that has to work without having to fiddle around.

MrDoh 於 1 年前 詢問

MrDoh 於 1 年前 解答

  • 被鎖定
  • 封存

There is an issue with the website loading.

Regards, Sir/Madam The website is blank. [link] The website icon is in the upper left corner, giving the idea that contact has been made, yet the page is still blank. Doe… (閱讀更多)

Regards, Sir/Madam The website is blank. [link] The website icon is in the upper left corner, giving the idea that contact has been made, yet the page is still blank. Does anyone know why Brave cannot load the website?

marcilalex890 於 1 年前 詢問

TyDraniu 最近回覆於 1 年前

  • 已解決
  • 封存

Lost ability to upload email connection after latest upgrade

I've just downloaded the latest Firefox version and it won't load my Cornell email - adfs.ad.cornell.edu. I'm using a Macbook Pro. I can download the website on my iPhone… (閱讀更多)

I've just downloaded the latest Firefox version and it won't load my Cornell email - adfs.ad.cornell.edu. I'm using a Macbook Pro. I can download the website on my iPhone.How do I get my email back?

Mary Beth 於 1 年前 詢問

Mary Beth 於 1 年前 解答

  • 已解決
  • 封存

Can't access website on Firefox, but can from other browsers at the same time, same computer

I get this message when trying to access this site: "We can’t connect to the server at www2.optumrx.com" I can then go to another browser, like Edge and I have no proble… (閱讀更多)

I get this message when trying to access this site: "We can’t connect to the server at www2.optumrx.com"

I can then go to another browser, like Edge and I have no problem accessing the site. I am using a Windows 11 Lenovo computer running Firefox 120. This problem just started to occur.

Andy Wachs 於 1 年前 詢問

jonzn4SUSE 於 1 年前 解答

  • 已解決
  • 封存

Just updated to version 115.0 on 7/4/23 and experiencing issues with videos and livestreams.

Recently had my FF update to version 115.0 automatically. With the update, watching videos on youtube is impossible. Videos show buffering but never play the video and do… (閱讀更多)

Recently had my FF update to version 115.0 automatically. With the update, watching videos on youtube is impossible. Videos show buffering but never play the video and do not start even with skipping around. Same thing goes for live streams on twitch where the chats will load but not the actual stream. Other videos in news websites appear to be the same. Issue is not resolved in private browsing.

jgideon01.2019 於 1 年前 詢問

jgideon01.2019 於 1 年前 解答

  • 已解決
  • 封存

Roblox website Shattered.

The layout on the Roblox website, https://www.roblox.com Has appeared to break, I've seen the website on Google chrome and Microsoft Edge and it's good to go. I am not aw… (閱讀更多)

The layout on the Roblox website, https://www.roblox.com Has appeared to break, I've seen the website on Google chrome and Microsoft Edge and it's good to go. I am not aware as to how this has happened. I have disabled every Addon I have, This issue is not caused by the Addons I have installed.

CTRL + F5 has Fixed My Issue! Thank You cor-el!

aombi 於 1 年前 詢問

cor-el 於 1 年前 解答