mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
added bypass for platinsport.com
This commit is contained in:
parent
f1493cbd3f
commit
20e0ac3078
4 changed files with 20 additions and 0 deletions
|
@ -772,6 +772,7 @@
|
|||
// @include /megalinks.info\/index.php\?v=/
|
||||
// @include /ocultandoo.blogspot.com/
|
||||
// @include /rodimalam.com/
|
||||
// @include /platinsport.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @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/
|
||||
|
|
|
@ -772,6 +772,7 @@
|
|||
// @include /megalinks.info\/index.php\?v=/
|
||||
// @include /ocultandoo.blogspot.com/
|
||||
// @include /rodimalam.com/
|
||||
// @include /platinsport.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @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/
|
||||
|
@ -2296,6 +2297,12 @@
|
|||
link.href = atob(link.getAttribute('href').split('?url=')[1]);
|
||||
}); }) : null;
|
||||
|
||||
// platinsport.com
|
||||
/platinsport.com/.test(url) ? afterDOMLoaded(function() {
|
||||
document.querySelectorAll('a[href*="http://bc.vc/"]').forEach(link => {
|
||||
link.href = 'https://' + link.getAttribute('href').split('/https://')[1];
|
||||
}); }) : null;
|
||||
|
||||
//fiuxy2.co
|
||||
/fiuxy2.co\/threads/.test(url) ? afterWindowLoaded(function() {
|
||||
document.querySelectorAll('a[href*="mega-enlace.com/ext.php?o="]').forEach(function(element) {
|
||||
|
@ -2330,6 +2337,8 @@
|
|||
if (targetLink) { clearInterval(intervalId); redirect(decodeURIComponent(targetLink.href.split('url=')[1])); }; }, 1000);
|
||||
}); }
|
||||
|
||||
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -129,6 +129,7 @@
|
|||
// @include /megalinks.info\/index.php\?v=/
|
||||
// @include /ocultandoo.blogspot.com/
|
||||
// @include /rodimalam.com/
|
||||
// @include /platinsport.com/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -576,6 +577,12 @@
|
|||
link.href = atob(link.getAttribute('href').split('?url=')[1]);
|
||||
}); }) : null;
|
||||
|
||||
// platinsport.com
|
||||
/platinsport.com/.test(url) ? afterDOMLoaded(function() {
|
||||
document.querySelectorAll('a[href*="http://bc.vc/"]').forEach(link => {
|
||||
link.href = 'https://' + link.getAttribute('href').split('/https://')[1];
|
||||
}); }) : null;
|
||||
|
||||
//fiuxy2.co
|
||||
/fiuxy2.co\/threads/.test(url) ? afterWindowLoaded(function() {
|
||||
document.querySelectorAll('a[href*="mega-enlace.com/ext.php?o="]').forEach(function(element) {
|
||||
|
@ -610,6 +617,8 @@
|
|||
if (targetLink) { clearInterval(intervalId); redirect(decodeURIComponent(targetLink.href.split('url=')[1])); }; }, 1000);
|
||||
}); }
|
||||
|
||||
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -751,6 +751,7 @@ r1.foxylinks.site
|
|||
/megalinks.info\/index.php\?v=/
|
||||
/ocultandoo.blogspot.com/
|
||||
/rodimalam.com/
|
||||
/platinsport.com/
|
||||
/filecrypt.(cc|co)/
|
||||
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
/mega-enlace.com/
|
||||
|
|
Loading…
Reference in a new issue