rremove "save to pocket " from context menu firefox nighlty

Discussion about official Mozilla Firefox builds
Post Reply
ale82to
Posts: 46
Joined: February 14th, 2014, 6:26 am

rremove "save to pocket " from context menu firefox nighlty

Post by ale82to »

lately i reLLY ENJOING FIREFOX BUT I cannot stand it when it forces new feature like pocket integration (firefox 41 nightly),so can someone tell me how to remove using stylish "save to pocket" from context menu?
it should be something like this:
#context-viewimageinfo {
display: none !important;
}
but i need correct synthax
thanks!!
max2
Posts: 278
Joined: September 17th, 2011, 5:37 pm

Re: rremove "save to pocket " from context menu firefox nigh

Post by max2 »

I am sorta trying to do the same thing. I want to get rid of or hide this.

> http://i.imgur.com/RxEsLn2.jpg
Last edited by LIMPET235 on May 14th, 2015, 9:30 am, edited 1 time in total.
Reason: Image tags removed to restore the forum layout.
User avatar
JayhawksRock
Posts: 10433
Joined: October 24th, 2010, 8:51 am

Re: rremove "save to pocket " from context menu firefox nigh

Post by JayhawksRock »

ale82to wrote:save to pocket" from context menu?

Remove pocket completly by changing pref browser.pocket.enabled to false
"The trouble with quotes on the internet is you never know if they are genuine" ...Abraham Lincoln
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: rremove "save to pocket " from context menu firefox nigh

Post by Aris »

@ale82ro
To only remove the context entry:

Code: Select all

#context-pocket{
  display: none !important;
}


@max2
Set browser.readinglist.enabled and browser.pocket.enabled to false.
User avatar
James
Moderator
Posts: 28006
Joined: June 18th, 2003, 3:07 pm
Location: Made in Canada

Re: rremove "save to pocket " from context menu firefox nigh

Post by James »

--->Moved thread to Firefox Builds since you are Testing the unstable Nightly development channel builds and not a Release.
Grue
Posts: 75
Joined: September 26th, 2010, 2:16 am

Re: rremove "save to pocket " from context menu firefox nigh

Post by Grue »

I disabled pocket through about:config and reading list is set to false by default, but I still get the stupid book thing in the URL bar. Is there a way to get rid of it? I have a bookmark star in there already, and have no need for the reading list feature.
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: rremove "save to pocket " from context menu firefox nigh

Post by Aris »

reader.parse-on-load.enabled -> false
Post Reply