diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 3895185..0500800 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -3,7 +3,7 @@ // @namespace Violentmonkey Scripts // @run-at document-start // @author Amm0ni4 -// @version 91.5.1 +// @version 91.5.2 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -734,6 +734,11 @@ // @include /go.(cravesandflames|codesnse).com/ // @include /empebau.eu\/s/ // @include /cpmlink.net\/go/ +// @include /10short.com/ +// @include /zegtrends.com/ +// @include /icutlink.com/ +// @include /motakhokhara.blogspot.com/ +// @include /xpshort.com/ // @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ // @exclude /^(https?:\/\/)(.+)?((advertisingexcel|talkforfitness|rsadnetworkinfo|rsinsuranceinfo|rsfinanceinfo|rssoftwareinfo|rshostinginfo|rseducationinfo|gametechreviewer|vegan4k|phineypet|batmanfactor|techedifier|urlhives|linkhives|github|freeoseocheck|greenenez|aliyun|reddit|bing|yahoo|wiki-topia|edonmanor|vrtier|whatsapp|gearsadviser|edonmanor|tunebug|menrealitycalc|amazon|ebay|payoneer|paypal|skrill|stripe|tipalti|wise|discord|tokopedia|taobao|taboola|aliexpress|netflix|citigroup|spotify|bankofamerica|hsbc|(cloud|mail|translate|analytics|accounts|myaccount|contacts|clients6|developers|payments|pay|ogs|safety|wallet).google|(login|signup|account|officeapps|api|mail|hotmail).live).com|(thumb8|thumb9|crewbase|crewus|shinchu|shinbhu|ultraten|uniqueten|topcryptoz|allcryptoz|coinsvalue|cookinguide|cryptowidgets|webfreetools|carstopia|makeupguide|carsmania|nflximg|doubleclick).net|(linksfly|shortsfly|urlsfly|wefly|blog24).me|(greasyfork|openuserjs|adarima|telegram|wikipedia).org|mcrypto.club|misterio.ro|insurancegold.in|coinscap.info|(shopee|lazada|rakuten|maybank).*|(dana|ovo|bca.co|bri.co|bni.co|bankmandiri.co|desa|(.*).go).id|(.*).edu|(.*).gov)(\/.*)/ // @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 64c9db7..9d2422f 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -3,7 +3,7 @@ // @namespace Violentmonkey Scripts // @run-at document-start // @author Amm0ni4 -// @version 91.5.1 +// @version 91.5.2 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -734,6 +734,11 @@ // @include /go.(cravesandflames|codesnse).com/ // @include /empebau.eu\/s/ // @include /cpmlink.net\/go/ +// @include /10short.com/ +// @include /zegtrends.com/ +// @include /icutlink.com/ +// @include /motakhokhara.blogspot.com/ +// @include /xpshort.com/ // @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ // @exclude /^(https?:\/\/)(.+)?((advertisingexcel|talkforfitness|rsadnetworkinfo|rsinsuranceinfo|rsfinanceinfo|rssoftwareinfo|rshostinginfo|rseducationinfo|gametechreviewer|vegan4k|phineypet|batmanfactor|techedifier|urlhives|linkhives|github|freeoseocheck|greenenez|aliyun|reddit|bing|yahoo|wiki-topia|edonmanor|vrtier|whatsapp|gearsadviser|edonmanor|tunebug|menrealitycalc|amazon|ebay|payoneer|paypal|skrill|stripe|tipalti|wise|discord|tokopedia|taobao|taboola|aliexpress|netflix|citigroup|spotify|bankofamerica|hsbc|(cloud|mail|translate|analytics|accounts|myaccount|contacts|clients6|developers|payments|pay|ogs|safety|wallet).google|(login|signup|account|officeapps|api|mail|hotmail).live).com|(thumb8|thumb9|crewbase|crewus|shinchu|shinbhu|ultraten|uniqueten|topcryptoz|allcryptoz|coinsvalue|cookinguide|cryptowidgets|webfreetools|carstopia|makeupguide|carsmania|nflximg|doubleclick).net|(linksfly|shortsfly|urlsfly|wefly|blog24).me|(greasyfork|openuserjs|adarima|telegram|wikipedia).org|mcrypto.club|misterio.ro|insurancegold.in|coinscap.info|(shopee|lazada|rakuten|maybank).*|(dana|ovo|bca.co|bri.co|bni.co|bankmandiri.co|desa|(.*).go).id|(.*).edu|(.*).gov)(\/.*)/ // @downloadURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/raw/branch/main/Bypass_All_Shortlinks.user.js @@ -2107,6 +2112,15 @@ /(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn:nth-child(1)')}) : null; /go.(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null; + // psa.wf (adding here stuff missing from the main script) + /10short.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn')}) : null; + /zegtrends.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('.bsub')}) : null; + /zegtrends.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go1')}) : null; + /icutlink.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null; + /motakhokhara.blogspot.com/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('a.safeb')}) : null; + /motakhokhara.blogspot.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#safesub')}) : null; + /xpshort.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null; + })(); (function() { @@ -2120,6 +2134,9 @@ // www.gtaall.com - https://github.com/FastForwardTeam/FastForward/issues/1348 /www.gtaall.com\/get-manual/.test(url) ? boostTimers() : null; + // psa.wf (adding here stuff missing from the main script) + /motakhokhara.blogspot.com/.test(url) ? boostTimers() : null; + })(); // ----- ----- ----- diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 900d0ab..e3429e3 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -85,6 +85,11 @@ // @include /go.(cravesandflames|codesnse).com/ // @include /empebau.eu\/s/ // @include /cpmlink.net\/go/ +// @include /10short.com/ +// @include /zegtrends.com/ +// @include /icutlink.com/ +// @include /motakhokhara.blogspot.com/ +// @include /xpshort.com/ // @run-at document-start // ==/UserScript== @@ -375,6 +380,15 @@ /(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn:nth-child(1)')}) : null; /go.(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null; + // psa.wf (adding here stuff missing from the main script) + /10short.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn')}) : null; + /zegtrends.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('.bsub')}) : null; + /zegtrends.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go1')}) : null; + /icutlink.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null; + /motakhokhara.blogspot.com/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('a.safeb')}) : null; + /motakhokhara.blogspot.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#safesub')}) : null; + /xpshort.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null; + })(); (function() { @@ -388,6 +402,9 @@ // www.gtaall.com - https://github.com/FastForwardTeam/FastForward/issues/1348 /www.gtaall.com\/get-manual/.test(url) ? boostTimers() : null; + // psa.wf (adding here stuff missing from the main script) + /motakhokhara.blogspot.com/.test(url) ? boostTimers() : null; + })(); // ----- ----- ----- diff --git a/supported_sites.txt b/supported_sites.txt index 17faf2b..24f046b 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -716,4 +716,9 @@ r1.foxylinks.site /go.(cravesandflames|codesnse).com/ /empebau.eu\/s/ /cpmlink.net\/go/ +/10short.com/ +/zegtrends.com/ +/icutlink.com/ +/motakhokhara.blogspot.com/ +/xpshort.com/ /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/