Skip to content

Commit

Permalink
Merge pull request #1317 from Adair-GA/enlacito.com-bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAProton authored Jan 15, 2024
2 parents 764055a + b1e79f8 commit e1dd68a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/bypasses/enlacito.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import BypassDefinition from './BypassDefinition.js'

export default class Enlacito extends BypassDefinition {
constructor() {
super()
this.ensure_dom = true
}

execute() {
this.helpers.safelyNavigate(window.DYykkzwP)
}
}

// This is a link protecor that I've seen in many domains, so this script probably works in many of them
// If you find another domain that uses this script, please add it to the array below
export const matches = ['enlacito.com']

0 comments on commit e1dd68a

Please sign in to comment.