Greasy Fork is available in English.
restoring a preset volume level from storage, preventing 100% noise.
Dette er alle versjonene av dette scriptet. Vis kun versjoner hvor koden er endret.
Fixed: 1.1.9.25========================================================================================================================When switching from a page without a video player (for example, a stream list) to a page with a stream, the script did not initialize the volume slider, as it searched for it once and did not wait for the player to appear. As a result, the volume level was reset to 100%, despite the correct storage in the storage.========================================================================================================================Decision:========================================================================================================================An interval loop has been added to the function that processes the channel change (handleChannelChange()), which repeatedly checks the volume slider for a set time (up to 60 seconds). After it appears, the saved volume level is initialized and loaded. This ensures that the volume mechanism works correctly when navigating from any page.========================================================================================================================
1.1.8.25 [now monitors mouse wheel control and saves volume]What has been updated is that priority is now given to the active open tabin order to immediately overwrite the value and fix the volume sound bug.
key storage name changed
1.0.7.25fixed an update to the volume level bug. If it is at 100%, it restores to your preset volume level.