feat(YouTube): Replace with a fingerprint that supports a wider range of versions (..20.10)

This commit is contained in:
inotia00
2025-03-14 18:33:31 +09:00
parent 6b1e45f234
commit 1b3ebe1a58
12 changed files with 121 additions and 41 deletions

View File

@ -478,6 +478,10 @@ public class GeneralPatch {
return Settings.HIDE_SEARCH_TERM_THUMBNAIL.get();
}
public static boolean hideSearchTermThumbnail(boolean original) {
return !hideSearchTermThumbnail() && original;
}
private static final boolean hideImageSearchButton = Settings.HIDE_IMAGE_SEARCH_BUTTON.get();
private static final boolean hideVoiceSearchButton = Settings.HIDE_VOICE_SEARCH_BUTTON.get();