Milkinis Posted August 10, 2023 Posted August 10, 2023 17 minutes ago, NotHereToPlayGames said: But also know the "can of worms" it legally brings upon MSFN. PAE patch, GPT patch, PosReady patch... the more M$ restrictions the more people will move to Mac or chrome OS https://gs.statcounter.com/os-market-share
Dixel Posted August 11, 2023 Posted August 11, 2023 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 2
NotHereToPlayGames Posted August 11, 2023 Author Posted August 11, 2023 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".
Milkinis Posted August 11, 2023 Posted August 11, 2023 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
NotHereToPlayGames Posted August 11, 2023 Author Posted August 11, 2023 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?
Milkinis Posted August 11, 2023 Posted August 11, 2023 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).
NotHereToPlayGames Posted August 11, 2023 Author Posted August 11, 2023 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.
Milkinis Posted August 11, 2023 Posted August 11, 2023 8 minutes ago, NotHereToPlayGames said: 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. that tip only works for the LG website. https://msfn.org/board/topic/184624-arcticfoxienotheretoplaygames-360chrome-v1352036-rebuild-1/?do=findComment&comment=1249293
NotHereToPlayGames Posted August 11, 2023 Author Posted August 11, 2023 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
UCyborg Posted August 11, 2023 Posted August 11, 2023 (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 August 11, 2023 by UCyborg 1
Milkinis Posted August 13, 2023 Posted August 13, 2023 On 8/10/2023 at 8:45 PM, NotHereToPlayGames said: I've not yet "needed" to convert a Manifest V3 back to a Manifest V2, but something tells me it isn't as easy as changing a "3" to a "2", lol. it isn't https://developer.chrome.com/docs/extensions/migrating/
Milkinis Posted August 13, 2023 Posted August 13, 2023 https://chrome-stats.com/d/kofdkaoheaijojlnfkiimnogipafdaoj
rereser Posted August 15, 2023 Posted August 15, 2023 Edge Translate 2.4.1 is broken for several weeks now. https://chrome.google.com/webstore/detail/edge-translate/bocbaocobfecmglnmeaeppambideimao https://www.crx4chrome.com/crx/142425/ this is a nice alternative : https://github.com/FilipePS/Traduzir-paginas-web/releases/tag/v9.8.2.0 it is not available in the chrome web store or on crx4chrome. 2
Milkinis Posted August 15, 2023 Posted August 15, 2023 12 minutes ago, rereser said: Edge Translate 2.4.1 is broken for several weeks now. https://github.com/EdgeTranslate/EdgeTranslate/issues/548#issuecomment-1658748201
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now