amitbl / blocktube

YouTube™ content blocker
GNU General Public License v3.0
856 stars 59 forks source link

Advanced blocking doesn't block videos on channel pages #333

Open Falazi opened 9 months ago

Falazi commented 9 months ago

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.

ewonais commented 8 months ago

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

Vitamin-X commented 8 months ago

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