polywock

Results 99 comments of polywock

Hello. Apologies for the confusion. There never was a license. Global Speed is source code available, but all rights reserved so far. I will try researching about licenses soon. I...

Hello. I will try to implement URL rule naming by end of 2022. By the way, I can't see which types of URL rules those are, but if it's for...

Hello. I will try to fix this issue for the next update. For now, you can create a second URL rule that runs this javascript code. After 2 seconds it...

Hello. Can you try this one as well? It also selects audio elements. ``` setTimeout(() => { document.querySelectorAll("video, audio").forEach(v => { v.playbackRate = 1.35 }) }, 2000) ```

Hello. You can create a pause hotkey in the options page. 1. Create a pause hotkey (暂停) in the options page. ![one](https://user-images.githubusercontent.com/31208859/190063157-190efef6-e17d-48a8-9b57-6bf5c26904df.png) 3. Set shortcut key to spacebar, and click...

Hello. I probably should, but Discord kills my productivity.

@Varniit-pro-90s Hi. Apologies for the late reply. If I'm understanding correctly (not super familiar with Samsung browser or cococ), you want a small control overlay on each video? Which features...

@LifeJustDLC Hello. Thanks for the offer. Please don't pull/work on the current code available on Github as it's outdated. The draft release is significantly different. I'm thinking of two Edge-mobile...

Hello. Thanks for sharing those insights. I've been thinking it through and I'm very hesitant on doing of a gesture system, even if it's opt-in by user. I think it'll...

@1475042022 Translation is fine. It's no issue at all. For technical reasons, it's pretty difficult to implement. You could implement this for specific sites, but I can't think of any...