Content Type
Profiles
Forums
Events
Posts posted by UCyborg
-
-
The extension always forces the mobile layout as well as the suggested user agent. I personally like the idea of having a normal GUI for it, so I coded a user script a while back that lets you choose the layout when you're on the site. I don't really use it though, was just something I coded for the sake of coding something that I thought I could do.
https://gist.github.com/UCyborg/754fe319866a7f126ec1d074ed922b37/raw/YouTube_layout_config.user.js
I think they were discussing some usability tweaks for the mobile site a while back on Pale Moon forum. Didn't really look into it since I tend to stick with normal desktop site.
-
If anyone noticed, Firefox got structuredClone before Chromium did.
BTW, PerformanceObserver is implemented in UXP, but MCP thinks it's evil so it's disabled by default - search for performance in about:config, I don't recall the exact pref name and I'm not at computer ATM.
Edit: It's dom.enable_performance_observer.
-
1
-
-
Only window.structuredClone, but I don't think that version is spec compliant. MDN links to a more complex version, but it probably takes more than copy-paste to put in the browser.
-
1
-
2
-
-
10 hours ago, VistaLover said:
... Can confirm
; the page does load, but clicking any of the download options (buttons) doesn't initiate a download
; it's JS related:
What's worse, I couldn't get a download to happen with any of 360EEv12/13/13.5 and KafanMiniBrowser, so I'm not able to fetch the Edge files under this Vista SP2 x86 laptop; any working workaround will be appreciated
...
Seems a rather simple polyfill gets this one going:
if (typeof self.structuredClone !== "function") { self.structuredClone = function (value) { if (Array.isArray(value)) { const count = value.length; let arr = new Array(count); for (let i = 0; i < count; i++) { arr[i] = self.structuredClone(value[i]); } return arr; } else if (typeof value === "object") { let obj = {}; for (const prop in value) { obj[prop] = self.structuredClone(value[prop]); } return obj; } else { return value; } } }
https://www.gloomycorner.com/javascript-troubleshooting-structuredclone-is-not-defined/
It's been added to my palefill-1.25.4.xpi (it's newer than martok's...also gets Facebook's messenger to load again with another fix...until it breaks sometime in the future).
The polyfills like above also work when installed in the form of user script, just need the metadata, template is suggested by your favorite user script manager, just tell it to run on the problematic site and it should probably run at document-start.
-
3
-
-
On 3/15/2023 at 5:01 PM, VistaLover said:
Can someone with access to "upstream" (e.g. @UCyborg
) relay this bug to them, so, perhaps, it could be investigated and, hopefully, remedied?
They fixed it in their code tree before you posted about it here. I don't know about that notification thingie causing high CPU usage, either it doesn't happen here (Pale Moon beta) or I'm missing something.
On 3/15/2023 at 3:46 PM, dmiranda said:Hi @UCyborg, somewhere in this thread (can't find it) you mentioned you delete most of the root files in basilisk (except xul) as the browser can find the included in root somewhere else in the system. Can you give more details on this? Thanks!
On 3/13/2023 at 12:55 AM, VistaLover said:... What I still don't get (being a non-coder) is why disabling JS works around it - and any answer to my uBO-related "plea-for-help", please
?
https://support.microsoft.com/...No idea, but since I don't like messing with these things unless it's the last resort, I just added the rule to my Proxomitron to rewrite links to CSS in supported fashion...
Name = "Microsoft Support - no stylesheet preload" Active = TRUE URL = "support.microsoft.com/ $TYPE(htm)" Limit = 256 Match = "<link rel="preload" as="style" onload="this.rel=\'stylesheet\'" \0>" Replace = "<link rel="stylesheet" \0>"
Just did it the way I know it can be done...
On 3/15/2023 at 9:59 PM, AstroSkipper said:On 3/16/2023 at 12:01 AM, VistaLover said:... For starters, you shouldn't do that (when testing), as palefill conflicts/interferes with native WC:
13 hours ago, RamonUn said:This is true if the point is to actually test the new palemoon but in theory palefill will not polyfill anything that is already implemented by the browser. So you can safely use palefill with webcompobnents enabled and benefit from the extra polyfills. Some things on GH still need extra polyfilling to work properly for example if you have no palefill you wont get the PerformanceObserver ad thus no auto completion after typing # or @. So there are still some benefits with palefill, but they are not major and they cost significant performances. hopefully things will stabilize quickly but even then palefill will still be useful.
Palefill as provided on martok's GitHub page will indeed still impact GitHub in a significant way even when Web Components are provided by the browser because some checks aren't there so some stuff still gets injected unconditionally, but even when certain injected code has checks to not do anything if not necessary, I suppose its code must still be parsed by the browser.
I use modified version that more thoroughly checks browser features and prevents processing rules that polyfill functions that already exist in the browser. But if one must toggle web components between on and off, changes take effect after disabling/enabling extension in the new browser window, which you must open beforehand, or restart the browser.
-
3
-
3
-
-
49 minutes ago, mjd79 said:
I see that you have changed to Windows 7. Good decision, because at the moment even XP x86 is already better than Vista x86 due to the existence of Open Core API.
He's a troubled fella, sometimes he seems to change OS multiple times a day. Don't expect it to last.
-
3
-
-
Yes, I could've written 0x01c30000, but what difference would it make? Old Chromes can still be downloaded from some places to check.
-
2
-
-
1 hour ago, VistaLover said:
@roytam1: What is exactly the problem here? Since Ch69 renders "support.microsoft.com" properly, surely it can't be something new and exotic devised by Google that causes the breakage in UXP
...
The (partial?) answer is on Pale Moon forum - UXP doesn't support <link rel="preload" ...>.
5 hours ago, AstroSkipper said:What a coincidence! I just had a browser crash regarding mozglue.dll in the very latest release of New Moon 28 (28.10.6a1 (32-bit) (2023-03-10)).
Unsure if above is related to current work-in-progress on Web Components, but here's a good URL to crash right away in xul.dll: https://www.cbsnews.com/news/asteroid-2023dw-could-hit-earth-valentines-day-2046-nasa/?ftag=CNM-00-10aab7e&linkId=204708560
Should be fixed already by upstream.
-
1
-
1
-
-
No, appears to be .NET Windows Forms app with WebBrowser control, so just a frame around Internet Explorer's Trident engine provided by the operating system.
You cannot pack actual complex web browser with ability to handle modern web in few megabytes.
-
3
-
2
-
-
18 hours ago, VistaLover said:
I saw that some time ago, apparently WebGL was properly supported on XP years ago. I haven't tried with mentioned version on XP since I've been pretty much daily driving Win7+ ever since I bought a decent PC over a decade ago, these days it's probably a PITA to navigate with such an old browser...only tried getting 360Chrome 13.5 to use any form of 3D acceleration on XP in relatively recent times, but no luck.
Haven't inspected deeper, but it's quite possible it loads D3D DLLs from system folders and putting WINED3D DLLs near 360chrome.exe or chrome.dll was completely pointless...
-
1
-
-
On 3/11/2023 at 2:23 AM, NotHereToPlayGames said:
i have been rebasing my chrome.dll at 0x10010000 (my last upload was "rebuild_7" and it was rebased at 0x3e1c0000 but I have since been using 0x10010000)
When Chrome was still developed for XP, chrome.dll's base address was 0x1c30000.
-
2
-
-
2 hours ago, VistaLover said:
So, I advise everyone reading this: Keep account credentials on a physical (piece of paper)/digital (USB drive) copy "unattached" to the machine you're currently working on ...
One may want to use the password manager.
20 hours ago, NotHereToPlayGames said:20 hours ago, Humming Owl said:chrome://flags/#ignore-gpu-blocklist
As pointed by @VistaLover for example.
Will depend on your graphics card. I do not need to change any flags to enable WebGL on any of my computers, I only need to not disable via the loader.ini.
On XP, WebGL on Chromium can only work using SwiftShader (doesn't use GPU, very slow), which should work if WebGL wasn't disabled or required DLLs deleted.
2 hours ago, VistaLover said:... As others have hinted already, it may very well be an issue with your specific graphics card/its non-updated driver... Can you test that link you posted in latest Serpent 52? It works fine here via HTML5+WebGL (Adobe Flash hasn't been enabled)
Due to above, results from St52 don't say much. Mozilla-based forks don't have SwiftShader fall-back, fair comparison on XP is therefore impossible.
-
2
-
-
I simply wanted to point out the most accurate version combinations for that extension also considering how upstream browser development went. It works naturally for XP forks since versions in that case just happen to fall in-between.
-
1
-
-
On 3/8/2023 at 5:11 PM, sunryze said:
I just want a world without conflict. The more I can feel that in my life, the happier I will be.
While I agree, it's a pipe dream. The world is rotten to the core. Expect nothing but the worst from everyone.
-
2
-
-
Eins, zwei, drei, vier
Meine Freunde, tanz mit mir!-
1
-
1
-
-
Some updates of RealityRipple's extensions just mark the extension as confirmed working with up to the latest official milestone version of Pale Moon and dropping the older milestone versions at the same time, causing them to not install on those versions. GeoFlag at least appears technically compatible with Firefox 52 - 56 and Pale Moon 28+, so I have the following targetApplication entries in its install.rdf:
<em:targetApplication> <Description> <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id> <em:minVersion>28.0.0</em:minVersion> <em:maxVersion>32.*</em:maxVersion> </Description> </em:targetApplication> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>52.0.0</em:minVersion> <em:maxVersion>56.*</em:maxVersion> </Description> </em:targetApplication>
The following isn't needed with above modifications either:
On 9/19/2022 at 1:04 AM, AstroSkipper said:BTW, these extensions can also be made compatible with Serpent by using the extension Serpent Tester Tool, for example. Here is a link: https://msfn.org/board/topic/183923-extensions-and-custom-buttons-for-uxp-browsers-corrections-modifications-adjustments-and-special-recommendations/?do=findComment&comment=1226306
-
1
-
-
I don't know what the heck happened yesterday, but Windows prints today, though I rebooted at least two times yesterday. And TBH, I forgot a lot of trouble with current printer was due to using extension cable, which I used in the past and took a while to pinpoint. Linux somehow had better time communicating using that cable.
-
1
-
-
15 hours ago, VistaLover said:
... Probably this:
https://www.verywellmind.com/what-is-radical-acceptance-5120614
Podcast (plays in latest St52, it's NOT DRM'ed):
Hm, apparently what I read was just the comment on Reddit saying to search YouTube for "Cinema Therapy, radical acceptance".
Nice find, though some situations are just beyond messed up that one shouldn't have to just accept. Sigh, back at wrong thought patterns, huh?
-
1
-
-
19 hours ago, Mathwiz said:
I don't think modern FF really accomplishes anything more than, say, unGoogled Cr, so there's not really much reason to prefer it anymore.
Well, I certainly found number of reasons that still makes me prefer it over Chromium flavors.
@VistaLover
Sure, I generally don't like the number of things in this world, including the way a number of websites are designed.I've got a hint from another place to look into radical acceptance, a specific video or podcast about it...not sure as I can't find it again...but yeah, that was the main thing - "radical acceptance".
-
2
-
-
Ugh, every once in a while I need a printer and Windows goofed up...again! Just nothing happened when I tried to print, no error, just nothing. I'm so fed up with darned OS corrupting itself in random ways, no matter how careful I am to not goof it up. On Linux, I've been able to print/scan consistently without a single fail.
I'm also considering going Linux full-time for normal everyday tasks, maybe keep Windows around for some specifics. I don't need much these days, a web browser, a media player, password manager, maybe a virtualizer and office suite (just for viewing). Just not sure on what distro to settle. I'm sure I don't want rolling-release distro. I'm most familiar with Ubuntu.
Edit: Or maybe just more time...
-
1
-
-
6 hours ago, VistaLover said:
Yes
, because "??=" was first implemented in Chromium 85;
Which was released in August 2020, a long time ago in IT world.
20 hours ago, Mathwiz said:I see no reason to develop a browser platform that is just Cr under another name, which is what FF has become.
I don't think Firefox would look like it does today if that was the case. It's not a Chromium fork.
-
1
-
-
-
How empty it has become here after the recent turn of events. This track seems fitting:
-
https://hackaday.com/2022/04/15/javascript-is-everywhere-even-msdos/
https://github.com/SuperIlu/jSH
For writing DOS applications using JavaScript programming language.
-
1
-
1
-
My Browser Builds (Part 4)
in Browsers working on Older NT-Family OSes
Posted
Yes, I though I'd be refreshing to read about some "Mozillaisms" here since it's always about "Googleisms".
And what do we call JPEG XL support in Pale Moon / Basilisk? AFAIK, they're the only web browsers in which support exists on the current stable release, Firefox has it only in nightly builds behind about:config setting and Chromium removed support a while ago. "Moonchildism"? "Moonchild Productionsism"? And has once widely supported NPAPI become "Moonchildism" in the end?