You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
They have the option to remove clickbait-like distraction from videos.
Examples include:
ALL CAPS VIDEO TITLES
TiTles WiTH WEiRD CApItaLIsATIOn
Titles with lots of Symbols!!!!!!!!!!!!!!!!!!!!!!!!#!"????
These would be replaced with standard capitalization. eg.
THIS TITLE OMGS?!?!?!?!?! becomes
This title omgs
and perhaps most importantly, custom video thumbnails that the channel owner has used. Instead opting to pull a real still frame thumbnail from the start, middle or end of the video.
Why do you want this feature?
I think it's obvious, but the reason we should have this feature is that it returns a lot of the honesty back to Youtube. When clickbait is removed from Youtube, the user has a more genuine browsing experience and isn't conned into clicking on videos due to false, misleading or manipulative methods.
Why ist the feature relevant to this fork?
It's relevant because we already have sponsorblock, dislike return and adblock. Removing clickbait further distills Youtube into a more pure and useful experience that allows people to discover content more naturally.
Additional information
The feature could be added in the "Extras" section where we have the new dislike function. Something like:
Remove Clickbait Titles [Toggle]
Removes heavily stylized titles such as those with all caps, excessive symbols etc.
Remove Clickbait Thumbnail [Toggle]
Replaces the custom thumbnail with a still thumbnail from the middle of the video.
The text was updated successfully, but these errors were encountered:
Basically it assumes a Youtube thumbnail image is an image with URL matching this: ^https://i.ytimg.com/(vi|vi_webp)/(.*)/(default|hqdefault|mqdefault|sddefault|hq720).jpg(.*)
It then subtitudes that image with this: https://i.ytimg.com/\\1/\\2/${preferredThumbnailFile}.jpg\\4
with preferredThumbnailFile is hq1, hq2 or hq3 for a thumbnail corresponding to the start, the middle or the end of the video.
@Atemu I mean the new thumbnails are already available from YouTube, just need to change the link a bit. I'm sure we don't need to touch any JavaScript.
Checklist
Feature description
Just like SmartTubeNext and Clickbait Remover for Youtube
They have the option to remove clickbait-like distraction from videos.
Examples include:
These would be replaced with standard capitalization. eg.
THIS TITLE OMGS?!?!?!?!?!
becomes
This title omgs
and perhaps most importantly, custom video thumbnails that the channel owner has used. Instead opting to pull a real still frame thumbnail from the start, middle or end of the video.
Why do you want this feature?
I think it's obvious, but the reason we should have this feature is that it returns a lot of the honesty back to Youtube. When clickbait is removed from Youtube, the user has a more genuine browsing experience and isn't conned into clicking on videos due to false, misleading or manipulative methods.
Why ist the feature relevant to this fork?
It's relevant because we already have sponsorblock, dislike return and adblock. Removing clickbait further distills Youtube into a more pure and useful experience that allows people to discover content more naturally.
Additional information
The feature could be added in the "Extras" section where we have the new dislike function. Something like:
Remove Clickbait Titles [Toggle]
Removes heavily stylized titles such as those with all caps, excessive symbols etc.
Remove Clickbait Thumbnail [Toggle]
Replaces the custom thumbnail with a still thumbnail from the middle of the video.
The text was updated successfully, but these errors were encountered: