Jump to content

Recommended Posts


Posted
6 hours ago, NotHereToPlayGames said:

That doesn't really help.  How do you generate the extension ID?

Manifest 3 to manifest 2 converting

https://groups.google.com/a/chromium.org/g/chromium-extensions/c/GMWU8ZDALSs

Someone, who calls himself "Carlos" wrote:

"Currently working on an npm package which can convert the manifest file from v3 to v2 and handle other compatibility issues. Let me know if you are interested"

https://apps.jeurissen.co/contact

Posted
4 hours ago, Dixel said:

Let me know if you are interested

I'm not.  Not to contact somebody I do not know!  All of my "older" extensions work just fine in my "older" browser, ZERO need to convert to v3.

Have the curiosity, but can wait until it becomes "mainstream public knowledge" versus a "private contact-me hobbyist-project".

Posted

some websites refuse to load and the page is full blank

then I access them using W7 and a modern browser 

this way I can get access to those webs using this browser...

I don't use any user agent switcher 

it's somewhat annyoing but we have to live with this crap

I want to guess some websites read my IP associated to an old browser version

 

Posted
44 minutes ago, NotHereToPlayGames said:

So you visit the web site from Win7 and a different browser and AFTER you do that, then you can visit using 360Chrome on XP?

exactly. ((I don't use chrome 13.5 on W7 so I forgot to try it out))  

it doesn't matter how many times I do F5 because it refuses to display anything

the wallapop.com site sometimes is accessible except when try to I log in

then I log in with W7 and after that I can miraculously log in with XP.

right now I'm facing this message on the main page so I can't do nothing with XP

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

 

Posted
43 minutes ago, Milkinis said:

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

That error isn't actually telling us anything.  Error messages have to come from the Console tab in Dev Tools and not the browser content area where web pages are displayed.

The last time that the content area showed that error, TWO polyfills were required to clear it.

I think they were Object.hasOwn() and randomUUID() but I'm not 100% positive.

Posted

wallapop is failing at Intl.NumberFormat.  Chrome supports it since version 24 for most sub-features and since version 64 for other sub-features.

There are some sub-features not supported until Chrome version 106 but I am not seeing them being used at wallapop (I do not have my normal debug tools available here at work).

What browser are you using in Win7 and does it show up as "green" here - https://caniuse.com/?search=intl.numberformat

Posted (edited)

I already explained an issue with wallapop and minimumFractionDigits/maximumFractionDigits, need to do some search & replace in served JavaScript with Proxomitron or similar. The issue is currently in https://uk.wallapop.com/_next/static/chunks/9153-b1a4057bd47ff04a.js.

Find:

{style:"currency",currency:n,maximumFractionDigits:r}

And replace:

{style:"currency",currency:n,minimumFractionDigits:r,maximumFractionDigits:r}
Edited by UCyborg

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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