Block / hide FaceBook Watch.

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
Nemzag
Posts: 24
Joined: Sat Oct 17, 2015 6:39 pm

Block / hide FaceBook Watch.

Post by Nemzag »

Hi,
some time ago I made a filter rule (2019‑11‑17 ‒ 10H20 (UTC+1) to be able to hide Watch icon in profile page :
By Id :

Code: Select all

facebook.com###watch_feed

Code: Select all

facebook.com###navItem_2392950137
By Class :

Code: Select all

facebook.com##._wyj
By Attribute : {In French.}

Code: Select all

facebook.com##div[title="Vidéos enregistrées"]

Code: Select all

facebook.com##div[title="Vidéos récentes"]

Code: Select all

facebook.com##div["story_attachment_style":"video_inline"]
By U.R.L. :

Code: Select all

facebook.com/watch/*
{to not access the page at all (with U.R.L.).}

I closed since april 2020 and re‑open‑ed one month ago, to keep contact with families & friends in messenger.
Today I'm not able to this any‑more since they re‑moved :

Code: Select all

id="watch"
so I tried using a rule with aria-label=watch, who is inside <li> then <span> then <div> then<a> with aria-label :

Code: Select all

facebook.com#?#li:-abp-has(> span > div > a:-abp-contains(Watch))

Code: Select all

facebook.com##li##span##div##a[href^="/watch/"]

Code: Select all

facebook.com##li > span> div > a[aria-label]
but that doesn't function.
And U.R.L. rule, page and content appear to ?

I tried to read filter help, but I was unable to find how to target li with many sub element with selector.
Can you help me in this case someone please ?

Thank you. A good continuation.
Nemzag
Posts: 24
Joined: Sat Oct 17, 2015 6:39 pm

Re: Block / hide FaceBook Watch.

Post by Nemzag »

No ône can help ?
Nemzag
Posts: 24
Joined: Sat Oct 17, 2015 6:39 pm

Re: Block / hide FaceBook Watch.

Post by Nemzag »

Nemzag wrote:No ône can help ?
I need help on this ? Can someone show me ?

Thank you.
Nemzag
Posts: 24
Joined: Sat Oct 17, 2015 6:39 pm

Re: Block / hide FaceBook Watch.

Post by Nemzag »

@Mapx you are not present anyploy here ?
Post Reply