Auto-hide "Members only" and "Members first" videos from untrusted channels on YouTube with a toggle to re-show/hide them. Optionally leave layout gap with config flag (handles sidebar safely too). Includes fallback logic for non-existent parent elements. Updated to handle change in YouTube sidebar. Added loop prevention with stable parent check and hiding attempts counter.
< Feedback on Hide Members Only Filter and whitelist for youtube
Members First? I haven't really ever seen that kind of video. If you have a channel that has those I can try taking a look
I'm running into the same problem with "Members First" videos not being targeted;
https://www.youtube.com/@NetNarrator/videos
It wasn't hard to add the checks in `function hasMembersOnlyBadge(vid)`, I just copied the already existing "Members only" checks and replaced it with "Members first".
But yeah, they are also annoying every now and then.
Thanks, updated it to add that in.
Is there a way that this can include and remove Members First as well?