Skip to content

Commit

Permalink
added bypass for enlacito.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Adair-GA committed Jan 10, 2024
1 parent 764055a commit b1e79f8
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 b1e79f8

Please sign in to comment.