polywock

Results 99 comments of polywock

Hello. Here's an updated version. You can now change your volume through Youtube or Disney's own controls as long as it's after 5 seconds of the video loading. It should...

@Fireworkstars46 I just noticed a big issue with a code. It should be setTimeout instead of setInterval. This could result in issues. Here's a fixed version. ```javascript if (!window.ranScriptFlag) {...

Hello. The UX is something I'll try to improve in the next major update. > continues to try and set it back to 2x, meaning I have to temporarily disable...

No issue with the watermark. I was actually learning Davinci Resolve last week, but the Fusion section kept crashing on my Mac. It's hard to tell without sound, when you...

You're welcome! I don't currently have any donation setup, but the offer to contribute is much appreciated :). As for UI, I'm thinking of something like this. If you click...

Hello. The use case seems too niche to be worth the effort, but if there's more demand I'll look into implementing it. I think the best solution would be to...

Hello, an update. Since I received more demand for a similar feature, I'll probably implement a way to walk up the list of values in the next update, but that...

Hello. Seems like a Chromium battery saving optimization, even if it should be disabled. Not sure if the issue is fixable. Maybe try this version. I added a very low...

Too bad. :( Global Speed uses the Tab Capture API to get tab's audio, and the Web Audio API (particularly the [BiquadFilterNode](https://developer.mozilla.org/en-US/docs/Web/API/BiquadFilterNode) for the EQ feature). I suspect it's a...

I just noticed an issue with the bookmarklet code. Forgot the semicolons so it wouldn't have run. My bad. Here's the corrected code. 1. Edit any bookmark and set the...