add a couple of simple redirects

This commit is contained in:
Amm0ni4 2024-02-14 21:34:19 +01:00
parent 299339db84
commit 1337d9f0e7
5 changed files with 52 additions and 28 deletions

View file

@ -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

View file

@ -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;
})();
// ----- ----- -----

View file

@ -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])))));
}
})();
// ----- ----- -----

View file

@ -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;
})();
// ----- ----- -----

View file

@ -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\/#!/