mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
added autoclick for fc-lc, bypass for intercambiosvirtuales
This commit is contained in:
parent
d6ff231dc7
commit
e73daa6642
4 changed files with 22 additions and 0 deletions
|
@ -665,6 +665,8 @@
|
|||
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||
// @include /links.cuevana.ac\/short/
|
||||
// @include /ouo.io/
|
||||
// @include /fc-lc.xyz/
|
||||
// @include /1v.to\/t/
|
||||
// @include /linkspy.cc\/tr/
|
||||
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.org|theapknews.shop|trendzguruji.me)/
|
||||
// @include /dropgalaxy.(com|co)\/drive/
|
||||
|
|
|
@ -665,6 +665,8 @@
|
|||
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||
// @include /links.cuevana.ac\/short/
|
||||
// @include /ouo.io/
|
||||
// @include /fc-lc.xyz/
|
||||
// @include /1v.to\/t/
|
||||
// @include /linkspy.cc\/tr/
|
||||
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.org|theapknews.shop|trendzguruji.me)/
|
||||
// @include /dropgalaxy.(com|co)\/drive/
|
||||
|
@ -1697,6 +1699,7 @@
|
|||
const redirect = finalUrl => window.location.assign(finalUrl);
|
||||
const getParam = (url, param) => new URLSearchParams(url).get(param);
|
||||
const afterDOMLoaded = (callback) => document.addEventListener('DOMContentLoaded', callback);
|
||||
const base64DecodeWithCleaning = (string, times) => {let decoded = string; for (let i = 0; i < times; i++) {decoded = atob(decoded.replace('ø', '').replace('+P', ''));}return decoded;}
|
||||
const isValidUrl = url => { try { new URL(url); return true; } catch (error) { return false; } };
|
||||
const clickIfExists = (selector) => { let intervalId = setInterval(() => { let button = document.querySelector(selector); if (button) { clearInterval(intervalId); button.click(); } }, 1000); };
|
||||
const clickIfExistsNonStop = (selector) => { let intervalId = setInterval(() => { let button = document.querySelector(selector + ':not(.disabled)'); if (button) { button.click(); } }, 500); };
|
||||
|
@ -1723,6 +1726,9 @@
|
|||
//pasteprivado.blogspot.com
|
||||
/link.manudatos.com\/#!/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null;
|
||||
|
||||
//intercambiosvirtuales.org
|
||||
/1v.to\/t/.test(url) ? redirect(base64DecodeWithCleaning(url.split('/t/')[1], 5)) : null;
|
||||
|
||||
//anime-world.in and mandranime.com
|
||||
/(iconicblogger.com|segurosdevida.site)/.test(url) ? afterDOMLoaded(function() {redirect(document.getElementById('wpsafe-link').querySelector('a').getAttribute('onclick').match(/window\.open\('([^']*)'/)[1])}) : null;
|
||||
|
||||
|
@ -1740,6 +1746,9 @@
|
|||
//shrinkme.us
|
||||
/shrinkme.us/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
|
||||
//fc-lc.xyz
|
||||
/fc-lc.xyz/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
|
||||
//shareus.io
|
||||
/shareus.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('#root > div > main > div.main-container-1 > div.main-container-2 > div:nth-child(1) > div.adunit-container > button')}) : null;
|
||||
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||
// @include /links.cuevana.ac\/short/
|
||||
// @include /ouo.io/
|
||||
// @include /fc-lc.xyz/
|
||||
// @include /1v.to\/t/
|
||||
// @include /linkspy.cc\/tr/
|
||||
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.org|theapknews.shop|trendzguruji.me)/
|
||||
// @include /dropgalaxy.(com|co)\/drive/
|
||||
|
@ -28,6 +30,7 @@
|
|||
const redirect = finalUrl => window.location.assign(finalUrl);
|
||||
const getParam = (url, param) => new URLSearchParams(url).get(param);
|
||||
const afterDOMLoaded = (callback) => document.addEventListener('DOMContentLoaded', callback);
|
||||
const base64DecodeWithCleaning = (string, times) => {let decoded = string; for (let i = 0; i < times; i++) {decoded = atob(decoded.replace('ø', '').replace('+P', ''));}return decoded;}
|
||||
const isValidUrl = url => { try { new URL(url); return true; } catch (error) { return false; } };
|
||||
const clickIfExists = (selector) => { let intervalId = setInterval(() => { let button = document.querySelector(selector); if (button) { clearInterval(intervalId); button.click(); } }, 1000); };
|
||||
const clickIfExistsNonStop = (selector) => { let intervalId = setInterval(() => { let button = document.querySelector(selector + ':not(.disabled)'); if (button) { button.click(); } }, 500); };
|
||||
|
@ -54,6 +57,9 @@
|
|||
//pasteprivado.blogspot.com
|
||||
/link.manudatos.com\/#!/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null;
|
||||
|
||||
//intercambiosvirtuales.org
|
||||
/1v.to\/t/.test(url) ? redirect(base64DecodeWithCleaning(url.split('/t/')[1], 5)) : null;
|
||||
|
||||
//anime-world.in and mandranime.com
|
||||
/(iconicblogger.com|segurosdevida.site)/.test(url) ? afterDOMLoaded(function() {redirect(document.getElementById('wpsafe-link').querySelector('a').getAttribute('onclick').match(/window\.open\('([^']*)'/)[1])}) : null;
|
||||
|
||||
|
@ -71,6 +77,9 @@
|
|||
//shrinkme.us
|
||||
/shrinkme.us/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
|
||||
//fc-lc.xyz
|
||||
/fc-lc.xyz/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
|
||||
//shareus.io
|
||||
/shareus.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('#root > div > main > div.main-container-1 > div.main-container-2 > div:nth-child(1) > div.adunit-container > button')}) : null;
|
||||
|
||||
|
|
|
@ -650,6 +650,8 @@ r1.foxylinks.site
|
|||
/(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||
/links.cuevana.ac\/short/
|
||||
/ouo.io/
|
||||
/fc-lc.xyz/
|
||||
/1v.to\/t/
|
||||
/linkspy.cc\/tr/
|
||||
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.org|theapknews.shop|trendzguruji.me)/
|
||||
/dropgalaxy.(com|co)\/drive/
|
||||
|
|
Loading…
Reference in a new issue