PIP on Twitch
There doesn't seem to be a way to disable Picture-in-Picture on Twitch.tv
There doesn't seem to be a way to disable Picture-in-Picture on Twitch.tv
When I check "Check spelling as you type" and choose size of fonts and then close my browser it doesn't remember the settings chosen, IE, when I open it again, go to sett… (read more)
When I check "Check spelling as you type" and choose size of fonts and then close my browser it doesn't remember the settings chosen, IE, when I open it again, go to settings the "check spelling as you type" isn't checked and the size of the fonts shows earlier setting
I know it takes just two mouse clicks to open the About dialog, but I'd like to bookmark it so when I check my daily bookmarks by right-clicking a folder and clicking "Op… (read more)
I know it takes just two mouse clicks to open the About dialog, but I'd like to bookmark it so when I check my daily bookmarks by right-clicking a folder and clicking "Open All Bookmarks", it would be displayed. This would be a convenient, albeit forceful, way to keep Firefox up-to-date. The About dialog isn't modal, so that shouldn't be an issue.
This started a few weeks ago. I thought it might have been because I synced the passwords with other devices. I reverted it back. When in about:logins, I click on the l… (read more)
This started a few weeks ago. I thought it might have been because I synced the passwords with other devices. I reverted it back.
When in about:logins, I click on the log in button but nothing happens.
Hello, as of recently Firefox got the new tool to highlight text in the native PDF viewer, and I really enjoyed using it. As of today, I had not updated or changed versio… (read more)
Hello, as of recently Firefox got the new tool to highlight text in the native PDF viewer, and I really enjoyed using it. As of today, I had not updated or changed versions, but I suddenly lost access to the highlight tool option. Refreshing the page didn't work, downloading a new PDF and opening it didn't work, restarting Firefox didn't work, and I haven't seen anybody else have this issue.
Firefox Version> Firefox Developer Edition 125.0 Beta 8 (20240403091602)
OS> Windows 11
I don't know if this is just an issue due to it being in beta, or it being on beta 7 but not 8, but either way any solution is appreciated!
Error Message: "Could'nt Sign You In: This Browser or APP May not be Sscure 1. Happened to Both Build 124 and 125 2. Virus Clean 3. Haved tried cleaning the cache and co… (read more)
Error Message: "Could'nt Sign You In: This Browser or APP May not be Sscure 1. Happened to Both Build 124 and 125 2. Virus Clean 3. Haved tried cleaning the cache and cookies
I HAVE UPLOADED FIRE FOX TO WINDOWS 10, THEN WHEN I SEARCH ITS STILL SEARCHING WITH 'GOOGLE/ WHY IS THIS?
I have an issue where I go to website and I get a message that the website is temporarily available. I cannot go to a different webpage for what URL I want. I believe thi… (read more)
I have an issue where I go to website and I get a message that the website is temporarily available. I cannot go to a different webpage for what URL I want. I believe this has to do with history. I suspect I can get past this by flushing the history. I can get to the website I want by using a different browser such as chrome. Ho do I fix this?
IBM clone using windows 10, firefox 125
Recently my home page is blank. Each new tab opens as blank, bookmark icons are missing. I used to have a search engine when i opened Mozilla but now it's totally blank.… (read more)
Recently my home page is blank. Each new tab opens as blank, bookmark icons are missing. I used to have a search engine when i opened Mozilla but now it's totally blank. I need to click on the bookmarks icon to open the list of bookmarks saved instead of seeing them on the toolbar. I didn't change anything and now it's all gone. I have uploaded a screenshot of my screen when I open Mozilla.
Hello guys, so in the past 2-3 days i started facing Cross-Origin Request Blocked for a lot of websites lets take chatgpt for example, if i visit it i get: Content-Secu… (read more)
Hello guys, so in the past 2-3 days i started facing Cross-Origin Request Blocked for a lot of websites lets take chatgpt for example, if i visit it i get:
Content-Security-Policy warnings 2 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.oaistatic.com/_next/static/chunks/sso.74deac81d652476b.js?dpl=f90a861ef09abad575887be5d613ce15a4fdb6d9. (Reason: CORS request did not succeed). Status code: (null). The resource from “https://cdn.oaistatic.com/_next/static/chunks/sso.74deac81d652476b.js?dpl=f90a861ef09abad575887be5d613ce15a4fdb6d9” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).
and its getting so annoying that its blocking a lot of websites, i tried chromium it works fine and works awesomely no cors no problems. I even tried to disable the firefox protection, dns over https on/off, change my main dns upstream, installed firefox developer, compete uninstall/reinstall, cache clear from installers and from firefox it self nothing is working. I will provide firefox developer edition troubleshooting information but keep in mind it doesnt work on both firefox normal and developer
Please any help would be appreciate it.
Firefox v124.0.2-1
For months now I can't cut and paste if I use Firefox. I am not remotely interested is uninstalling a heap of adds in a vain attempt to fix the issue. I can use Google ch… (read more)
For months now I can't cut and paste if I use Firefox. I am not remotely interested is uninstalling a heap of adds in a vain attempt to fix the issue. I can use Google chrome and Wonderfox which don't suffer this issue. I fail to understand why Firefox is alone in this problem. I would switch to Wonderfox as a default but it only works on SSL sites. Please stop ignoring this issue and fix it. Running Windows 11 fully updated on an AMD cpu.
Please tell me how I can delete unused, unnecessary, icons from my desktop ! I've already tried right click & delete, but doesn't work !
How to add a search input field beside an usual browser input cell? I have only one field but search box is missing.
The font in the finder-like window for Manage Bookmarks (I use Mac os 14.4.1) is so small I can barely read it. Can it be increased?
how can I fix this please
I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (read more)
I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:
```<select id="strokeColor" name="strokeColor" style="width: 10em;">
<option value="black" style="background: #000000; text: #FFFFFF"> black </option>
<option value="aqua" style="background: #00FFFF">
aqua </option>
<option value="blue" style="background: #0000FF">
blue </option>
<option value="brown" style="background: #A52A2A">
brown </option>
<option value="gray" style="background: #808080">
gray </option>
<option value="green" style="background: #00FF00">
green </option>
<option value="magenta" style="background: #FF00FF">
magenta </option>
<option value="orange" style="background: #FFA500">
orange </option>
<option value="purple" style="background: #800080">
purple </option>
<option value="red" style="background: #FF0000">
red </option>
<option value="white" style="background: #FFFFFF">
white </option>
<option value="yellow" style="background: #FFFF00">
yellow </option>
<option value="#000000" selected="" style="background: #000000">
#000000 </option> </select>```
On Chrome this displays as expected:
But on Firefox the background colors are ignored:
How can I get Firefox to display the background colors?
Hi. I can't access my add-ons that I installed. When I click on the extensions icon it doesn't open that little menu like it does for other people, but it takes me to 'ab… (read more)
Hi. I can't access my add-ons that I installed. When I click on the extensions icon it doesn't open that little menu like it does for other people, but it takes me to 'about:addons' in a new tab. I also want to pin my addons to my toolbar which is also not working. Please help me out
Hi Guys! Huge fan of Firefox since the early 2000s when I first learned about it. Way more secure, efficient, and lighter than any other browser (IE, Chrome, and now Edge… (read more)
Hi Guys! Huge fan of Firefox since the early 2000s when I first learned about it. Way more secure, efficient, and lighter than any other browser (IE, Chrome, and now Edge). Firefox is my first download on every new device and my go to even on my iPad.
I've been getting this error message lately and I don't know what to make of it. My saved tabs are working normally (email, work, streaming entertainment). This automatically comes out on ever new start / re-start (Firefox is my default) on separate tab but I am not opening any new website. It's been 2-3 days. At first I didn't mind it but its consistently happening and not just a one time thing. I already cleared my cache data. I've also ran a scan and it's come up clean (I have a paid BitDefender subscription). It's also not the local ip of my machine.
So any help would be great as I really don't want to leak any personal data or have any viruses.
Thank you for your time!
Why aren't pull-down menus, behaving consistently, on Firefox on an M1-Max Mac on macOS Sonoma ? The pulldown-menus don't persist, long-enough to click-upon a selec… (read more)
Why aren't pull-down menus, behaving consistently, on Firefox on an M1-Max Mac on macOS Sonoma ?
The pulldown-menus don't persist, long-enough to click-upon a selection .
I have 3 computers (2 desktops, 1 laptop). I want to permanently delete approx 300 unused/unneeded passwords. I deleted them from computer #1, then logged out of Firefox… (read more)
I have 3 computers (2 desktops, 1 laptop). I want to permanently delete approx 300 unused/unneeded passwords. I deleted them from computer #1, then logged out of Firefox. The new count was 346 passwords.
I went to the second computer, deleted approx the same number from computer #2. The new count was 324 passwords I returned to computer # 1 and logged back into Firefox.
Within a short time, computer #1 is at 759 passwords, and computer 2 is at 691 passwords.
How do I get the deletions to be permanent? It's the second pass at doing this and I'm FRUSTRATED.