Skip to content

Commit

Permalink
Merge pull request #216 from Sainan/main
Browse files Browse the repository at this point in the history
Add work.ink bypass
  • Loading branch information
undeadjess authored Nov 22, 2021
2 parents 5166172 + ef66630 commit 688ae46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/injection_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1754,6 +1754,9 @@ ensureDomLoaded(()=>{
domainBypass(/acortame\.xyz|shortclicks\.xyz/, () => {
safelyNavigate(location.origin + "?redir=" + atob(atob(atob(atob(Lnk)))))
})
domainBypass("work.ink", () => {
ifElement("#redirect-button", () => openFinalLink())
})
//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 => {
Expand Down

0 comments on commit 688ae46

Please sign in to comment.