From 58e79f54aa01c5ccafb30f76c161c3a5ef76fac2 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Wed, 21 Feb 2024 21:12:10 +0100 Subject: [PATCH] added bypass and auto-DL for file host skyve.io used in dodi-repacks.site --- Bypass_All_Shortlinks.meta.js | 1 + Bypass_All_Shortlinks.user.js | 5 +++++ extra_bypasses/simple_redirects.user.js | 5 +++++ supported_sites.txt | 1 + 4 files changed, 12 insertions(+) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index b443b55..f03cca5 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -706,6 +706,7 @@ // @include /(do|fast).rtilinks.com/ // @include /vidhidepro.com\/d/ // @include /www.mirrored.to\/files\/(?!.*\?hash=)/ +// @include /skyve.io/ // @exclude /^(https?:\/\/)(.+)?((advertisingexcel|talkforfitness|rsadnetworkinfo|rsinsuranceinfo|rsfinanceinfo|rssoftwareinfo|rshostinginfo|rseducationinfo|gametechreviewer|vegan4k|phineypet|batmanfactor|techedifier|urlhives|linkhives|github|freeoseocheck|greenenez|aliyun|reddit|bing|live|yahoo|wiki-topia|edonmanor|vrtier|whatsapp|gearsadviser|edonmanor|tunebug|menrealitycalc|amazon|ebay|payoneer|paypal|skrill|stripe|tipalti|wise|discord|tokopedia|taobao|aliexpress|(cloud|mail|translate|analytics|accounts|myaccount|contacts|clients6|developers|payments|pay|ogs|safety|wallet).google).com|(thumb8|thumb9|crewbase|crewus|shinchu|shinbhu|ultraten|uniqueten|topcryptoz|allcryptoz|coinsvalue|cookinguide|cryptowidgets|webfreetools|carstopia|makeupguide|carsmania).net|(linksfly|shortsfly|urlsfly|wefly|blog24).me|(greasyfork|openuserjs|adarima|telegram).org|mcrypto.club|misterio.ro|insurancegold.in|coinscap.info|(shopee|lazada|rakuten).*|(dana|ovo).id)(\/.*)/ // @downloadURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/raw/branch/main/Bypass_All_Shortlinks.user.js // @updateURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/raw/branch/main/Bypass_All_Shortlinks.meta.js diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 66437a4..6321b2e 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -706,6 +706,7 @@ // @include /(do|fast).rtilinks.com/ // @include /vidhidepro.com\/d/ // @include /www.mirrored.to\/files\/(?!.*\?hash=)/ +// @include /skyve.io/ // @exclude /^(https?:\/\/)(.+)?((advertisingexcel|talkforfitness|rsadnetworkinfo|rsinsuranceinfo|rsfinanceinfo|rssoftwareinfo|rshostinginfo|rseducationinfo|gametechreviewer|vegan4k|phineypet|batmanfactor|techedifier|urlhives|linkhives|github|freeoseocheck|greenenez|aliyun|reddit|bing|live|yahoo|wiki-topia|edonmanor|vrtier|whatsapp|gearsadviser|edonmanor|tunebug|menrealitycalc|amazon|ebay|payoneer|paypal|skrill|stripe|tipalti|wise|discord|tokopedia|taobao|aliexpress|(cloud|mail|translate|analytics|accounts|myaccount|contacts|clients6|developers|payments|pay|ogs|safety|wallet).google).com|(thumb8|thumb9|crewbase|crewus|shinchu|shinbhu|ultraten|uniqueten|topcryptoz|allcryptoz|coinsvalue|cookinguide|cryptowidgets|webfreetools|carstopia|makeupguide|carsmania).net|(linksfly|shortsfly|urlsfly|wefly|blog24).me|(greasyfork|openuserjs|adarima|telegram).org|mcrypto.club|misterio.ro|insurancegold.in|coinscap.info|(shopee|lazada|rakuten).*|(dana|ovo).id)(\/.*)/ // @downloadURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/raw/branch/main/Bypass_All_Shortlinks.user.js // @updateURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/raw/branch/main/Bypass_All_Shortlinks.meta.js @@ -1946,6 +1947,10 @@ // mirrored.to seen in rareanimes.net /www.mirrored.to\/files\/(?!.*\?hash=)/.test(url) ? afterDOMLoaded(function() {redirectIfExists('body > div.container.dl-width > div:nth-child(4) > div > a')}) : null; + // skyve.io file host, seen on dodi-repacks.site + /skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null; + /skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExists('.bicon')}) : null; //download button + })(); (function() { diff --git a/extra_bypasses/simple_redirects.user.js b/extra_bypasses/simple_redirects.user.js index 8f95525..af544f6 100644 --- a/extra_bypasses/simple_redirects.user.js +++ b/extra_bypasses/simple_redirects.user.js @@ -61,6 +61,7 @@ // @include /(do|fast).rtilinks.com/ // @include /vidhidepro.com\/d/ // @include /www.mirrored.to\/files\/(?!.*\?hash=)/ +// @include /skyve.io/ // @run-at document-start // ==/UserScript== @@ -282,6 +283,10 @@ // mirrored.to seen in rareanimes.net /www.mirrored.to\/files\/(?!.*\?hash=)/.test(url) ? afterDOMLoaded(function() {redirectIfExists('body > div.container.dl-width > div:nth-child(4) > div > a')}) : null; + // skyve.io file host, seen on dodi-repacks.site + /skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null; + /skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExists('.bicon')}) : null; //download button + })(); (function() { diff --git a/supported_sites.txt b/supported_sites.txt index d0718c9..816f1df 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -691,3 +691,4 @@ r1.foxylinks.site /(do|fast).rtilinks.com/ /vidhidepro.com\/d/ /www.mirrored.to\/files\/(?!.*\?hash=)/ +/skyve.io/