mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
added a bypass
https://github.com/FastForwardTeam/FastForward/issues/1389
This commit is contained in:
parent
f0e942092c
commit
4edcc25b34
4 changed files with 10 additions and 0 deletions
|
@ -762,6 +762,7 @@
|
|||
// @include /dow-dow-dow-dow-dow.xyz\/download\/\?id=/
|
||||
// @include /ofilmetorrent.com\/download\/\?id=/
|
||||
// @include /librospdfgratismundo.net/
|
||||
// @include /ps4linux.com\/s/
|
||||
// @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)\/.*$/
|
||||
|
|
|
@ -762,6 +762,7 @@
|
|||
// @include /dow-dow-dow-dow-dow.xyz\/download\/\?id=/
|
||||
// @include /ofilmetorrent.com\/download\/\?id=/
|
||||
// @include /librospdfgratismundo.net/
|
||||
// @include /ps4linux.com\/s/
|
||||
// @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)\/.*$/
|
||||
|
@ -2278,6 +2279,9 @@
|
|||
link.href = atob(link.getAttribute('href').split('?url=')[1]);
|
||||
}); }) : null;
|
||||
|
||||
// https://github.com/FastForwardTeam/FastForward/issues/1389
|
||||
/ps4linux.com\/s/.test(url) ? afterDOMLoaded(function() {redirect(document.querySelector('#skipaft > a:nth-child(1)').href)}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -121,6 +121,7 @@
|
|||
// @include /dow-dow-dow-dow-dow.xyz\/download\/\?id=/
|
||||
// @include /ofilmetorrent.com\/download\/\?id=/
|
||||
// @include /librospdfgratismundo.net/
|
||||
// @include /ps4linux.com\/s/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -564,6 +565,9 @@
|
|||
link.href = atob(link.getAttribute('href').split('?url=')[1]);
|
||||
}); }) : null;
|
||||
|
||||
// https://github.com/FastForwardTeam/FastForward/issues/1389
|
||||
/ps4linux.com\/s/.test(url) ? afterDOMLoaded(function() {redirect(document.querySelector('#skipaft > a:nth-child(1)').href)}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -742,6 +742,7 @@ r1.foxylinks.site
|
|||
/dow-dow-dow-dow-dow.xyz\/download\/\?id=/
|
||||
/ofilmetorrent.com\/download\/\?id=/
|
||||
/librospdfgratismundo.net/
|
||||
/ps4linux.com\/s/
|
||||
/(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)\/.*$/
|
||||
|
|
Loading…
Reference in a new issue