Skip to content

Commit

Permalink
Add alt domain of defaultfreeshort.in (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAProton authored Dec 8, 2021
1 parent 10a19e1 commit 87fa7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/injection_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@ ensureDomLoaded(()=>{
let qe=a.closest("ul").previousElementSibling,ep=a.closest(".dlmn321").previousElementSibling
a.href+="#bypassClipboard="+location.pathname.replace(/[^\w]/g,"")+qe.textContent.replace(/[^\w]/g,"").toLowerCase()+ep.textContent.replace(/[^\w]/g,"").toLowerCase()+a.textContent.replace(/[^\w]/g,"").toLowerCase()
}))
domainBypass("masteredutech.com",()=>safelyAssign(document.querySelector('.btn-captcha').href))
domainBypass(/(masteredutech|codecomets)\.com/,()=>safelyAssign(document.querySelector('.btn-captcha').href))
domainBypass("bakacan.id",()=>document.querySelectorAll("a[href^='https://apasih.pw/?id=']").forEach(a=>{
let qe=a.previousElementSibling
while(qe&&qe.tagName!="B")
Expand Down

0 comments on commit 87fa7af

Please sign in to comment.