From 1337d9f0e74b7b65fab694086f9d07e04ae301ce Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Wed, 14 Feb 2024 21:34:19 +0100 Subject: [PATCH] add a couple of simple redirects --- Bypass_All_Shortlinks.meta.js | 6 ++++- Bypass_All_Shortlinks.user.js | 30 ++++++++++++++++--------- extra_bypasses/mundopolo.net.user.js | 15 ------------- extra_bypasses/simple_redirects.user.js | 23 +++++++++++++++++++ supported_sites.txt | 6 ++++- 5 files changed, 52 insertions(+), 28 deletions(-) delete mode 100644 extra_bypasses/mundopolo.net.user.js create mode 100644 extra_bypasses/simple_redirects.user.js diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 1faa891..59f737a 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -652,10 +652,14 @@ // @match *://*.r1.foxylinks.site/* // @match https://dropgalaxy.com/drive/* // @match https://dropgalaxy.co/drive/* -// @match https://m.mundopolo.net/#!* // @match https://linkspy.cc/tr/* // @match https://*.shrinkme.us/* // @match *://*.shareus.io/* +// @include /mundopolo.net/ +// @include /comohoy.com/ +// @include /(japan-paw.net|programasvirtualespc.net)\/out/ +// @include /sphinxanime.com\/short/ +// @include /link.manudatos.com\/#!/ // @require https://code.jquery.com/jquery-2.1.1.min.js // @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 diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 9711aa3..90c8202 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -652,10 +652,14 @@ // @match *://*.r1.foxylinks.site/* // @match https://dropgalaxy.com/drive/* // @match https://dropgalaxy.co/drive/* -// @match https://m.mundopolo.net/#!* // @match https://linkspy.cc/tr/* // @match https://*.shrinkme.us/* // @match *://*.shareus.io/* +// @include /mundopolo.net/ +// @include /comohoy.com/ +// @include /(japan-paw.net|programasvirtualespc.net)\/out/ +// @include /sphinxanime.com\/short/ +// @include /link.manudatos.com\/#!/ // @require https://code.jquery.com/jquery-2.1.1.min.js // @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 @@ -1718,16 +1722,6 @@ })(); // ----- ----- ----- -// ----- Bypass for mundopolo.net ----- -(function() { - 'use strict'; - if ( window.location.href.startsWith('https://m.mundopolo.net/#!') ) { - window.location.assign(decodeURIComponent(atob(atob(atob(window.location.href.split('#!')[1]))))); - } -})(); -// ----- ----- ----- - - // ----- Bypass for linkspy.cc + clicksfly.com ----- (function() { 'use strict'; @@ -1787,3 +1781,17 @@ })(); // ----- ----- ----- + +// ----- Simple redirects ----- +(function() { + 'use strict'; + const url = window.location.href + const redirect = finalUrl => window.location.assign(finalUrl); + + /mundopolo.net/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null; + /comohoy.com/.test(url) ? redirect(atob(url.split('?url=')[1])) : null; + /sphinxanime.com\/short/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null; + /link.manudatos.com\/#!/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null; +})(); +// ----- ----- ----- + diff --git a/extra_bypasses/mundopolo.net.user.js b/extra_bypasses/mundopolo.net.user.js deleted file mode 100644 index 186873d..0000000 --- a/extra_bypasses/mundopolo.net.user.js +++ /dev/null @@ -1,15 +0,0 @@ -// ==UserScript== -// @name mundopolo.net bypass -// @match https://m.mundopolo.net/#!* -// @run-at document-start -// ==/UserScript== - -// ----- Bypass for mundopolo.net ----- -(function() { - 'use strict'; - if ( window.location.href.startsWith('https://m.mundopolo.net/#!') ) { - window.location.assign(decodeURIComponent(atob(atob(atob(window.location.href.split('#!')[1]))))); - } -})(); -// ----- ----- ----- - diff --git a/extra_bypasses/simple_redirects.user.js b/extra_bypasses/simple_redirects.user.js new file mode 100644 index 0000000..1bb0163 --- /dev/null +++ b/extra_bypasses/simple_redirects.user.js @@ -0,0 +1,23 @@ +// ==UserScript== +// @name simple redirects +// @include /mundopolo.net/ +// @include /comohoy.com/ +// @include /(japan-paw.net|programasvirtualespc.net)\/out/ +// @include /sphinxanime.com\/short/ +// @include /link.manudatos.com\/#!/ +// @run-at document-start +// ==/UserScript== + +// ----- Simple redirects ----- +(function() { + 'use strict'; + const url = window.location.href + const redirect = finalUrl => window.location.assign(finalUrl); + + /mundopolo.net/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null; + /comohoy.com/.test(url) ? redirect(atob(url.split('?url=')[1])) : null; + /sphinxanime.com\/short/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null; + /link.manudatos.com\/#!/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null; +})(); +// ----- ----- ----- + diff --git a/supported_sites.txt b/supported_sites.txt index 977d09e..9e56cc3 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -637,7 +637,11 @@ sigmalinks.in r1.foxylinks.site https://dropgalaxy.com/drive/* https://dropgalaxy.co/drive/* -https://m.mundopolo.net/#!* https://linkspy.cc/tr/* https://*.shrinkme.us/* *://*.shareus.io/* +/mundopolo.net/ +/comohoy.com/ +/(japan-paw.net|programasvirtualespc.net)\/out/ +/sphinxanime.com\/short/ +/link.manudatos.com\/#!/