Releases: Vulpelo/hide-youtube-shorts
Releases · Vulpelo/hide-youtube-shorts
v1.8.3
Fix:
- on mobile, hiding sections with shorts on the home page (#48)
v1.8.2
Changed:
- 'More' section in plugin's menu now has a scrollbar (new options from issue #43 caused plugin's menu to get cut at the bottom and just too long when unfolded. Reported by mrx23dot)
v1.8.0
New (experimental):
- Hiding live videos (experimental; off by default) (issue #43 by mrx23dot)
- Hiding 'upcoming' videos (experimental; off by default)
v1.7.5
Fix:
- blank space after hiding shorts on home page and subscription page in grid mode
v1.7.4
Fix:
- shorts where not getting hidden after opening video in a new tab and staying inactive for few seconds
v1.7.3
Changes:
- moved "Timeout before rechecking videos" from experimental to performance section
Update:
- performance updates (removed repeated querySelectors; in MutationObserver callbacks using mutationList argument instead calling querySelectorAll)
v1.7.2
Fix:
-
Shorts on channel's home page didnt get hidden when "hide videos shorter than" option wasn't turned on
-
Some code cleanage (replaced 'var's with 'let' or 'const', using 'const' variable for string that was repeated in multiple places)
v1.7.1
Update:
- Hiding short videos also on channel's subpage 'videos' #36
v1.7.0
New (experimental)
- Hiding videos that are shorter than specified time (off by default) #36