From f3bf4e11a593e5641fe0f32773d5af6664bb5dc4 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Thu, 15 Feb 2024 03:37:53 +0100 Subject: [PATCH] add clicksfly example --- Bypass_All_Shortlinks.meta.js | 2 +- Bypass_All_Shortlinks.user.js | 44 +++++++++---------- .../linkspy.cc-clicksfly.com.user.js | 1 + supported_sites.txt | 2 +- 4 files changed, 25 insertions(+), 24 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index b112243..2efcedd 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.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 diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 2616661..da879f0 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/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)); + } + } + +})(); +// ----- ----- ----- + diff --git a/extra_bypasses/linkspy.cc-clicksfly.com.user.js b/extra_bypasses/linkspy.cc-clicksfly.com.user.js index 9e6c344..341f4d8 100644 --- a/extra_bypasses/linkspy.cc-clicksfly.com.user.js +++ b/extra_bypasses/linkspy.cc-clicksfly.com.user.js @@ -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 ----- diff --git a/supported_sites.txt b/supported_sites.txt index 5b4fe05..c180c71 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -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/*