Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(patch): Spoiler Protection/Hide videos based on list of words or phrases #1393

Closed
3 tasks done
timmyp53 opened this issue Jan 29, 2023 · 6 comments
Closed
3 tasks done
Labels
Feature request Requesting a new feature that's not implemented yet

Comments

@timmyp53
Copy link

Application

Revanced

Issue

Hiding or blocking spoilers for topics from being visible.

Patch

Is it possible to develop spoiler protection based on personal word and phrase list?

Motivation

Spoiling of trending tv shows, films, games, and various other topics is hard to avoid on YouTube mobile apps. It would be nice to hide images, videos, and text based on a personal list.

Acknowledgements

  • I have searched the existing issues and this is a new and no duplicate or related to another open issue.
  • I have written a short but informative title.
  • I filled out all of the requested information in this issue properly.
@timmyp53 timmyp53 added the Feature request Requesting a new feature that's not implemented yet label Jan 29, 2023
@indrastorms
Copy link

indrastorms commented Jan 31, 2023

already has
Screenshot_20230131-090033_YouTube

@oSumAtrIX
Copy link
Member

This won't work, the custom filter filters for component names.

@timmyp53
Copy link
Author

timmyp53 commented Jan 31, 2023

This won't work, the custom filter filters for component names

Thank you for replying. I was just going to say I tried this already and asked about it in the discord.

@oSumAtrIX oSumAtrIX transferred this issue from ReVanced/revanced-patches-template Dec 14, 2023
@oSumAtrIX oSumAtrIX transferred this issue from another repository Dec 14, 2023
@HeroGalak
Copy link

HeroGalak commented Feb 5, 2024

Can #2682 be used to implement this feature?

@oSumAtrIX
Copy link
Member

Since its released, you could try and see

@LisoUseInAIKyrios
Copy link
Contributor

Yes it should work.

The only caveat is the case sensitivity, so you may have to put the same topic multiple times with different casing. ie:
^home_video_with_content.eml$Star Wars
^home_video_with_content.eml$star wars
^home_video_with_content.eml$STAR WARS

Can also hide shorts using:
^shorts_video_cell$Star Wars

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Requesting a new feature that's not implemented yet
Projects
None yet
Development

No branches or pull requests

5 participants