Skip to content

Releases: Araxeus/Youtube-Volume-Scroll

v1.4.1

14 Jun 17:09
Compare
Choose a tag to compare

fix extension sometimes not active in the first second of a video

v1.4.0

26 Feb 11:47
Compare
Choose a tag to compare

Improvements:

  • Scrolling performance (changing volume is faster/more responsive)
  • Allow controlling the steps slider using the scroll wheel in the options popup
  • Load incognito mode faster (reduce delay before saved volume is applied)
  • Added custom compile scripts (powershell gist)
  • Restructure git tree (only files inside .\unpacked are now packaged in published extension)

Fixes:

  • Edge case where popup wouldn't save the 'steps' if closed too fast
  • Embedded videos not working in incognito mode (+ added known issue to readme)

v1.3.21

11 Feb 19:45
Compare
Choose a tag to compare

Cut extension size by half
(minify assets)

v1.3.2

04 Feb 18:27
Compare
Choose a tag to compare

Fix unselectable miniplayer close button (z-index issue)
Fix overlay text being selectable

v1.3.1

01 Feb 18:39
Compare
Choose a tag to compare

Hotifx:

  • Extension now properly waits for embedded videos to start playing before it attach itself to them

v1.3.0

28 Jan 15:31
85c69a8
Compare
Choose a tag to compare

New Features:

★ Clicking the extension icon allows changing the volume scroll 'steps'
★ Volume scroll now works in embedded videos (Twitter, Reddit, Facebook, etc)

v1.2.1

26 Oct 19:18
Compare
Choose a tag to compare

fixes bug with weird rounding on osd

v1.2

19 Oct 20:23
Compare
Choose a tag to compare
  • Now blocks the "Are you still there?" popup.

  • Fixes for errors when page was loading too slowly and overall optimization

v1.0.1 🚀

05 Oct 08:24
Compare
Choose a tag to compare

Rewrote big parts of the code:

  • Fixed native keybinds not being in sync with custom volume (i.e arrow buttons)
  • Fixed rare issue where youtube would randomly change the volume
  • Use saved volume even if in incognito mode (No more launching new incognito and starting with 100% volume)
  • Added some slight shadow to the volume UI to help with visibility on light backgrounds
  • Volume change now happen in page context (injected script into DOM) using youtube api

and more little performance boosts and bug fixes :)

v0.9.5

03 Oct 23:14
Compare
Choose a tag to compare
  • Use new cookie format to reduce noticeable audio skip on video start
  • Preperation for v1.0.0 rewrite (will use youtube api instead of bruteforcing the volume)