zaXsa
zaXsa
You can do this using advanced blocking using ``` (video, objectType) => { // Add custom conditions below if ( video.hasOwnProperty("badges") && video.badges.includes("members") ) { return true; } // Custom...
@FatheredPuma81 First of all, I am not that well-versed in extensions or JavaScript, but from what I can find, it seems to be more complicated. I think it consists of...
> [@zaXsa](https://github.com/zaXsa) so i see your fork of blocktube that fixes this issue which would be this if im not mistaken: https://github.com/zaXsa/blocktube > > how can i install this fork...
@Therapist1911 This only fixes the hiding of the videos, not the context menu. Also, I don't use Firefox, so I am not sure how it works for this. However, the...
@amitbl I think this can easily be solved by adding an extra badge to the badges filters in > ObjectFilter.prototype.matchFilterData` = function (filters, obj, objectType) ` else if (br.metadataBadgeRenderer.style ===...
@TangentFoxy This wasn't possible previously because the badge data for members did not exist. It was added in version 0.4.6, so it is possible now.
To my knowledge there is currently no way of doing this. Previously asked in #506