dr460nf1r3/firedragon-browser

How to remove the pocket item from the right click menu?

Closed this issue · 5 comments

This page gives a solution for Firefox, but does not work for Firedragon as there is no such a 'pocket' icon exist. Is there a way to disable it?

Pocket is disabled by default in firedragon.cfg, this doesn't seem to affect rightlick menus. I don't know how to remove it from there though :/

this hides (if not already removed) the icon from the toolbar and all context menus

user_pref("extensions.pocket.enabled", false); // Pocket Account [FF46+]

This is in fact already present in firedragon.cfg, it just doesn't hide context menus :)

It turned out a Librewolf patch was blocking this. It has been removed and now things work as expected (no more right click entry)