diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 19ff1a6..29ae383 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.6.9 +// @version 91.6.10 // @noframes // @grant GM_setValue // @grant GM_getValue @@ -758,6 +758,10 @@ // @include /lnk.news/ // @include /imagereviser.com/ // @include /upshrink.com/ +// @include /bangclinic.life/ +// @include /dow-dow-dow-dow-dow.xyz\/download\/\?id=/ +// @include /ofilmetorrent.com\/download\/\?id=/ +// @include /librospdfgratismundo.net/ // @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ // @include /mega-enlace.com/ // @include /(work.ink|workink.click)\/.*$/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 51ad0aa..7e3e5f4 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.6.9 +// @version 91.6.10 // @noframes // @grant GM_setValue // @grant GM_getValue @@ -758,6 +758,10 @@ // @include /lnk.news/ // @include /imagereviser.com/ // @include /upshrink.com/ +// @include /bangclinic.life/ +// @include /dow-dow-dow-dow-dow.xyz\/download\/\?id=/ +// @include /ofilmetorrent.com\/download\/\?id=/ +// @include /librospdfgratismundo.net/ // @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ // @include /mega-enlace.com/ // @include /(work.ink|workink.click)\/.*$/ @@ -2260,6 +2264,22 @@ /imagereviser.com/.test(url) ? afterDOMLoaded(function() {afterElementVisible('#second_btn_div', function() {document.querySelector('#bottom_btn').click();}) }) : null; /upshrink.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; + // comandofilmeshd.org + /bangclinic.life/.test(url) ? afterDOMLoaded(function() {redirectIfExists('a.DownloadButOn')}) : null; + + // ofilmetorrent.com + /dow-dow-dow-dow-dow.xyz\/download\/\?id=/.test(url) ? redirect(atob(url.split('?id=')[1].split('&')[0])) : null; + /ofilmetorrent.com\/download\/\?id=/.test(url) ? afterDOMLoaded(function() { + document.querySelectorAll('a[href*="https://dow-dow-dow-dow-dow.xyz/download?id="]').forEach(link => { + link.href = atob(link.getAttribute('href').split('?id=')[1].split('&')[0]); + }); }) : null; + + // librospdfgratismundo.net + /librospdfgratismundo.net/.test ? afterDOMLoaded(function() { + document.querySelectorAll('a[href*="https://librospdfgratismundo.net/rt?url="]').forEach(link => { + link.href = atob(link.getAttribute('href').split('?url=')[1]); + }); }) : null; + })(); (function() { diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index f11cf7c..9e55bdc 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -117,6 +117,10 @@ // @include /lnk.news/ // @include /imagereviser.com/ // @include /upshrink.com/ +// @include /bangclinic.life/ +// @include /dow-dow-dow-dow-dow.xyz\/download\/\?id=/ +// @include /ofilmetorrent.com\/download\/\?id=/ +// @include /librospdfgratismundo.net/ // @run-at document-start // ==/UserScript== @@ -543,6 +547,22 @@ /imagereviser.com/.test(url) ? afterDOMLoaded(function() {afterElementVisible('#second_btn_div', function() {document.querySelector('#bottom_btn').click();}) }) : null; /upshrink.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; + // comandofilmeshd.org + /bangclinic.life/.test(url) ? afterDOMLoaded(function() {redirectIfExists('a.DownloadButOn')}) : null; + + // ofilmetorrent.com + /dow-dow-dow-dow-dow.xyz\/download\/\?id=/.test(url) ? redirect(atob(url.split('?id=')[1].split('&')[0])) : null; + /ofilmetorrent.com\/download\/\?id=/.test(url) ? afterDOMLoaded(function() { + document.querySelectorAll('a[href*="https://dow-dow-dow-dow-dow.xyz/download?id="]').forEach(link => { + link.href = atob(link.getAttribute('href').split('?id=')[1].split('&')[0]); + }); }) : null; + + // librospdfgratismundo.net + /librospdfgratismundo.net/.test ? afterDOMLoaded(function() { + document.querySelectorAll('a[href*="https://librospdfgratismundo.net/rt?url="]').forEach(link => { + link.href = atob(link.getAttribute('href').split('?url=')[1]); + }); }) : null; + })(); (function() { diff --git a/supported_sites.txt b/supported_sites.txt index 4868bfe..4217154 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -738,6 +738,10 @@ r1.foxylinks.site /lnk.news/ /imagereviser.com/ /upshrink.com/ +/bangclinic.life/ +/dow-dow-dow-dow-dow.xyz\/download\/\?id=/ +/ofilmetorrent.com\/download\/\?id=/ +/librospdfgratismundo.net/ /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ /mega-enlace.com/ /(work.ink|workink.click)\/.*$/