Skip to content

Releases: Vulpelo/hide-youtube-shorts

v1.8.2

15 Aug 16:28
f5d8595
Compare
Choose a tag to compare

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

13 Aug 12:50
0311694
Compare
Choose a tag to compare

New (experimental):

  • Hiding live videos (experimental; off by default) (issue #43 by mrx23dot)
  • Hiding 'upcoming' videos (experimental; off by default)

v1.7.5

12 Aug 14:46
b93296b
Compare
Choose a tag to compare

Fix:

  • blank space after hiding shorts on home page and subscription page in grid mode

v1.7.4

25 Jan 23:46
c2ecaa2
Compare
Choose a tag to compare

Fix:

  • shorts where not getting hidden after opening video in a new tab and staying inactive for few seconds

v1.7.3

22 Jan 22:13
36aa9a7
Compare
Choose a tag to compare

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

18 Jan 12:50
7f6b862
Compare
Choose a tag to compare

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

16 Jan 15:30
bcba59a
Compare
Choose a tag to compare

Update:

  • Hiding short videos also on channel's subpage 'videos' #36

v1.7.0

14 Jan 12:53
9e27f24
Compare
Choose a tag to compare

New (experimental)

  • Hiding videos that are shorter than specified time (off by default) #36

v1.6.4

23 Oct 21:32
Compare
Choose a tag to compare

New:

v1.6.3

18 Oct 09:20
Compare
Choose a tag to compare

Fix:

  • Shorts where not getting hidden after opening a video in a separate tab (ytd-popup-container didn't yet exist which caused an error)