Skip to content

Commit

Permalink
Clean up tii.la bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAProton committed Nov 28, 2023
1 parent 5dacdbd commit 5788d6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/bypasses/blogtech.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 BlogTechh extends BypassDefinition {
constructor() {
super();
// custom bypass required bases can be set here
}

execute() {
Expand Down
1 change: 0 additions & 1 deletion src/bypasses/tii.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default class TiiLa extends BypassDefinition {
constructor() {
super();
this.ensure_dom = true;
// custom bypass required bases can be set here
}

execute() {
Expand Down

0 comments on commit 5788d6e

Please sign in to comment.