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 ec22d14 commit c66cff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bypasses/letsboost.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import BypassDefinition from './BypassDefinition.js'
export default class Letsboost extends BypassDefinition {
constructor() {
super();
this.ensure_dom = true;
}

execute() {
Expand Down

0 comments on commit c66cff5

Please sign in to comment.