Skip to content

Commit

Permalink
ix: letsboost
Browse files Browse the repository at this point in the history
  • Loading branch information
driedpampas authored Oct 15, 2023
1 parent 69d9df7 commit b6968a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bypasses/letsboost.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b6968a9

Please sign in to comment.