Skip to content

Commit

Permalink
ensureDomLoaded is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
harryitz committed Jul 20, 2024
1 parent 89fb43c commit 5a51357
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bypasses/bstlar.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import BypassDefinition from './BypassDefinition.js';
export default class Bstlar extends BypassDefinition {
constructor() {
super();
this.ensure_dom = true;
}

execute() {
Expand Down Expand Up @@ -48,5 +47,3 @@ export default class Bstlar extends BypassDefinition {
}

export const matches = ['bstlar.com'];


0 comments on commit 5a51357

Please sign in to comment.