Jump to content

ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1


Recommended Posts

21 hours ago, verta said:

I tried searching for the string without success. I also get a failed translate message because of server.

Function: Drop Translate to English from Chrome mode page context menu (1 occurrence)
replace: C0 FB 8D 86 F0 02 00 00 50 E8
with: C0 FB E9 E6 00 00 00 90 50 E8

Hmm, I am not sure what do you mean "without success"? If you mean that it says "couldn't find C0 FB 8D 86 F0 02 00 00 50 E8", @Dave-H also had that happening, and I mentioned the solution for it here.

Link to comment
Share on other sites


Regarding crypto.randomUUID(), for use in Chromium 86 and other recent enough browsers, having the code that covers ancient browsers (what is Internet Explorer?) is a bit redundant since those parts will never be executed in practice. I'd just use:

if (!('randomUUID' in crypto))
  // https://stackoverflow.com/a/2117523/2800218
  // LICENSE: https://creativecommons.org/licenses/by-sa/4.0/legalcode
  crypto.randomUUID = function randomUUID() {
    return (
      [1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,
      c => (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)
    );
  };

Regarding phones, I think the issue is that people suck. Here, phone functions are mostly used for establishing contact when someone's not home. Those few I communicate with, if it's used, then it must be important enough.

Link to comment
Share on other sites

4 minutes ago, UCyborg said:
if (!('randomUUID' in crypto))
  // https://stackoverflow.com/a/2117523/2800218
  // LICENSE: https://creativecommons.org/licenses/by-sa/4.0/legalcode
  crypto.randomUUID = function randomUUID() {
    return (
      [1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,
      c => (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)
    );
  };

:thumbup

Link to comment
Share on other sites

On 7/15/2023 at 7:05 AM, mina7601 said:

Hmm, I am not sure what do you mean "without success"? If you mean that it says "couldn't find C0 FB 8D 86 F0 02 00 00 50 E8", @Dave-H also had that happening, and I mentioned the solution for it here.

I'll look this info over. Hopefully this will get my 360ee updated working.

Link to comment
Share on other sites

On 7/15/2023 at 5:05 AM, mina7601 said:

Hmm, I am not sure what do you mean "without success"? If you mean that it says "couldn't find C0 FB 8D 86 F0 02 00 00 50 E8", @Dave-H also had that happening, and I mentioned the solution for it here.

What are you trying to edit "without success"?

"Sunsetting Chrome Translate for old Chrome" - is the cause. Research done in a couple of clicks.

https://support.google.com/chrome/thread/217285368/sunsetting-chrome-translate-for-chrome-m95-and-older?hl=en

They claim to still support 96 and up, which is not entirely true, at least on my end, I was only able to get translate fully working with Chrome 103 (May or June 2022).

 
Link to comment
Share on other sites

3 hours ago, Dixel said:

What are you trying to edit "without success"?

To clarify it for you, it wasn't me who said "without success", it was verta:

On 7/14/2023 at 4:55 PM, verta said:

I tried searching for the string without success. I also get a failed translate message because of server.

Is there a way to restore functionality?


Function: Drop Translate to English from Chrome mode page context menu (1 occurrence)
replace: C0 FB 8D 86 F0 02 00 00 50 E8
with: C0 FB E9 E6 00 00 00 90 50 E8

So I asked for meaning of "without success"

3 hours ago, Dixel said:

"Sunsetting Chrome Translate for old Chrome" - is the cause. Research done in a couple of clicks.

https://support.google.com/chrome/thread/217285368/sunsetting-chrome-translate-for-chrome-m95-and-older?hl=en

Yes, I already know and read these news 1 month ago.

Edited by mina7601
Link to comment
Share on other sites

9 hours ago, NotHereToPlayGames said:

Have you seen any web site actually "require" it?

no i have not, that is why i asked.
will pass on this one, saved as a bookmark just in case.

Edited by rereser
Link to comment
Share on other sites

On 7/17/2023 at 11:26 AM, UCyborg said:

Regarding crypto.randomUUID(), for use in Chromium 86 and other recent enough browsers,

I have already removed the monkey extension because it doesn't fix the issue of a not working site with the same problem as the LG website and it breaks other sites.

also the user interface is total crap, I need to check it out several times to see whether it's enabled or not

Link to comment
Share on other sites

7 hours ago, Milkinis said:

I have already removed the monkey extension because it doesn't fix the issue of a not working site with the same problem as the LG website and it breaks other sites.

also the user interface is total crap, I need to check it out several times to see whether it's enabled or not

I understand the difference between 86 and 87 isn't big, but have you tried on 87 ported XP minibrowser? Or the 13.0 version of this one, not 13.5?

Link to comment
Share on other sites

On 7/14/2023 at 8:12 AM, Milkinis said:

Application error: a client-side exception has occurred (see the browser console for more information).

Yes, I got the same error on this browser. I've tried several user agents, including mobile android, no luck. Guess I won't order LG, and go buy a Philips instead.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...