Twitch, Auto reload when *k error

try to take over the world!

< Feedback on Twitch, Auto reload when *k error

Review: OK - script works, but has bugs

§
Posted: 2024-12-01

This script also prevents the player from getting paused by the user.

To fix it, substitute line 15 with this:

var button = document.querySelector("content-overlay-gate__allow-pointers button");

That will click the red refresh button on the error overlay instead of the regular play button. Unlike the regular play button, the error overlay is not loaded when everything is fine, so the unpause action won't get triggered

BunnelbyAuthor
§
Posted: 2024-12-07

Thank you for fix request. Thanks to you, this script worked correct.

Post reply

Sign in to post a reply.