diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 352cc62..ca8b737 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -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)\/.*$/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 93e129a..b0b2f89 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -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() { diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 95e8d82..bccb59d 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -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() { diff --git a/supported_sites.txt b/supported_sites.txt index d5aa3da..d2389cb 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -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)\/.*$/