From b6968a9bf564df8731935dad064d6af966ab775d Mon Sep 17 00:00:00 2001 From: supernova <76390419+driedpampas@users.noreply.github.com> Date: Sun, 15 Oct 2023 12:58:17 +0300 Subject: [PATCH] ix: letsboost --- src/bypasses/letsboost.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bypasses/letsboost.js b/src/bypasses/letsboost.js index a086a1a5..f926c027 100644 --- a/src/bypasses/letsboost.js +++ b/src/bypasses/letsboost.js @@ -7,8 +7,8 @@ export default class Letsboost extends BypassDefinition { } execute() { - alert("If nothing happens in a few seconds, the bypass couldn't be executed. Please disable your ad blocker and refresh the page."); - this.helpers.insertInfoBox("If nothing happens in a few seconds, the bypass couldn't be executed. Please disable your ad blocker and refresh the page."); + alert("If nothing happens in a few seconds, the bypass couldn't be executed. Please disable your ad blocker and refresh the page. Click OK to continue."); + this.helpers.insertInfoBox("If nothing happens in a few seconds, the bypass couldn't be executed. Please disable your ad blocker and refresh the page. Click OK to continue."); const jsonDat = JSON.parse(window.stepDat); const url = jsonDat[jsonDat.length-1]["url"]; this.helpers.safelyNavigate(url);