mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
add clicksfly example
This commit is contained in:
parent
409cae2d3b
commit
f3bf4e11a5
4 changed files with 25 additions and 24 deletions
|
@ -652,7 +652,6 @@
|
|||
// @match *://*.r1.foxylinks.site/*
|
||||
// @match https://dropgalaxy.com/drive/*
|
||||
// @match https://dropgalaxy.co/drive/*
|
||||
// @match https://linkspy.cc/tr/*
|
||||
// @match https://*.shrinkme.us/*
|
||||
// @match *://*.shareus.io/*
|
||||
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.org|theapknews.shop|trendzguruji.me)/
|
||||
|
@ -665,6 +664,7 @@
|
|||
// @include /cybercityhelp.in/
|
||||
// @include /www.akcartoons.in/
|
||||
// @include /go.moonlinks.in/
|
||||
// @match https://linkspy.cc/tr/*
|
||||
// @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
|
||||
|
|
|
@ -652,7 +652,6 @@
|
|||
// @match *://*.r1.foxylinks.site/*
|
||||
// @match https://dropgalaxy.com/drive/*
|
||||
// @match https://dropgalaxy.co/drive/*
|
||||
// @match https://linkspy.cc/tr/*
|
||||
// @match https://*.shrinkme.us/*
|
||||
// @match *://*.shareus.io/*
|
||||
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.org|theapknews.shop|trendzguruji.me)/
|
||||
|
@ -665,6 +664,7 @@
|
|||
// @include /cybercityhelp.in/
|
||||
// @include /www.akcartoons.in/
|
||||
// @include /go.moonlinks.in/
|
||||
// @match https://linkspy.cc/tr/*
|
||||
// @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
|
||||
|
@ -1727,27 +1727,6 @@
|
|||
})();
|
||||
// ----- ----- -----
|
||||
|
||||
// ----- Bypass for linkspy.cc + clicksfly.com -----
|
||||
(function() {
|
||||
'use strict';
|
||||
if ( window.location.href.startsWith('https://linkspy.cc/tr/') ) {
|
||||
|
||||
//----Bypass linkspy.cc----
|
||||
var decodedUrl = atob(window.location.href.split('/tr/')[1]);
|
||||
var urlParam = new URLSearchParams(decodedUrl).get('url');
|
||||
if (!decodedUrl.startsWith('https://clicksfly.com/') || !urlParam) {
|
||||
window.location.assign(decodedUrl);
|
||||
|
||||
//----Bypass clicksfly.com----
|
||||
} else if (decodedUrl.startsWith('https://clicksfly.com/') && urlParam) {
|
||||
window.location.assign(atob(urlParam));
|
||||
}
|
||||
}
|
||||
|
||||
})();
|
||||
// ----- ----- -----
|
||||
|
||||
|
||||
// ----- Bypass for shrinkme.us -----
|
||||
(function() {
|
||||
'use strict';
|
||||
|
@ -1847,3 +1826,24 @@
|
|||
})();
|
||||
// ----- ----- -----
|
||||
|
||||
|
||||
// ----- Bypass for linkspy.cc + clicksfly.com -----
|
||||
(function() {
|
||||
'use strict';
|
||||
if ( window.location.href.startsWith('https://linkspy.cc/tr/') ) {
|
||||
|
||||
//----Bypass linkspy.cc----
|
||||
var decodedUrl = atob(window.location.href.split('/tr/')[1]);
|
||||
var urlParam = new URLSearchParams(decodedUrl).get('url');
|
||||
if (!decodedUrl.startsWith('https://clicksfly.com/') || !urlParam) {
|
||||
window.location.assign(decodedUrl);
|
||||
|
||||
//----Bypass clicksfly.com----
|
||||
} else if (decodedUrl.startsWith('https://clicksfly.com/') && urlParam) {
|
||||
window.location.assign(atob(urlParam));
|
||||
}
|
||||
}
|
||||
|
||||
})();
|
||||
// ----- ----- -----
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// @name LinkSpy concatenated with clicksfly.com Bypass
|
||||
// @match https://linkspy.cc/tr/*
|
||||
// @run-at document-start
|
||||
//example ttps://linkspy.cc/tr/aHR0cHM6Ly9jbGlja3NmbHkuY29tL2Z1bGw/YXBpPWNhMDNkN2Q1YzBjODgzMzViMGY5YmVmZDkyMWQ5YWYxMWZmZmM4OTEmdXJsPWFIUjBjSE02THk5M2QzY3VabWxzWldOeWVYQjBMbU5qTDBOdmJuUmhhVzVsY2k5RlFrTTVSRE5GUkVZNUxtaDBiV3c9JnR5cGU9Mg==
|
||||
// ==/UserScript==
|
||||
|
||||
// ----- Bypass for linkspy.cc + clicksfly.com -----
|
||||
|
|
|
@ -637,7 +637,6 @@ sigmalinks.in
|
|||
r1.foxylinks.site
|
||||
https://dropgalaxy.com/drive/*
|
||||
https://dropgalaxy.co/drive/*
|
||||
https://linkspy.cc/tr/*
|
||||
https://*.shrinkme.us/*
|
||||
*://*.shareus.io/*
|
||||
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.org|theapknews.shop|trendzguruji.me)/
|
||||
|
@ -650,3 +649,4 @@ https://*.shrinkme.us/*
|
|||
/cybercityhelp.in/
|
||||
/www.akcartoons.in/
|
||||
/go.moonlinks.in/
|
||||
https://linkspy.cc/tr/*
|
||||
|
|
Loading…
Reference in a new issue