Skip to content

Commit

Permalink
Update YouTubeVolumeControl.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u committed Oct 30, 2024
1 parent 6c36c4c commit 007a458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YouTubeVolumeControl.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'use strict';

// Default volume if none is saved
let previousVolume = await GM.getValue('youtubeVolume', 50);
let previousVolume = await GM.getValue('youtubeVolume', 5);

// Create input element for volume control
const volumeInput = document.createElement('input');
Expand Down

0 comments on commit 007a458

Please sign in to comment.