From 3f5fc903050e4bea08f78c22ac455562e69018e8 Mon Sep 17 00:00:00 2001 From: Kameleon <77245601+kmeps4@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:08:57 -0600 Subject: [PATCH] Update config.mjs Added some credits --- config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mjs b/config.mjs index 483018c..38d175c 100644 --- a/config.mjs +++ b/config.mjs @@ -57,7 +57,7 @@ export function set_target(value) { target = value; } -function DetectFirmwareVersion() +function DetectFirmwareVersion() //function by kameleon :) { var UA = navigator.userAgent.substring(navigator.userAgent.indexOf('5.0 (') + 19, navigator.userAgent.indexOf(') Apple')).replace("PlayStation 4/","");