your browser is being managed by an orginization
when i go to my settings i see this how could i get rid of it i use linux
when i go to my settings i see this how could i get rid of it i use linux
Before recent 'update', I was able to print an attachment from an e-mail. Now the print goes directly to a folder and I dont know enough to know hyow to get it open and … (閱讀更多)
Before recent 'update', I was able to print an attachment from an e-mail. Now the print goes directly to a folder and I dont know enough to know hyow to get it open and print it.
Hi All I disabled the group-by option everywhere in my Win 11 home. Now I can open any folder and avoid that useless feature... except if I open the download folder from … (閱讀更多)
Hi All
I disabled the group-by option everywhere in my Win 11 home. Now I can open any folder and avoid that useless feature... except if I open the download folder from Firefox.
Details: - if I open my Downloads folder from the desktop shortcut I get it normal (no group-by) - if I click the folder icon close to the downloaded file in Firefox Library/Downloads window, then the windows folder is shown with Group-by enabled - the same happens if I click the folder icon close to the downloaded file in Firefox's download toolbar icon
Does this happen to others? Thank you Stefano
If I wanted to use the navbar for search I'd set it up that way. I don't, and I'm getting really sick of doing this... type in searchBar "about:config" Accept warn… (閱讀更多)
If I wanted to use the navbar for search I'd set it up that way. I don't, and I'm getting really sick of doing this...
type in searchBar "about:config" Accept warning Search "browser.urlbar.suggest.searches" and change it to false (Do this Only if you want to disable suggesions) Search "keyword.enabled" and change it to false Search "browser.fixup.alternate.enabled" and change it to false
every time I open Firefox or a new tab in Firefox.
I'd like the option of not having it search in the navbar, ever. I search using Google. I like Google. I've been a big fan and supporter of Firefox for years, but this constantly having to deal with the search in the navbar thing, which I don't want it to do, is really turning me off of Firefox. I hate the Microsoft junk, Explorer and Edge, and I don't like Chrome either, but I'm getting really sick of Firefox trying to shove this Search via the navbar thing down my throat.
How do I disable navbar search permanently, or am I just stuck with redoing it every time I open Firefox or a new tab, at least until I get completely fed up and decide to give another browser a try at replacing Firefox?
Please remove cloudflare from my computer. I have been using Firefox for ages and now I'm wondering about going somewhere else....
Why is all my Fox tv shows now blocked when watch them last week????!!!!
Hi Windows 10 21h2 Firefox 100.0 When pasting images from the clipboard into a website (atlassian confluence for example) firefox uses a generic image name (grafik.png) i… (閱讀更多)
Hi Windows 10 21h2 Firefox 100.0 When pasting images from the clipboard into a website (atlassian confluence for example) firefox uses a generic image name (grafik.png) instead of the actual filename. This started to happend a few weeks ago. I was not able to find a demo page where this can be tested, other browsers don't have this issue.
Anyone having similiar issues or an idea how to fix it?
Thanks
Here is my code: <html> <head> <meta charset="utf-8"> <style> .fullCard, .lowerHalfCard, .upperHalfCard, .fullCard-after, .lo… (閱讀更多)
Here is my code:
<html> <head> <meta charset="utf-8"> <style> .fullCard, .lowerHalfCard, .upperHalfCard, .fullCard-after, .lowerHalfCard-after, .upperHalfCard-after { background-color: inherit; border-radius: 10px; height: 100%; width: 100%; position: absolute; align-items: center; display: flex; justify-content: center; vertical-align:middle; } .fullCard-after::after, .upperHalfCard-after::after{ content: ""; display: block; position: absolute; height: 4px; background-color: inherit; width: 100%; top: calc(50% - 2px); } .lowerHalfCard-after::after{ content: ""; display: block; position: absolute; height: 4px; background-color: inherit; width: 100%; top: calc(50% - 2px); } .lowerHalfCard, .lowerHalfCard-after{ clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%); } .upperHalfCard, .upperHalfCard-after{ clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%); } .splitFlap { background-color:black; box-sizing: border-box; border-radius: 10px; width: 100px; height: 150px; position: relative; } .rotate0to90 { animation-name: r0to90; } .rotate90to0 { animation-name: r90to0; } .rotate0to_90 { animation-name: r0to_90; } .rotate_90to0 { animation-name: r_90to0; } .rotate0to90, .rotate90to0, .rotate0to_90, .rotate_90to0 { animation-duration: 0.3s; animation-fill-mode: forwards; } @keyframes r0to90 { from { transform:rotateX(0deg); } to { transform: rotateX(90deg); } } @keyframes r90to0 { from { transform: rotateX(90deg); } to { transform: rotateX(0deg); } } @keyframes r0to_90 { from { transform: rotateX(0deg); } to { transform: rotateX(-90deg); } } @keyframes r_90to0 { from { transform: rotateX(-90deg); } to { transform: rotateX(0deg); } } .transform0to_90 { transform: rotateX(-90deg); } .transform0to90 { transform: rotateX(90deg); } .hide{ display:none } .zIndex2 { z-index: 2; } .zIndex4 { z-index: 4; } .zIndex10 { z-index: 10; } .blue{ background-color: blue } .green{ background-color: green } .red{ background-color: red } .orange{ background-color: orange } </style> <script> let baseDiv,lowerDiv,middleDiv,upperDiv; document.addEventListener("DOMContentLoaded",()=>{ baseDiv=document.getElementById("base"); lowerDiv=document.getElementById("lower"); middleDiv=document.getElementById("middle"); upperDiv=document.getElementById("upper"); }); let backward=()=>{ middleDiv.innerHTML=baseDiv.innerHTML; lowerDiv.classList.add("rotate0to90"); middleDiv.className="upperHalfCard-after transform0to_90 zIndex4"; } let forward=()=>{ middleDiv.innerHTML=baseDiv.innerHTML; upperDiv.classList.add("rotate0to_90"); middleDiv.className="lowerHalfCard-after transform0to90 zIndex4"; } let upperHandler=()=>{ middleDiv.classList.add("rotate90to0"); upperDiv.classList.replace("zIndex4","zIndex2"); } let lowerHandler=()=>{ lowerDiv.classList.replace("zIndex4","zIndex2"); middleDiv.classList.add("rotate_90to0"); } let middleHandler=()=>{ upperDiv.innerHTML=baseDiv.innerHTML; lowerDiv.innerHTML=baseDiv.innerHTML; middleDiv.className="hide"; upperDiv.className="upperHalfCard-after zIndex4"; lowerDiv.className="lowerHalfCard-after zIndex2"; } </script> </head> <body> <div class="splitFlap"> <div id="base" class="fullCard-after zIndex2"> <img src="img/1_100.png"> </div> <div class="upperHalfCard-after zIndex4" id="upper" onAnimationEnd="upperHandler()"> <img src="img/0_100.png"> </div> <div id="middle" class="hide" onAnimationEnd="middleHandler()"> </div> <div class="lowerHalfCard-after zIndex2" id="lower" onAnimationEnd="lowerHandler()"> <img src="img/0_100.png"> </div> </div> <p> <button onClick="forward()"> + </button> <button onClick="backward()"> - </button> <button onClick="setHinge()">Set Hinge</button> </p> </body> </html>
I am creating a split-flap. It works fine in Chrome, but in firefox, during the second rotation period, it is not smooth as in chrome. How can I fix it?
I could not pay my bills at handelsbanken.se today... so they adviced me to try another browser and I had to use Edge for the first time ever... and that worked. Why coud… (閱讀更多)
I could not pay my bills at handelsbanken.se today... so they adviced me to try another browser and I had to use Edge for the first time ever... and that worked. Why coud I not pay my bills with firefox as usual?
Wondering Pirjo
I need to regain my administrative capability on a not-for-profit Facebook page on which I am a listed administrator. After emptying the browser cache I cannot go into t… (閱讀更多)
I need to regain my administrative capability on a not-for-profit Facebook page on which I am a listed administrator. After emptying the browser cache I cannot go into the Humane Society of McDonough County facebook page and make changes or additions. Please help.
Hello! Thanks for your help with my situation. I want to leave google so am trying Firefox. I like it except that I can't see all the tabs that I need to use at once. T… (閱讀更多)
Hello! Thanks for your help with my situation.
I want to leave google so am trying Firefox. I like it except that I can't see all the tabs that I need to use at once. There is a slider function so I can only see 14 tabs. Then there are little arrows pointing left and right so I can have access to the other pages.
Is there a way that I can see all of the tabs I have open at once?
If I not, I may need to use another search engine.
Thanks for your time! Sincerely, Kathryn
I want "Firefox Suggest" suggestions to operate like normal in regular windows, but not show up in private windows. Is this possible with an "about:config" tweak? … (閱讀更多)
I want "Firefox Suggest" suggestions to operate like normal in regular windows, but not show up in private windows.
Is this possible with an "about:config" tweak?
My Amazon saved password in Firefox was changed to this, I did not change it... AYAAFIwbbsHulukAsp9nmonLDTYAAAABAAZzaTptZDUAIDU2ZDE0ZWRjZThlMmNiNmM2ODQyYzU5ZGRhZWU0MjZlAQ… (閱讀更多)
My Amazon saved password in Firefox was changed to this, I did not change it...
AYAAFIwbbsHulukAsp9nmonLDTYAAAABAAZzaTptZDUAIDU2ZDE0ZWRjZThlMmNiNmM2ODQyYzU5ZGRhZWU0MjZlAQALgvrCglB2+5Oqb4cGDqMH4GwkMnHYKkY0ybmrrevxTocnv1iLASU72HPYj+S8ikoYhVMWqzyI7nPTSoMdZG39mKXaEWdCfyyxor6T+o+GTb7FmQ+a3PWID3KzpDil0Dbuw8kcUj/61HZwKGItetIecQmN/OEYBeYnIMHR9LibLLGUEhfhl32NF73Sh5sumpCc5mdf5JL5yIyWSPtEbnnVX3iHDe6pgDaoiXWVeJp9TbRTo0ZLE1YUOuA5R14fCu+hgxrhK02AZG3Hb3OO/NppbKxsZJmRtvNw6IutUG/PzT4BoUQJqTHlY8Nhd4KNUiVuhRA46MJGlZ7ZL0K48rGFAgAAAAAMAAAAEAAAAAAAAAAAAAAAAHLNFSOU15TV00QmULsKw3X/////AAAAAQAAAAAAAAAAAAA
Digital signature was working properly since yesterday ie 20th May 2022, but now its stopped working, what will be the reason, Digital signature process stuck and not pr… (閱讀更多)
Digital signature was working properly since yesterday ie 20th May 2022, but now its stopped working, what will be the reason, Digital signature process stuck and not proceed further, if you kindly send me setting of firefox for DSC i will always be greatful to you. thank you.
Hello! When i installed Ubuntu22.04LTS on my PC. I found i can't input any chinese in this brower!!! I think is firefox use snap's wrong! Please fix it. Ubuntu 22.04 LT… (閱讀更多)
Hello! When i installed Ubuntu22.04LTS on my PC. I found i can't input any chinese in this brower!!!
I think is firefox use snap's wrong! Please fix it.
Ubuntu 22.04 LTS
64bit
GNOME 42.1
X11
IBus 1.5.26
I am an a US citizen, living in Europe! How do I keep Mozilla from changing languages on me? I just connected my Laptop PC and everything is in the German language. Why… (閱讀更多)
I am an a US citizen, living in Europe! How do I keep Mozilla from changing languages on me? I just connected my Laptop PC and everything is in the German language. Why? I'm sorry, but I must insist that Mozilla stop doing this. My mother tongue is American English, and when I keep getting your communications in a foreign language, there is a good possibility that I might misinterpret what has been written by Mozilla to me. Or is the problem with me living in Europe?
Sumo community manager email ( rardila at mozilla com ) not working.
Starting around v98.x, every attempt to download a file (eg with "Save Link as") immediately result in a Failed message in the download list. This happens despite the set… (閱讀更多)
Starting around v98.x, every attempt to download a file (eg with "Save Link as") immediately result in a Failed message in the download list.
This happens despite the setting "Always ask where to save files", though it doesn't matter. The Failed message appears before I am asked where the file should be saved.
Downloads work if I log in as another user.
If I restart firefox with "-safe-mode", I can do downloads. But not if I then start in regular mode.
The problem started in late March or early April 2022.
Extensions: Facebook Container, GNOME Shell integration, Hide Private Mode, IP Address and Domain Information, NoScript, TreeStyle Tab, uBlock Origin
Find the "switch" that gets "activated" (when using ANY private browser window) that prevents us from using "printscreen" AND...ALL other "printsreen apps" as well (such … (閱讀更多)
Find the "switch" that gets "activated" (when using ANY private browser window) that prevents us from using "printscreen" AND...ALL other "printsreen apps" as well (such as "windows snipping tool"). After using ANY private browser, Printscreen just shows an all black screen! Once you've used a private browser window (on a Win 7 desktop)...you no longer have any printscreen ability until after you power-cycle...when it's too late!! Printscreen ALWAYS shows an all black screen!
Try it for yourself on YOUR desktop...regardless of your system!
AARRGGHH!! >:-(
In Firefox I set my download settings to "Always ask you where to save file", and for most of the websites that still works. Unfortunately, since a recent update, gmail d… (閱讀更多)
In Firefox I set my download settings to "Always ask you where to save file", and for most of the websites that still works. Unfortunately, since a recent update, gmail does not do that anymore. It gets immediately saved in my downloads folder without any prompt of where to save it. Any solution how to fix this? Thanks!