igrigorik / videospeed

HTML5 video speed controller (for Google Chrome)
https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk
MIT License
3.8k stars 540 forks source link

Unable to use it in v.qq.com #450

Open inkusa opened 5 years ago

inkusa commented 5 years ago

And in this way, every fast forward and rewind in www.iqiyi.com will be reset to 1 speed.

igrigorik commented 5 years ago

This is due to how the player is implemented on their site, which forces a speed reset on both actions. We can't override this behavior, unfortunately.

eyinwei commented 4 years ago

what a pity

ChadBailey commented 4 years ago

i had a thought on this one... could a similar cooldown style fix like the one in https://github.com/igrigorik/videospeed/pull/604 be used? i haven't dug into this one at all yet, but i think it would work in the event the speed is being changed as a result of a listener (like say, on seek or something? totally made that up, it probably doesn't exist)

anyway, reopening for now - just so i can do a bit more investigation, just in case