Twitch Un-raid

Go back to the channel where you were a few minutes after a raid

< Feedback on Twitch Un-raid

Question/comment

§
Posted: 2022-12-17

Is it possible to set the timer so it will go back to the previous page after 15 minutes instead of a few minutes?

RaianwzAuthor
§
Posted: 2023-01-17

It is possible, you need to change in line 16 the delayBeforeRedirect

  • from: var delayBeforeRedirect = 1000 * 60 * 3 // 3 Minutes few minutes
  • to: var delayBeforeRedirect = 1000 * 60 * 15 // 15 Minutes delay to Redirect.

Post reply

Sign in to post a reply.