Skip to content

Commit

Permalink
fix: letsboost
Browse files Browse the repository at this point in the history
  • Loading branch information
driedpampas authored Oct 15, 2023
1 parent d63e05d commit 9d92511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bypasses/letsboost.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ 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. 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"];
Expand Down

0 comments on commit 9d92511

Please sign in to comment.