Skip to content

Commit 5a51357

Browse files
committed
ensureDomLoaded is not necessary
1 parent 89fb43c commit 5a51357

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bypasses/bstlar.js

-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import BypassDefinition from './BypassDefinition.js';
33
export default class Bstlar extends BypassDefinition {
44
constructor() {
55
super();
6-
this.ensure_dom = true;
76
}
87

98
execute() {
@@ -48,5 +47,3 @@ export default class Bstlar extends BypassDefinition {
4847
}
4948

5049
export const matches = ['bstlar.com'];
51-
52-

0 commit comments

Comments
 (0)