Volume level is reset to full blast

in
Subscribe to Volume level is reset to full blast 5 posts, 4 voices



Uters User
FirefoxWindows

Without this script if you have volume set to 50% on one vid, it stays at that level for the next vids you watch. With this script it sets volume to 100% every time, so every vid I have to change it. Can this be changed so it goes to the last volume level like normal?

 
Corey Dixon User
FirefoxWindows

It can easily be changed. If you edit the script manually and search for the line if(vol>0 && !muted) mp.setVolume(100);}, 100, mp, vol, muted) and change it to if(vol>0 && !muted) mp.setVolume(vol);}, 100, mp, vol, muted) if will have this behaviour.

I would recommend the creator make this change in the script since I see no cons for it and only pros.

 
JoeSimmons Script's Author
FirefoxWindows
Corey Dixon wrote:
I would recommend the creator make this change in the script since I see no cons for it and only pros.
Will do. Sorry for the delayed response, I was away.
 
Uters User
FirefoxWindows

In the latest version as of 4/22/2010 the volume is being reset to full blast again.

 
öüä User
FirefoxWindows

I'm searching for a script that only does volume setting in youtube.

*YouTube Enhancer* has this feature but is way too overloaded even if you turn everything off,because it mainly hides instead of disables features.

Could you add this feature ?

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel