Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen

Weird fonts Wing Dings??

I keep hitting sites where menus and selection boxes turn into unreadable Wing Dings? On W11 and cleared and rest the font cache in Windows and still repeatedly seeing th… (Lesen Sie mehr)

I keep hitting sites where menus and selection boxes turn into unreadable Wing Dings? On W11 and cleared and rest the font cache in Windows and still repeatedly seeing the issue?

Gefragt von Doug Sooley vor 1 Tag

Letzte Antwort von Doug Sooley vor 5 Stunden

Bookmarks not saving in specific folders or B.Menu.

I installed Firefox on a new Dell laptop and imported the bookmarks from FF on old laptp. On my old laptop things are OK. On the new laptop Firefox will ONLY store new bo… (Lesen Sie mehr)

I installed Firefox on a new Dell laptop and imported the bookmarks from FF on old laptp. On my old laptop things are OK. On the new laptop Firefox will ONLY store new bookmarks in the Recently Book... folder, no matter how many times I choose a specific folder from the Location dropdown, even if I only choose Bookmarks Menu without subfolder. Show Editor is checked. I have to manually move new bookmarks from Recently Book..... This is annoying. Can you help? I have not found a forum with this question.

Gefragt von Inge Jordan vor 6 Tagen

Letzte Antwort von Inge Jordan vor 5 Tagen

Memory Leak help

Need help figuring out why Firefox has a memory leak after an extended use of Firefox browsing. Don't know if its the result of an extension having this issue, or if its … (Lesen Sie mehr)

Need help figuring out why Firefox has a memory leak after an extended use of Firefox browsing. Don't know if its the result of an extension having this issue, or if its a Firefox bug. I have also provided my troubleshooting information, and a link to my memory usage is listed below for download: https://1drv.ms/u/s!ArspaZQCMwZ-iLU_CckOfLkl9DlETQ?e=MuIqsO Thanks in advance!

Gefragt von PrimisRulz vor 2 Tagen

Letzte Antwort von PrimisRulz vor 7 Stunden

Login problem

I deleted the old user names and passwords associated with my bank account. Now I can no longer login to my bank acct using Firefox. Only with another browser. I tried t… (Lesen Sie mehr)

I deleted the old user names and passwords associated with my bank account. Now I can no longer login to my bank acct using Firefox. Only with another browser.

I tried to uninstall then reinstall Firefox but the problem continues. What to do now to login to my bank account?

Gefragt von chcats vor 1 Tag

Letzte Antwort von chcats vor 1 Tag

Addon cannot be installed because it seems to be corrupt

I've made an extention which works fine when I test it using the temp mode on firefox. When I attempt to install from file however I'm told it could not be installed as i… (Lesen Sie mehr)

I've made an extention which works fine when I test it using the temp mode on firefox. When I attempt to install from file however I'm told it could not be installed as it appears to be corrupt. Below are the package.json and the manifest.json:

package.json

{

 "name": "ext",
 "version": "1.0.0",
 "description": "",
 "main": "contentScript.js",
 "scripts": {
   "test": "echo \"Error: no test specified\" && exit 1"
 },
 "keywords": [],
 "author": "",
 "license": "ISC"

}


manifest.json

{

 "manifest_version": 2,
 "name": "SKUORG",
 "version": "1.0",
 "description": "Organises SKUs on WooPage",
 "permissions": [
   "activeTab",
   "webNavigation",
   "<all_urls>"
 ],
 "content_scripts": [
   {
     "matches": ["<all_urls>"],
     "js": ["contentScript.js"]
   }
 ]

}


I have tried on two devices / installs of firefox and have followed the steps I could find on this page : https://support.mozilla.org/en-US/kb/unable-install-add-ons-extensions-or-themes#w_corrupt-extension-files

If you have any suggestions please let me know.

Gefragt von harjoat vor 4 Tagen

Letzte Antwort von harjoat vor 4 Tagen