blocktube icon indicating copy to clipboard operation
blocktube copied to clipboard

Advanced blocking doesn't block videos on channel pages

Open Falazi opened this issue 2 years ago • 2 comments

I don't know if I'm missing something, but I haven't been able to block videos on channel pages using advanced blocking. It works on all the other pages.

Falazi avatar Sep 16 '23 10:09 Falazi

someone said: the backend code for advansed blocking in not able to get information on "video publicher" leding to it craching on channel page

ewonais avatar Oct 15 '23 08:10 ewonais

does your filter do something with "objectType" ?

someone said: the backend code for advansed blocking in not able to get information on "video publicher" leding to it craching on channel page

channelId=((typeof channelId != "undefined") ? channelId : "unknown"); channelName=((typeof channelName != "undefined") ? channelName : "unknown");

you do it like that

Vitamin-X avatar Nov 10 '23 01:11 Vitamin-X