Showing questions for topic:
Kukhonjiswa imibuzo ethegiwe:

Video DownloadHelper icon on the Firefox toolbar

Hello I have Firefox 144.0 (64-bit) installed. I added Video DownloadHelper to Firefox, but its icon doesn't appear in the Firefox toolbar. I've tried using Toolbar Custo… (funda kabanzi)

Hello I have Firefox 144.0 (64-bit) installed. I added Video DownloadHelper to Firefox, but its icon doesn't appear in the Firefox toolbar. I've tried using Toolbar Customization, but the Video DownloadHelper icon doesn't appear there either, so I can't drag it to the toolbar. Can you help me put the Video DownloadHelper icon on the Firefox toolbar? Thank you

Okugcinwe kunqolobane 13 544

How can I manage my extensions using button in toolbar if it doesn't give me that option?

I have a few extensions in Firefox but if I click on the extensions button in the toolbar it now takes me to a Personalize Firefox page where, if I click on Extensions, i… (funda kabanzi)

I have a few extensions in Firefox but if I click on the extensions button in the toolbar it now takes me to a Personalize Firefox page where, if I click on Extensions, it only gives me the option of turning them off or on and not to activate or access them. For instance, one extension is Volume Booster which cannot be adjusted on this page. How can I get back to being able to actually using these add-ons?

Kusonjululiwe 10 27

Snooze tabs not working after update, suggestions please?

Hi all, After the last update the former Mozilla Test Pilot "Snooze Tabs" isn't working for me any more, I tell a tab to snooze and it just stays where it is. https://add… (funda kabanzi)

Hi all,

After the last update the former Mozilla Test Pilot "Snooze Tabs" isn't working for me any more, I tell a tab to snooze and it just stays where it is. https://addons.mozilla.org/en-GB/firefox/addon/snoozetabs/

I've tried running with addons disabled and then running with addons active again and the behaviour is the same. It's the same behaviour whether I run from the toolbar or the context menu.

I'm presuming this problem is related to Firefox update mechanics. Any suggestions for how to get this working again please?

Cheers :)

Open 8 54

Addons won't update

Tried four times in a row. Had the problem In 142.01. Updated to 143.01. No help. First image is after the update attempt. I intentionally chose not to update 3 of th… (funda kabanzi)

Tried four times in a row. Had the problem In 142.01. Updated to 143.01. No help.

First image is after the update attempt. I intentionally chose not to update 3 of them

Second image after relaunch.

Okugcinwe kunqolobane 8 184

Firefox Multi-Account Containers Issue

I recently wiped & reloaded my computer. Multi-Account containers re-installed successfully & I see all my containers. The issue is with sign-in to Reddit.com w… (funda kabanzi)

I recently wiped & reloaded my computer. Multi-Account containers re-installed successfully & I see all my containers. The issue is with sign-in to Reddit.com website. If I try to login using a container, I get invalid username or password error. If I login without using a container, it's fine. I am copy/pasting my account info. I tried different containers; same issue. Tried creating a new container; same issue. Try again without using a container; login to Reddit is successful.

Okugcinwe kunqolobane 7 247

Extensions pinned to Toolbar does not work?

Hey! Anyone has any ideas why the extensions does not work properly anymore? Or is in similar situation? My browser has been updated, as well mentioned extensions (its on… (funda kabanzi)

Hey!

Anyone has any ideas why the extensions does not work properly anymore? Or is in similar situation?

My browser has been updated, as well mentioned extensions (its only 4 of them really). They worked fine for years and now suddenly - when I click on them - there is no response! I refreshed and re-installed the browser as well. Restarting does not help either.

Okugcinwe kunqolobane 6 149

Feedback, not question. I'm disabling Enhancer for YouTube. Here's why.

The add-on, Enhancer for YouTube, appears to be the cause of a very annoying bit of behavior. My YouTube tabs seem to be all numbered. I hate this. Why make a bookmark, I… (funda kabanzi)

The add-on, Enhancer for YouTube, appears to be the cause of a very annoying bit of behavior. My YouTube tabs seem to be all numbered. I hate this. Why make a bookmark, I have to manually remove this number before I can auto sort my bookmarks directory alphabetically.

Worse, there is no part of the description that identifies this bad behavior as being involved with Enhancer for YouTube. I had to go to AI for help figuring out how to get rid of this exceedingly annoying behavior that showed up whenever I used tabs with YouTube videos. I can't imagine anything that this add-on could be adding to my experience that is more convenient than this particular behavior is annoying.

Changes to the appearance of tabs should not be performed invisibly and without settings that I can disable. Because of this, I can only get rid of his horrible behavior by disabling the entire add in. Mozilla put a stamp of approval on this particular add-in. So the dirt is on your face, too.

Open 5 257

Add-ons/Extensions

I am a member of Nielsen Computer App. Why did Firefox quit allowing me to use/add this extension?? I guess if this is going to be a problem I will uninstall Firefox AGAI… (funda kabanzi)

I am a member of Nielsen Computer App. Why did Firefox quit allowing me to use/add this extension?? I guess if this is going to be a problem I will uninstall Firefox AGAIN and go with Chrome. I really like Firefox, but this is so upsetting that I cannot add the Nielsen Extension like before.

Kusonjululiwe Okugcinwe kunqolobane 5 213

HOW TO ADD EXT TO THE RIBBON UP TOP

Anyone use LastPass? Do YOU have any hair left? How do I put that extension up at the top. Where my red arrow points? ALSO...... Im entering the email and password i swe… (funda kabanzi)

Anyone use LastPass? Do YOU have any hair left? How do I put that extension up at the top. Where my red arrow points? ALSO......

Im entering the email and password i swear dozens of times every day...it never works right, ALWAYS need one or both lines filled in.  I DONT CARE IF IT DOESNT WANT ME TO SAVE THE PASSWORD. GOD KNOWS its NOT retaining it!  OK, im 75 years old. HAVE I LOST MY MARBLES?
Kusonjululiwe Okugcinwe kunqolobane 4 36

All storage-sync/add-on settings dissappears

I'm using add-on (MarkA link) to annotate links. It works pretty fine, except that "from time to time" all marks dissappeares (without any clear message or anything). The… (funda kabanzi)

I'm using add-on (MarkA link) to annotate links. It works pretty fine, except that "from time to time" all marks dissappeares (without any clear message or anything). The data is kept in `storage-sync-v2.sqlite` database in a form of chunks (each chunk has length of 1084 bytes) as single "big" JSON. Application data is a JSON as well (here an object where link is a key with additional data for the link). All characters in "internal" JSON, which are not allowed as "external" (the one with "na" objects) are escaped with '\'. I observed, that storage_sync_data::data might be incorrectly split, what causes the escape character escapes "external" JSON (I mean it joins two `na` chunks , which after that cannot be parsed (and whole data is removed), e.g.: ``` {\"grp\":\"bibl\",\"type\":\"Mark\","na_9":"",\"mark\":\"\"}, ``` where "external" JSON is broken on `Mark` (as " from "internal" document is split into two entries, and closing " is escaped with a '\' from a `Mark` tag.

Things goes even worse, if the properties allow to contain some "special" characters escaped with '\' (e.g. new line, quotation mark, backslash, etc).

Okugcinwe kunqolobane 4 174

Why do I find that Mozilla has blocked Firefox 149.0 from using the Mozilla VPN add-on?

When I went to https://www.mozilla.org/en-US/products/vpn/ and decided to purchase a Mozilla VPN prepaid annual subscription part of the reason was this "feature" "Easy F… (funda kabanzi)

When I went to https://www.mozilla.org/en-US/products/vpn/ and decided to purchase a Mozilla VPN prepaid annual subscription part of the reason was this "feature"

"Easy Firefox integration with the Mozilla VPN extension (Windows only)"

There is nothing easy when clicking on the download for the Mozilla VPN extension yields a message that the add-on or extension has been blocked. The explanatory link provided is https://support.mozilla.org/en-US/kb/add-ons-cause-issues-are-on-blocklist. That lets you know that:

"When add-ons violate Mozilla’s policies, compromise user safety or privacy, or fail to meet user expectations, Mozilla takes action. This may include disabling add-ons in Firefox to maintain a secure and reliable user experience. "

So, when will Mozilla stop violating Mozilla's policies so that the Mozilla VPN add-on is fit for use on Firefox v 149.0 [without free VPN] running on WIN10 64?

Kusonjululiwe 4 118

Firefox Addon or Extension for Page Up / Page Down/ Home / End for Mac

Just switched from PC to Mac and miss the Page Up, Page Down, Home and End buttons. Wondering if there's a Firefox addon or extension to add these functions to a Macbook.… (funda kabanzi)

Just switched from PC to Mac and miss the Page Up, Page Down, Home and End buttons. Wondering if there's a Firefox addon or extension to add these functions to a Macbook. I've searched but not found anything. I know I can't be alone in wishing for this!

(I am aware of using "Fn" and the arrow keys on a Mac to do page up and page down, but they are opposite sides of the keyboard and require both hands to scroll by page.)

Okugcinwe kunqolobane 4 55

Way to get all desired (or all) Extension buttons showing? maybe a double Address Bar line?

I'm running full screen on a 24" display at 1920 wide but for my old eyes have scaling set at 150%. I've tweaked my Customize Toolbar to just the way I want it, with no e… (funda kabanzi)

I'm running full screen on a 24" display at 1920 wide but for my old eyes have scaling set at 150%. I've tweaked my Customize Toolbar to just the way I want it, with no extra spaces, But most of my Extension buttons are hidden under the jigsaw or down in the extensions menu. I don't want most of them out of sight but right on the toolbar(s).

Is there an about:config to force them to be visible? Maybe make the Address Bar double-deep? Maybe just add another empty toolbar to be populated with extension buttons? Or is there an Extension to do something about this?

Open 4 54

Policies.json – disable updates for a single add-on.

Hello everyone, Listen, I don't understand. I just asked the question, it was published, but once I closed my account, it disappeared. 1 - I would like to disable update… (funda kabanzi)

Hello everyone,

Listen, I don't understand. I just asked the question, it was published, but once I closed my account, it disappeared.


1 - I would like to disable updates for a specific add-on. Do you know how to do this ? I couldn't find anything in the GitHub help files for commands in Policies.json.


2 - I have another question, in case any of you happen to know the answer. I want to put “my lists” in two columns in µBlock Origin. CSS isn't working for me anymore.

CSS on Reddit

Thank you.

Okugcinwe kunqolobane 4 118

Honey add on---STOP IT

need to stop 'HONEY' app.!!!...no changes result to do so when ASKED MULTIPLE TIMES-followed suggestions you provided...will need to stop using of FIREFOX ( used for Year… (funda kabanzi)

need to stop 'HONEY' app.!!!...no changes result to do so when ASKED MULTIPLE TIMES-followed suggestions you provided...will need to stop using of FIREFOX ( used for Years+++) if not successful...

Okugcinwe kunqolobane 4 110

All older add-ons can't install because they are corrupt?

I'm using Firefox v126. I'm searching through the add-ons trying to find a few that I like and most don't work with my older version of Firefox. So I click into the versi… (funda kabanzi)

I'm using Firefox v126. I'm searching through the add-ons trying to find a few that I like and most don't work with my older version of Firefox. So I click into the version history of the add-on and find an older version of the add-on that will work with the version of Firefox I am running. Except... I click it and I get:

"The add-on downloaded from this site could not be installed because it appears to be corrupt."

say what? ok maybe a fluke, so I click on through, older version, older version, still old version. All give me the same error. Okay, maybe its just the add-on, no, its literally any older version of any add-on.

No way all those versions of add-ons are "corrupt." I can download the .xpi, rename to .zip and view the contents. Anyone run into this particular problem before and if so, how did you fix it? I'm keen to keep v126 of Firefox and would like to use the add-ons that I like to work with it.

Kusonjululiwe 3 55

I am about to stop using Firefox for the Translate extension.

Hello, I have been using Firefox for more than 20 years, but I am now considering stopping. The reason is the new Firefox Translate extension. It constantly shows pop-ups… (funda kabanzi)

Hello, I have been using Firefox for more than 20 years, but I am now considering stopping. The reason is the new Firefox Translate extension. It constantly shows pop-ups, and there is no option to disable it. This is extremely annoying. If an option to disable this feature is not added, I will say goodbye to Firefox, because this extension works very poorly. It should only appear when needed—showing up all the time makes no sense.

Okugcinwe kunqolobane 3 111