globalSpeed icon indicating copy to clipboard operation
globalSpeed copied to clipboard

auto fullscreen on youtube bilibili etc.

Open k22725 opened this issue 1 year ago • 1 comments

Global Speed image Can use javascript auto send "F"(on youtube bilibili press “F” can fullscreen)that will save many many times. my english and programming are very poor, 跪求大神赐予解决方案(Pray for God's solution)

k22725 avatar Jul 25 '22 09:07 k22725

Hello. Unfortunately, not possible. If you try simulating "F" key press with URL rule it gives off this error message.

Failed to execute 'requestFullscreen' on 'Element': API can only be initiated by a user gesture.

Fullscreen can only be initiated by the user for safety reasons. Otherwise, a malicious script could discretely initiate fullscreen and pretend to be a trusted website (bank, etc) and hijack user information.

You can learn more about this type of phishing attack from this article.

https://feross.org/html5-fullscreen-api-attack/

polywock avatar Jul 26 '22 21:07 polywock