Skip to content

Commit

Permalink
Add bypass for loot-links.com
Browse files Browse the repository at this point in the history
Fix #1274

Signed-off-by: Bayu Satiyo <[email protected]>
  • Loading branch information
kiraio-moe committed Dec 8, 2023
1 parent ecdfba6 commit e030454
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/bypasses/lootlinks.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import BypassDefinition from './BypassDefinition.js'

export default class Lootlinks extends BypassDefinition {
constructor () {
super()
this.ensure_dom = true
}
execute () {
this.helpers.safelyNavigate(p['PUBLISHER_LINK']) // ignore the error
}
}

export const matches = ['loot-links.com']

0 comments on commit e030454

Please sign in to comment.