pcsx2.net

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
UCyborg
Lunatic
Lunatic
Posts: 380
Joined: 2019-01-10, 09:37
Location: Slovenia

pcsx2.net

Post by UCyborg » 2025-06-07, 22:04

What the heck is FinalizationRegistry and why would a PlayStation 2 emulator website need it? You'd think a site dedicated to a retro hardware emulator would also be more retro in design rather than a JavaScript blob...

User avatar
adoxa
Lunatic
Lunatic
Posts: 437
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: pcsx2.net

Post by adoxa » 2025-06-07, 23:49

It was "discussed" earlier. Here's a Modify HTTP Response filter to detect it (that's the funny thing - there are three references, the first two are tested, the third is not).

Code: Select all

[["pcsx2.net",["/main.*\\.js$/",[";new Fin",";\"undefined\"!=typeof FinalizationRegistry&&new Fin"]]]]

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 37765
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: pcsx2.net

Post by Moonchild » 2025-06-07, 23:56

UCyborg wrote:
2025-06-07, 22:04
why would a PlayStation 2 emulator website need it?
Because of a ton of misinformation around what it does (or rather does not do).
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
UCyborg
Lunatic
Lunatic
Posts: 380
Joined: 2019-01-10, 09:37
Location: Slovenia

Re: pcsx2.net

Post by UCyborg » 2025-06-10, 07:57

Presumably, you could have a stub polyfill of FinalizationRegistry as a user script? That would be neater IMO. Or could the stub break something in practice?