diff --git a/src/bypasses/enlacito.js b/src/bypasses/enlacito.js new file mode 100644 index 00000000..592a72de --- /dev/null +++ b/src/bypasses/enlacito.js @@ -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']