BendyCindy
10/16/17 09:06PM
Is there a way to have webms play with sound turned up?
So far I'm guessing that webm volume is controlled by the server they're hosted on, because on 4chan the volume is muted by default, and here the volume starts at about 0.000001%. But, is it possible to learn this power?
SolemnTagger
10/16/17 09:40PM
Maybe they just changed something because of your post, but for me WEBM volume defaults to max in both FF and Chrome.
jimdandy
10/17/17 06:07AM
it also depends on what browser you use too I think. I would imagine there are some browsers with lots of advanced options that let you control that sort of thing.
bipface
10/17/17 01:02PM
this script appears directly after the video element on the page:
<script>
var video=document.getElementById('gelcomVideoPlayer');
video.volume = 0.05;
</script>


so you could write a userscript which simply does
video.volume = 1;
1


Reply | Forum Index