Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
fengwang opened this issue Nov 12, 2021 · 5 comments
Closed

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

fengwang opened this issue Nov 12, 2021 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@fengwang
Copy link

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?

@dr460nf1r3
Copy link
Owner

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 :/

@dr460nf1r3 dr460nf1r3 added the help wanted Extra attention is needed label Nov 14, 2021
@Thorin-Oakenpants
Copy link

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

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

@dr460nf1r3
Copy link
Owner

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

@Thorin-Oakenpants
Copy link

It works in Firefox, I use it (windows). If it's not working in yours, then it's either an OS dependent bug, or you ripped out/stopped the code that uses it

see https://searchfox.org/mozilla-central/search?q=extensions.pocket.enabled&path=&case=false&regexp=false

e.g. hasPocket

@dr460nf1r3
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants