FastForward icon indicating copy to clipboard operation
FastForward copied to clipboard

No current bypass for ps4linux.com

Open hanakomisa opened this issue 1 year ago • 2 comments

Link

https://ps4linux.com/s/z1fh5

Version

Manifest-v3

What browser(s) are you using?

Firefox browsers

What platform are you using?

Computer (Windows, Linux, MacOS)

(Optional) Anything else?

No response

hanakomisa avatar Apr 04 '24 14:04 hanakomisa

this userscript solves it:

// ==UserScript==
// @name        ps4linux.com
// @match       https://ps4linux.com/s/*
// @run-at      document-start
// ==/UserScript==
document.addEventListener('DOMContentLoaded', function() {
  window.location.assign(document.querySelector('#skipaft > a:nth-child(1)').href)
});

Rust1667 avatar Apr 04 '24 15:04 Rust1667

Absolute time saver, thank you! I'm not sure if I should close this issue though. I'll leave it to the discretion of the FF team or if there are suggestions to do so.

hanakomisa avatar Apr 05 '24 07:04 hanakomisa

Dear @hanakomisa ,

Your problem has been solved! https://github.com/FastForwardTeam/FastForward/commit/326389a33720e1323e3b1e874ec96db9f2d27ea8

0xliam627 avatar Jul 29 '24 12:07 0xliam627

Legend, thank you!

hanakomisa avatar Jul 29 '24 12:07 hanakomisa