asfdsfdas2
I would like to download react developer tools
I would like to download react developer tools
I have a requirement where instead of showing the 404 error or 503 error on screen, I want to display a blank screen. I have already tried to set the following configs to… (ďalšie informácie)
I have a requirement where instead of showing the 404 error or 503 error on screen, I want to display a blank screen. I have already tried to set the following configs to false -
security.insecure_connection_text.enabled security.insecure_connection_icon.enabled security.insecure_connection_text.pbmode.enabled browser.ssl_override_behavior security.ssl.errorReporting.automatic security.enterprise_roots.enabled security.tls.version.min
Is there anymore steps to do or any userChrome.css script is required.
PS : I cannot use any extension or addon to do that
I asked this question two years ago and the chosen solution no longer works for newer versions of Firefox. (135 in my case) . setting editor.use_div_for_default_newlines … (ďalšie informácie)
I asked this question two years ago and the chosen solution no longer works for newer versions of Firefox. (135 in my case) . setting editor.use_div_for_default_newlines in about:config to FALSE does not work.
I am tired of pressing SHIFT <enter> to get < br > . Unnessessary < div >s make code harder to read.
Any new setting I could use to get
for pressing the enter key?
Recently in our workplace, we had several computers that suddenly stopped being able to access several websites, the issue started shortly after pushing a updated Firefox… (ďalšie informácie)
Recently in our workplace, we had several computers that suddenly stopped being able to access several websites, the issue started shortly after pushing a updated Firefox across the floor.
I tracked the issue down to being related to security.tls.version.fallback-limit defaulting to 4, instead of the old 3.
Setting the value to 3 resolves the website accessibility issue.
A.) How can I confirm if this is a recent change or not? Everything I read seems to indicate the default should already be 3, but its very definitively not.
B.) What is the best way to push a pref adjustment change across the floor if the option isn't present in the registry and isn't a GPO option? Is my only option really to make some script that scans every computer's users folder, check every user folder's appdata\mozilla, scan every profile for a pref.js file, and do a string search for a reference line and then do a line addition if a certain string doesn't exist?
I can do this, it just doesn't seem like a good long term fix as I would have to run this script regularly as users come and go....
I am on FF 128.7.0esr (64-bit) under a new profile.
Hi there, Is it possible to change the padding of menu items in both the menu bar menus and context menus with userChrome.css? Please see attached images. Thanks. … (ďalšie informácie)
Hi there,
Is it possible to change the padding of menu items in both the menu bar menus and context menus with userChrome.css?
Please see attached images.
Thanks.
After typing in about:config and clicking on the 3 lines top r.h. corner I'm supposed to get a page that list preferences. (using Wndows 11) That page does not appear. I … (ďalšie informácie)
After typing in about:config and clicking on the 3 lines top r.h. corner I'm supposed to get a page that list preferences. (using Wndows 11) That page does not appear. I wish to change my value for width scrollbar width from zero to 4. I have also accessed videos - with sound -but find i very hard to follow the voice of the presenter because he/she talks far too fast, and in many instances is outdated! I need a page on screen that tells me to type in specific keystroke to get to the page that lists a preference I can change.
I want to change this option : .pdfViewer .page { /* border: var(--page-border); */ border: 0; } to remove the borders between pages in the pdf viewer. I trie… (ďalšie informácie)
I want to change this option :
.pdfViewer .page {
/* border: var(--page-border); */ border: 0;
}
to remove the borders between pages in the pdf viewer. I tried doing this in the userChrome.css file but it didnt work.
Hello, I have an issue where, when I switch tabs with Ctrl+Tab, my mouse cursor accidentally triggers something if it happens to be in the center. This is very annoying.… (ďalšie informácie)
Hello,
I have an issue where, when I switch tabs with Ctrl+Tab, my mouse cursor accidentally triggers something if it happens to be in the center. This is very annoying. I tried Googling how to turn off tab visualization through the config, but it hasn't worked so far.
* browser.ctrlTab.previews
So now, the only option I see is to turn off Recent Tabs, but then the browser becomes unusable. I also tried the same on a new clean user profile and even on new Mozilla-based browsers, but still nothing. It would be ideal to make the cursor inactive while switching tabs, like it is in Arc Browser and probably many others. But I would be happy enough to just turn off tab switching visualization.
I had the same problem as, for example, this: https://support.mozilla.org/en-US/questions/1375244 firefox (on linux) was unable to open a file browser to the local fi… (ďalšie informácie)
I had the same problem as, for example, this:
https://support.mozilla.org/en-US/questions/1375244
firefox (on linux) was unable to open a file browser to the local filesystem on clicking a website-provided button for file uploads, e.g. here https://video-converter.com/
I have seriously messed up with firefox settings over the years in order to safeguard my privacy, against all the attempts by firefox to infringe it. (Admitteddly, not as much as google chrome, safari and, got forbid, m$ edge). One of these fixes was to link the file/database content-prefs.sqlite (found in my firefox profile dir) to /dev/null. It was this that caused a problem with the file browser not showing. WOW!
Once I deleted said file (linking to /dev/null). Firefox started and all was OK wrt the file brower.
That caused me to create a script to be run before and after firefox launch, searching for all these privacy-infringing databases in my profile dir and erasing them.
The steps to this are: 1) edit /usr/share/applications/org.mozilla.firefox.desktop and replace all Exec=firefox entries with Exec=/usr/local/bin/firefox-custom.sh 2) create a new file /usr/local/bin/firefox-custom.sh with this content
CMD="firefox" if [ -x ~/bin/firefox-custom.sh ]; then CMD=~/bin/firefox-custom.sh fi echo "$0 : executing firefox with this command :" echo " ${CMD} $*" ${CMD} $*
3) create a ~/bin/firefox-custom.sh file with this content
function eras { local f="$1" echo "erasing file '$f' ..." rm -f "${f}" }
echo "$0 : on starting, erasing various sensitive firefox databases ..."
while IFS= read -r afil && -n "$afil" ; do eras "${afil}" done <<< "$(find ~/.mozilla/firefox -type f -name 'content-prefs.sqlite')"
echo "$0 : now executing firefox ..." firefox $*
echo "$0 : on exiting, erasing various sensitive firefox databases ..." while IFS= read -r afil && -n "$afil" ; do eras "${afil}" done <<< "$(find ~/.mozilla/firefox -type f -name 'content-prefs.sqlite')"
lanuching firefox now either from a desktop file (e.g. via Plank launcher) or from the command line: gio launch /usr/share/applications/org.mozilla.firefox.desktop runs the above script before and after firefox running.
Disclaimer: the above script erases files in your profile directory, use at your own risk. Perpahs make a backup copy of your profile dir before.
Enable browser:tab detach has not changed yet fails Why now?
I have to manually change the layout.css.devPixelsPerPx setting evertime I switch from my laptop to an external monitor. What can I do to avoid this every single time? … (ďalšie informácie)
I have to manually change the layout.css.devPixelsPerPx setting evertime I switch from my laptop to an external monitor. What can I do to avoid this every single time?
Hello, as per description I noticed that firefox version 138 requires an ArrayBuffer as the argument of WebAssembly.compile() and doesn't allow anymore (like in 137) a S… (ďalšie informácie)
Hello,
as per description I noticed that firefox version 138 requires an ArrayBuffer as the argument of WebAssembly.compile() and doesn't allow anymore (like in 137) a SharedArrayBuffer, is this intended or it will be fixed in the future? Follows a simple test case. Kind reagards.
--- index.html ---
<title>Example</title>
<script>
let instance = undefined;
async function loadWasm() {
try {
const response = await fetch('./sum.wasm');
const buffer = await response.arrayBuffer();
const sharedBuffer = new SharedArrayBuffer(buffer.byteLength);
const tmpView = new Uint8Array(sharedBuffer);
tmpView.set(new Uint8Array(buffer));
const module = await WebAssembly.compile(sharedBuffer);
instance = await WebAssembly.instantiate(module);
} catch (error) {
alert(`failed to compile in wasm: ${error.message}`);
}
}
loadWasm();
function testWasm() {
if (instance)
alert(`sum 1 + 2 = ${instance.exports.add(1, 2)}`);
else
alert('invalid instance, failed to compile');
}
</script>
<button onclick="testWasm()">Press to run wasm function (sum)</button>
--- ---
--- sum.wat --- (to convert into .wasm using: wat2wasm sum.wat -o sum.wasm) (module (func $add (param $lhs i32) (param $rhs i32) (result i32) local.get $lhs local.get $rhs i32.add) (export "add" (func $add)) ) --- ---
Hello, I have old 15 year old mac el capitan -10.11.r with outdated firefox 78.15.0esr 64-bit.... in perfect condition. Unfortunately I can not make updates on browser a… (ďalšie informácie)
Hello,
I have old 15 year old mac el capitan -10.11.r with outdated firefox 78.15.0esr 64-bit.... in perfect condition. Unfortunately I can not make updates on browser anymore. Online banking websites does not allow me to use this outdated browser. Would you be so kind to make even paid update for me? Or at least let me know what settings I should change under about:config
Waiting to hear from you! [edited email from public]
When accessing about:logins, Firefox prompts for system authentication (Primary password or master password). However, if the user cancels the prompt twice, the password … (ďalšie informácie)
When accessing about:logins, Firefox prompts for system authentication (Primary password or master password). However, if the user cancels the prompt twice, the password manager still opens and displays all saved logins without authentication.
This behavior bypasses the intended security check and could pose a risk, especially in shared or public machines
Hi all, I’ve been using Firefox for a while now, but coming from Chrome, I’m finding some aspects of Firefox’s cache management and tab behavior a bit inconvenient, and … (ďalšie informácie)
Hi all,
I’ve been using Firefox for a while now, but coming from Chrome, I’m finding some aspects of Firefox’s cache management and tab behavior a bit inconvenient, and I wanted to share my thoughts.
The issue:
When I restart Firefox (version 133.0.3-1), it loads webpages from the disk cache, which is fine because I’ve set browser.cache.disk.enable to true and browser.cache.check_doc_frequency to 2, it will always make a request to the server on restarting Firefox with the default value of 3. However, the problem arises when I open new tabs — they also load from the disk cache instead of requesting fresh content from the server.
What I’m looking for:
A way to have Firefox:
Load webpages from the disk cache when restarting the browser (which I want, and I have set browser.cache.disk.enable to true for this). But always make fresh requests from the server when opening new tabs, no matter what the cache settings are.
In Chrome, this behavior is more intuitive — it loads from the cache after restart but always fetches from the server for new tabs, which I find to be much more reasonable.
I understand that about:config provides settings like browser.sessionstore.restore_on_demand, but adjusting this option makes Firefox fetch content from the server for all tabs, including those opened after a restart. This doesn’t seem like a perfect solution because it takes away the ability to use the disk cache after restarting the browser.
I would really appreciate it if Firefox could offer more granular control over this behavior, so users could get the benefits of both caching and real-time requests based on the type of tab (restart vs. new tab).
Thanks for your attention, and I hope to see some improvements in future updates!
Steps to reproduce- (1) Enable 'accessibility.blockautorefresh' in 'about:config' (This is said to ask for permission before redirecting) (2) Go here (3) End up here wit… (ďalšie informácie)
Steps to reproduce- (1) Enable 'accessibility.blockautorefresh' in 'about:config' (This is said to ask for permission before redirecting) (2) Go here (3) End up here without permission
Extensions I'm using- Privacy Badger, uBlock origin, clearURLs and Show/hide passwords
Another question, does enabling this setting also stop internal redirection?
I need to block domain in my Firefox. Lets say example.com. Better if via about:config Extentions is not a solution (sorry, I cannot comment this for privacy reasons) … (ďalšie informácie)
I need to block domain in my Firefox. Lets say example.com. Better if via about:config
Extentions is not a solution (sorry, I cannot comment this for privacy reasons)
Which Firefox forks or versions of Firefox support about:config tweaking. List ALL. THANKS
new Date(1743623960000).toLocaleString(['en-ES']) outputs "4/2/2025, 7:59:20 PM" in normal firefox and "2/4/2025, 7:59:20 PM" in Firefox Developer. Test on MacOS and Ubu… (ďalšie informácie)
new Date(1743623960000).toLocaleString(['en-ES'])
outputs "4/2/2025, 7:59:20 PM" in normal firefox and "2/4/2025, 7:59:20 PM" in Firefox Developer. Test on MacOS and Ubuntu.
Hi. There is a new feature of Firefox that bothers me. It is when I drag tabs around the top, they try to group when I don't want them to. So I go to about:config and fin… (ďalšie informácie)
Hi. There is a new feature of Firefox that bothers me. It is when I drag tabs around the top, they try to group when I don't want them to. So I go to about:config and find the "browser.tabs.groups.enabled" key and set it to false. But when I restart Firefox, the change reverts. How do I fix this so the change stays?
I've already tried going to Menu->Help->More troubleshooting information->Profile Folder->Open folder, but there is no "user.js" file there. Do I have to do a Firefox reset to fix this? I hope not...
Note that I'm pretty sure that other settings that I change do not revert when I restart Firefox. Right now, it seems to be just this one about:config setting, unless the new version of Firefox reverts all manually changed about:config settings upon restart.
Thanx in advance for any help.