From 7318f14653032f061fe1b27ea6376a2f5c8b8342 Mon Sep 17 00:00:00 2001 From: RaveN0X87 <39649317+RaveN0X87@users.noreply.github.com> Date: Sat, 1 Aug 2020 18:40:17 +0700 Subject: [PATCH] Add another one MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sorry in the previous commit there was an incorrect reference on "Escape dot in regex and remove extra spaces", the reference should be 9c2d62b • Add techrfour.com bypass (#1406) --- injection_script.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/injection_script.js b/injection_script.js index 6d1098e..df1e397 100644 --- a/injection_script.js +++ b/injection_script.js @@ -1380,6 +1380,10 @@ ensureDomLoaded(()=>{ safelyNavigate(link) } }) + domainBypass("techrfour.com",()=>{ + ifElement("form[id='1']",f=>f.submit()) + bypassed=false + }) //Insertion point for domain-or-href-specific bypasses running after the DOM is loaded. Bypasses here will no longer need to call ensureDomLoaded. if(bypassed) {