diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 8233d7a..fcc72ed 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -659,6 +659,11 @@ // @include /comohoy.com/ // @include /sphinxanime.com\/short/ // @include /link.manudatos.com\/#!/ +// @include /iconicblogger.com/ +// @include /link.unlockner.com/ +// @include /cybercityhelp.in/ +// @include /www.akcartoons.in/ +// @include /go.moonlinks.in/ // @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 27aaf8d..278ea1c 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -659,6 +659,11 @@ // @include /comohoy.com/ // @include /sphinxanime.com\/short/ // @include /link.manudatos.com\/#!/ +// @include /iconicblogger.com/ +// @include /link.unlockner.com/ +// @include /cybercityhelp.in/ +// @include /www.akcartoons.in/ +// @include /go.moonlinks.in/ // @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 @@ -1786,11 +1791,33 @@ 'use strict'; const url = window.location.href const redirect = finalUrl => window.location.assign(finalUrl); + const isValidUrl = url => { try { new URL(url); return true; } catch (error) { return false; } }; + const redirectIfNotDisabled = (selector) => { let intervalId = setInterval(() => { let linkButton = document.querySelector(selector + ':not(.disabled)'); if (linkButton) { clearInterval(intervalId); redirect(linkButton.href); } }, 500); }; + const afterDOMLoaded = (callback) => document.addEventListener('DOMContentLoaded', callback); + //peliculasgd.net /mundopolo.net/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null; + + //leak.sx & pornleaks.in /comohoy.com/.test(url) ? redirect(atob(url.split('?url=')[1])) : null; + + //sphinxanime.com /sphinxanime.com\/short/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null; + + //pasteprivado.blogspot.com /link.manudatos.com\/#!/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null; + + //anime-world.in + /iconicblogger.com/.test(url) ? afterDOMLoaded(function() {redirect(document.getElementById('wpsafe-link').querySelector('a').getAttribute('onclick').match(/window\.open\('([^']*)'/)[1])}) : null; + /link.unlockner.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn.get-link')}) : null; + + //atozcartoonist.com + /cybercityhelp.in/.test(url) ? afterDOMLoaded(function() {document.querySelector('#username').value = 'filler'}) : null; + /cybercityhelp.in/.test(url) ? afterDOMLoaded(function() {document.querySelector('#tp982').click()}) : null; + /cybercityhelp.in/.test(url) ? afterDOMLoaded(function() {document.querySelector('button.tp-btn.tp-blue').click()}) : null; + /www.akcartoons.in/.test(url) ? afterDOMLoaded(function() {document.querySelector('#btn6 > button').click()}) : null; + /www.akcartoons.in/.test(url) ? afterDOMLoaded(function() {redirect(document.querySelector('a[href*="go.moonlinks.in"]'))}) : null; + /go.moonlinks.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.btn')}) : null; })(); // ----- ----- ----- diff --git a/extra_bypasses/simple_redirects.user.js b/extra_bypasses/simple_redirects.user.js index 44601e7..404bd9e 100644 --- a/extra_bypasses/simple_redirects.user.js +++ b/extra_bypasses/simple_redirects.user.js @@ -4,6 +4,11 @@ // @include /comohoy.com/ // @include /sphinxanime.com\/short/ // @include /link.manudatos.com\/#!/ +// @include /iconicblogger.com/ +// @include /link.unlockner.com/ +// @include /cybercityhelp.in/ +// @include /www.akcartoons.in/ +// @include /go.moonlinks.in/ // @run-at document-start // ==/UserScript== @@ -12,11 +17,33 @@ 'use strict'; const url = window.location.href const redirect = finalUrl => window.location.assign(finalUrl); + const isValidUrl = url => { try { new URL(url); return true; } catch (error) { return false; } }; + const redirectIfNotDisabled = (selector) => { let intervalId = setInterval(() => { let linkButton = document.querySelector(selector + ':not(.disabled)'); if (linkButton) { clearInterval(intervalId); redirect(linkButton.href); } }, 500); }; + const afterDOMLoaded = (callback) => document.addEventListener('DOMContentLoaded', callback); + //peliculasgd.net /mundopolo.net/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null; + + //leak.sx & pornleaks.in /comohoy.com/.test(url) ? redirect(atob(url.split('?url=')[1])) : null; + + //sphinxanime.com /sphinxanime.com\/short/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null; + + //pasteprivado.blogspot.com /link.manudatos.com\/#!/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null; + + //anime-world.in + /iconicblogger.com/.test(url) ? afterDOMLoaded(function() {redirect(document.getElementById('wpsafe-link').querySelector('a').getAttribute('onclick').match(/window\.open\('([^']*)'/)[1])}) : null; + /link.unlockner.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn.get-link')}) : null; + + //atozcartoonist.com + /cybercityhelp.in/.test(url) ? afterDOMLoaded(function() {document.querySelector('#username').value = 'filler'}) : null; + /cybercityhelp.in/.test(url) ? afterDOMLoaded(function() {document.querySelector('#tp982').click()}) : null; + /cybercityhelp.in/.test(url) ? afterDOMLoaded(function() {document.querySelector('button.tp-btn.tp-blue').click()}) : null; + /www.akcartoons.in/.test(url) ? afterDOMLoaded(function() {document.querySelector('#btn6 > button').click()}) : null; + /www.akcartoons.in/.test(url) ? afterDOMLoaded(function() {redirect(document.querySelector('a[href*="go.moonlinks.in"]'))}) : null; + /go.moonlinks.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.btn')}) : null; })(); // ----- ----- ----- diff --git a/supported_sites.txt b/supported_sites.txt index 1c51ff9..fa8c901 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -644,3 +644,8 @@ https://*.shrinkme.us/* /comohoy.com/ /sphinxanime.com\/short/ /link.manudatos.com\/#!/ +/iconicblogger.com/ +/link.unlockner.com/ +/cybercityhelp.in/ +/www.akcartoons.in/ +/go.moonlinks.in/