Skip to content

Commit

Permalink
Merge pull request #195 from FastForwardTeam/fmoviesdl-patch
Browse files Browse the repository at this point in the history
add fmoviesdl bypass
  • Loading branch information
lem6ns authored Nov 9, 2021
2 parents e1da540 + a236f13 commit 7dcb9eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/js/injection_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1755,6 +1755,11 @@ ensureDomLoaded(()=>{
safelyNavigate(location.origin + "?redir=" + atob(atob(atob(atob(Lnk)))))
})
//Insertion point for domain-or-href-specific bypasses running after the DOM is loaded. Bypasses here will no longer need to call ensureDomLoaded.
hrefBypass(/https:\/\/fmoviesdl.com\/links\//, () => {
ifElement("#link", a => {
safelyNavigate(a.href)
})
})
domainBypass("duit.cc", () => {
ifElement("#download", download => {
download.firstChild.submit.click()
Expand Down

0 comments on commit 7dcb9eb

Please sign in to comment.