mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
added back linkvertise (fixed) redirecting to bypass.city
This commit is contained in:
parent
b172af62ed
commit
a52c84051c
5 changed files with 10 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
// @namespace Violentmonkey Scripts
|
||||
// @run-at document-start
|
||||
// @author Bloggerpemula
|
||||
// @version 91.1.9
|
||||
// @version 91.1.10
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -678,6 +678,7 @@
|
|||
// @include /www.itscybertech.com/
|
||||
// @include /thegadgetking.in/
|
||||
// @include /(linkvertise.com|linkvertise.net|link-to.net).*\?r=/
|
||||
// @include /^(https?:\/\/)(linkvertise.com|linkvertise.net|link-to.net)(?!.*\?r=)/
|
||||
// @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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// @namespace Violentmonkey Scripts
|
||||
// @run-at document-start
|
||||
// @author Bloggerpemula
|
||||
// @version 91.1.9
|
||||
// @version 91.1.10
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -678,6 +678,7 @@
|
|||
// @include /www.itscybertech.com/
|
||||
// @include /thegadgetking.in/
|
||||
// @include /(linkvertise.com|linkvertise.net|link-to.net).*\?r=/
|
||||
// @include /^(https?:\/\/)(linkvertise.com|linkvertise.net|link-to.net)(?!.*\?r=)/
|
||||
// @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
|
||||
|
@ -1844,8 +1845,9 @@
|
|||
/www.itscybertech.com/.test(url) ? clickIfVisible('.download') : null;
|
||||
/thegadgetking.in/.test(url) ? popupsToRedirects() && afterDOMLoaded(function() {clickIfExists('#openbtn')}) : null;
|
||||
|
||||
// Linkvertise easy case (when there is '?r=')
|
||||
// Linkvertise
|
||||
/(linkvertise.com|linkvertise.net|link-to.net).*\?r=/.test(url) ? redirect(atob((new URLSearchParams(window.location.search)).get('r'))) : null;
|
||||
/^(https?:\/\/)(linkvertise.com|linkvertise.net|link-to.net)(?!.*\?r=)/.test(url) ? redirect('https://adbypass.org/bypass?bypass=' + encodeURIComponent(url)) : null;
|
||||
|
||||
})();
|
||||
// ----- ----- -----
|
||||
|
|
|
@ -8,7 +8,6 @@ Automatically bypass many link shorteners ([supported shorteners](https://codebe
|
|||
(you need a userscript manager like [ViolentMonkey](https://violentmonkey.github.io/) installed in your web browser)
|
||||
|
||||
## Improvements in this fork
|
||||
- **Disabled the linkvertise bypass for the complicated cases**. For those cases where the origin URL doesn't contain `?r=`, use [linkvertise and krnl bypasser](https://greasyfork.org/scripts/427869), which works better for that link shortener. (I disabled it to avoid conflicts between both scripts.)
|
||||
- **Added extra bypasses** from the [extra_bypasses](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/src/branch/main/extra_bypasses) folder.
|
||||
- **No loading the script indiscriminately on every site.** The script will be loaded only for the sites that are supported. (the original userscript is loaded in every site you visit which is not necessary).
|
||||
- Note: By default, the script will not run on the following sites (these can be enabled manually):
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
// @include /www.itscybertech.com/
|
||||
// @include /thegadgetking.in/
|
||||
// @include /(linkvertise.com|linkvertise.net|link-to.net).*\?r=/
|
||||
// @include /^(https?:\/\/)(linkvertise.com|linkvertise.net|link-to.net)(?!.*\?r=)/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -177,8 +178,9 @@
|
|||
/www.itscybertech.com/.test(url) ? clickIfVisible('.download') : null;
|
||||
/thegadgetking.in/.test(url) ? popupsToRedirects() && afterDOMLoaded(function() {clickIfExists('#openbtn')}) : null;
|
||||
|
||||
// Linkvertise easy case (when there is '?r=')
|
||||
// Linkvertise
|
||||
/(linkvertise.com|linkvertise.net|link-to.net).*\?r=/.test(url) ? redirect(atob((new URLSearchParams(window.location.search)).get('r'))) : null;
|
||||
/^(https?:\/\/)(linkvertise.com|linkvertise.net|link-to.net)(?!.*\?r=)/.test(url) ? redirect('https://adbypass.org/bypass?bypass=' + encodeURIComponent(url)) : null;
|
||||
|
||||
})();
|
||||
// ----- ----- -----
|
||||
|
|
|
@ -663,3 +663,4 @@ r1.foxylinks.site
|
|||
/www.itscybertech.com/
|
||||
/thegadgetking.in/
|
||||
/(linkvertise.com|linkvertise.net|link-to.net).*\?r=/
|
||||
/^(https?:\/\/)(linkvertise.com|linkvertise.net|link-to.net)(?!.*\?r=)/
|
||||
|
|
Loading…
Reference in a new issue