Skip to content

Commit fd2f5fe

Browse files
authored
Add dutchycorp.space bypass (#114)
Resolve #105
1 parent 0202c77 commit fd2f5fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/js/injection_script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,6 +2347,7 @@ ensureDomLoaded(()=>{
23472347
domainBypass(/metroupdate\.biz|kangapip\.com/, ()=>myFunction())
23482348
// mmcryptos domains
23492349
domainBypass(/clickscoin\.com|dogeclick\.net|sl\.mcmfaucets\.xyz|short\.mcmcryptos\.xyz/, () => awaitElement("button#mdt", a => a.click()))
2350+
domainBypass("dutchycorp.space", () => ifElement("div#cl1", d => (safelyNavigate(d.getElementsByTagName("a")[0].href))))
23502351
domainBypass("noweconomy.live",()=>{
23512352
ifElement("form",form=>form.submit())
23522353
ifElement("#surl1",a=>a.click())

0 commit comments

Comments
 (0)