We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 764055a + b1e79f8 commit e1dd68aCopy full SHA for e1dd68a
src/bypasses/enlacito.js
@@ -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