Help! Tabs gone!
Hello!
All my tabs organized in all containers are now gone! Please help!
Hello!
All my tabs organized in all containers are now gone! Please help!
i want to play my game
please find me solution
At one time, I was able to swipe left on my trackpad and go back to the previous page on firefox. I can't seem to find where to set that preference. I'm running MacOS. … (funda kabanzi)
At one time, I was able to swipe left on my trackpad and go back to the previous page on firefox. I can't seem to find where to set that preference. I'm running MacOS.
As you can see here, despite me setting custom colors and checking every setting i could find, i can't seem to find what will turn this white color to grey or black, does… (funda kabanzi)
As you can see here, despite me setting custom colors and checking every setting i could find, i can't seem to find what will turn this white color to grey or black,
does anyone know how to fix this?
How do I anable javascript on my mac
Mozilla version 128 did nOT HAVE PERMISSION TO INSTALL bold text
When viewing zoom & twitch streams audio gets muted, won't unmute. Tested same in troubleshooting mode
I can hear NO AUDIO on ANY webpage, when in Firefox. I have gone through all the suggestions on this page: [https://support.mozilla.org/en-US/kb/what-to-do-if-firefox-w… (funda kabanzi)
I can hear NO AUDIO on ANY webpage, when in Firefox. I have gone through all the suggestions on this page: [https://support.mozilla.org/en-US/kb/what-to-do-if-firefox-wont-play-any-...] but still have the problem.
I have been using Firefox as my primary browser for a very long time. Now, every time I start Firefox, I get a message that the update failed, and that I should manually… (funda kabanzi)
I have been using Firefox as my primary browser for a very long time. Now, every time I start Firefox, I get a message that the update failed, and that I should manually download the update file and run it. I do so, the update appears to work, and Firefox behaves, until I stop it and restart again. Then I get the same message. I looked online - it appears that others have had this problem, but no clear solution. I am not willing to use Edge, but am beginning to wonder if it is time to leave Firefox. I would appreciate a solution, preferably a reliable one. Thanks, Joe Purvis Email hidden for privacy reasons
WIndows 11 64, AMD processor, 64 GB ram. Connected via ethernet and fiber. NordVPN, and Bitdefender (neither of which has produced any error messages).
#!/bin/bash # Verzeichnis erstellen mkdir FoxyAddOnFirewall cd FoxyAddOnFirewall || exit # package.json erstellen cat <<EOF > package.json { "title": "Foxy A… (funda kabanzi)
#!/bin/bash
# Verzeichnis erstellen
mkdir FoxyAddOnFirewall
cd FoxyAddOnFirewall || exit
# package.json erstellen
cat <<EOF > package.json
{
"title": "Foxy AddOn Firewall",
"name": "foxy-addon-firewall",
"description": "A Firefox addon to control internet access for other addons",
"author": "Your Name",
"version": "1.0.0",
"license": "MIT"
}
EOF
# background.js erstellen
cat <<EOF > background.js
var permissionManager = Components.classes["@mozilla.org/permissionmanager;1"]
.getService(Components.interfaces.nsIPermissionManager);
// Addon-Liste abrufen
function getAllAddons() {
var {AddonManager} = Components.utils.import("resource://gre/modules/AddonManager.jsm", {});
return new Promise(function(resolve, reject) {
AddonManager.getAllAddons(function(addons) {
resolve(addons);
});
});
}
// GUI aktualisieren
function updateUI() {
getAllAddons().then(function(addons) {
var addonList = document.getElementById("addon-list");
addonList.innerHTML = ""; // Zurücksetzen der Liste
addons.forEach(function(addon) {
var listItem = document.createElement("li");
listItem.textContent = addon.name;
var blockButton = document.createElement("button");
blockButton.textContent = "Block";
blockButton.addEventListener("click", function() {
blockInternetAccessForAddon(addon);
});
listItem.appendChild(blockButton);
addonList.appendChild(listItem);
});
});
}
// Internetzugriff für ein bestimmtes Addon blockieren
function blockInternetAccessForAddon(addon) {
var host = addon.getResourceURI("").host;
permissionManager.remove(host, "allAccess");
console.log("Internetzugriff für " + addon.name + " wurde blockiert.");
}
document.addEventListener("DOMContentLoaded", function() {
updateUI(); // GUI beim Laden der Seite aktualisieren
});
EOF
# index.html erstellen
cat <<EOF > index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Foxy AddOn Firewall</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Foxy AddOn Firewall</h1>
<p>Welcome to Foxy AddOn Firewall!</p>
<h2>Installed Addons:</h2>
<ul id="addon-list">
<!-- Addon-Liste wird hier eingefügt -->
</ul>
<script src="background.js"></script>
</body>
</html>
EOF
# style.css erstellen
cat <<EOF > style.css
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
}
h1 {
color: #007bff;
}
h2 {
margin-top: 20px;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin-bottom: 10px;
}
button {
background-color: #007bff;
color: white;
border: none;
padding: 5px 10px;
border-radius: 5px;
cursor: pointer;
}
button:hover {
background-color: #0056b3;
}
EOF
# manifest.json erstellen
cat <<EOF > manifest.json
{
"manifest_version": 2,
"name": "Foxy AddOn Firewall",
"version": "1.0",
"description": "A Firefox addon to control internet access for other addons",
"icons": {
"48": "icon.png"
},
"permissions": [
"management"
],
"browser_action": {
"default_popup": "index.html",
"default_icon": "icon.png"
}
}
EOF
# Icon herunterladen
wget -O icon.png "https://img.icons8.com/ios-filled/50/000000/firewall.png"
# Installationsanweisungen anzeigen
echo "FoxyAddOnFirewall wurde erfolgreich initialisiert!"
echo "Um das Addon in Firefox zu installieren:"
echo "1. Öffnen Sie Firefox und geben Sie 'about:debugging' in die Adressleiste ein."
echo "2. Klicken Sie auf 'Dieses Firefox installieren' unter 'Temporäre Add-ons laden'."
echo "3. Navigieren Sie zum Verzeichnis 'FoxyAddOnFirewall' und wählen Sie die 'manifest.json' Datei aus."
echo "4. Das Addon wird nun installiert und kann verwendet werden."Mac with OS 14.4.1 Firefox 124.0.2 Update message appears daily, but is apparently always the same version.
I have the latest version of Windows 11 installed. When I try to download Firefox 125 I get a popup window stating Firefox 125 cannot be downloaded on a computer with th… (funda kabanzi)
I have the latest version of Windows 11 installed. When I try to download Firefox 125 I get a popup window stating Firefox 125 cannot be downloaded on a computer with the operating system less than Windows 10. Is there a work around to remedy this problem?
Firefox Version: 124.0.2 (64 bit) Windows Version: Windows 10 LTSC 2019 (Version 1809) When I right click the taskbar and press close Firefox, here comes the interface ju… (funda kabanzi)
Firefox Version: 124.0.2 (64 bit) Windows Version: Windows 10 LTSC 2019 (Version 1809)
When I right click the taskbar and press close Firefox, here comes the interface just as the screenshot uploaded. The blue close button doesn't response no matter how I click it and the Firefox's taskbar is flashing yellow. This bug only occurs on the first window of Firefox and only when user right click the taskbar.
It has been a long time for me wishing that some updates would be released soon to fix this issue, while noting happens. Or this bug is only for me?
why my Web 3 extention wallets have been disabled?
When I turn off the windows animations in Windows 10 the font on Twitter.com changes somewhat. I believe it is altering the character spacing/scaling. I have not had this… (funda kabanzi)
When I turn off the windows animations in Windows 10 the font on Twitter.com changes somewhat. I believe it is altering the character spacing/scaling.
I have not had this behavior on other browsers (Brave, Edge, Chrome & OperaGX tested). I have not noticed this on other websites, but I also haven't really looked.
Windows version 22H2 (OS Build 19045.4291) Firefox version 124.0.2
Images provided are with them off, then on
Steps to recreate 1. Load a tweet (tweet in the images: https://twitter.com/FedeItaliano76/status/1779855670432408011) 2. Turn off window animations (settings->display->show animations in windows->Off) 3. Reload the Tweet
This is not a critical issue for me, but I think it's worth mentioning
https://tasmota.github.io/install/ This is an example of what i am tryingto achieve bit no matter on which site i am , i do not get to choose from ports and my devices an… (funda kabanzi)
https://tasmota.github.io/install/ This is an example of what i am tryingto achieve bit no matter on which site i am , i do not get to choose from ports and my devices and always faults out saying similar messages that the browser does not support web serial in one way or the other for any site doing similar task. error message is as shown in the image shared basically complains of browser not supporting web serial.
So I have an Excel workbook in my onedrive from MS, It was working fine on my firefox browser in my Ubuntu OS, last week it started to delete my cell's information whenev… (funda kabanzi)
So I have an Excel workbook in my onedrive from MS, It was working fine on my firefox browser in my Ubuntu OS, last week it started to delete my cell's information whenever I pressed the enter, tab or arrow keys, I contacted the MS support and they get me to opened the same file on a chrome browser and worked fine... I still want to use my firefox browser but this problem is very annoying, please help me sort it out!!!
I heard that the newest version of Firefox (which I have not upgraded to yet) has a feature that makes it easier to accidentally visit a website whose URL is on the clipb… (funda kabanzi)
I heard that the newest version of Firefox (which I have not upgraded to yet) has a feature that makes it easier to accidentally visit a website whose URL is on the clipboard. I googled to find out how to disable it, and the Featured Snippet said "go to about:config and change clipboard.autocopy to false." Sounded simple, so I did it, but subsequently found out that the article it quotes from is 10 years of age!
My first question, then, is: what does changing "clipboard.autocopy" to false do if it doesn't turn off the brand-new feature?
The second question is, how do I disable the new URL Paste Suggestion feature? Will setting "clipboard.autocopy" disable it? In particular, I want to make sure that the browser does not pre-load or pre-fetch the clipboard URL, and in fact, I wish to pop up a dialog box any time I do "paste and go." People often copy URLs from e-mails to research them before visiting them directly; jumping directly will increase the likelihood of visiting an imposter site.
I'm running a UI deployment with a web-app and Firefox on an Ubuntu system. I'm running Firefox with the flag "--kiosk" to place it into kiosk mode (booted from the comma… (funda kabanzi)
I'm running a UI deployment with a web-app and Firefox on an Ubuntu system.
I'm running Firefox with the flag "--kiosk" to place it into kiosk mode (booted from the command line upon system boot). This works fine, and boots up Firefox to the page I want (my web-app) in kiosk mode (full-screen, etc.)
However, I get very annoying popups that are not acceptable for deployments in front of customers. I have tried, but CANNOT suppress all of them, or, when I thought I did, they came back a month later.
Popups:
1. "Keep pesky trackers off your tail. Open my links with Firefox" 2. "Welcome back" 3. Others like this...
These are Firefox browser popups, not related to popups that other websites can put up, and block the entire screen with an overlay until they are dismissed. My deployments are only going to a single web-page that I control (which has no popups) and there is no keyboard on the deployed system, so people cannot navigate elsewhere.
Things I've tried:
1. Firefox is installed via snap, which provides "snapshotting" configuration for the Firefox snap. I loaded Firefox, cleared the annoying dialogs, and then took a snapshot (theorying that I set Firefox configuration when doing this, and I capture that in the snapshot) and re-installed it onto a new system. Still go popups 2. Looked into user.js preferences. I can install this file onto the system, so I looked through https://searchfox.org/mozilla-release/source/remote/shared/RecommendedPreferences.sys.mjs and this is how I initially got all the popups to disable themselves. I looked through that list and tested most of the recommended settings until the popups disappeared. However, after a month or so, I'm beginning to see the popups again.
Any suggestions from Mozilla or others that run into this issue?