Skip to content

Commit e1dd68a

Browse files
authored
Merge pull request #1317 from Adair-GA/enlacito.com-bypass
2 parents 764055a + b1e79f8 commit e1dd68a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/bypasses/enlacito.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import BypassDefinition from './BypassDefinition.js'
2+
3+
export default class Enlacito extends BypassDefinition {
4+
constructor() {
5+
super()
6+
this.ensure_dom = true
7+
}
8+
9+
execute() {
10+
this.helpers.safelyNavigate(window.DYykkzwP)
11+
}
12+
}
13+
14+
// This is a link protecor that I've seen in many domains, so this script probably works in many of them
15+
// If you find another domain that uses this script, please add it to the array below
16+
export const matches = ['enlacito.com']

0 commit comments

Comments
 (0)