Jump to content

UCyborg

Platinum Sponsor
  • Posts

    3,098
  • Joined

  • Last visited

  • Days Won

    28
  • Donations

    100.00 USD 
  • Country

    Slovenia

Everything posted by UCyborg

  1. When was the last time you visited optometrist? On the unrelated note, looking at those images I posted on the site as-is, default 100% zoom, they're definitely a bit sharper in Pale Moon. I've read complaints about Chromium blurring images, but didn't pay much attention to it, especially since I don't do general browsing on Chromium (at least most of the time on PC), it's mostly reserved for resource intense web-based apps.
  2. I use Chrome Font Super Enhancer on Chromium variants that aren't Edge to improve font legibility. Still, it doesn't work for some sites/fonts for whatever reason, eg.: Edge: Pale Moon: I can't get that contrast with ClearType settings on XP. I remember messed with ClearType settings in the browser, must have been Serpent 52, but they didn't do anything either. Nothing works on XP these days. That extension does, at least the older version, unsure about the current, would have to check, but last time I checked, it worked in Chromium 86 based browsers - OS shouldn't matter.
  3. You didn't read the code right. It's more complex because it handles domain matching on its own, it doesn't use ViolentMonkey's support for tld wildcard in @match rules. tld wildcard is however supported universally in @include rules...at least it should be. But if @include will really have to go to work in future Chromium, hopefully Tampermonkey author could add support for tld in match rules as well. I changed metadata block in the other Return Pagination to Google like so, just like tld better than asterisk: // ==UserScript== // @name Return Pagination to Google // @description Makes Google searches break down into separate pages, rather than displaying as one continuous page. // @namespace Violentmonkey Scripts // @include https://www.google.tld/search?* // @icon https://www.google.com/favicon.ico // @grant none // @version 1.4.4.1 // @author Jupiter Liar // @license Attribution CC BY // @description 11/16/2023, 12:40 PM // @downloadURL https://update.greasyfork.org/scripts/468360/Return%20Pagination%20to%20Google.user.js // @updateURL https://update.greasyfork.org/scripts/468360/Return%20Pagination%20to%20Google.meta.js // ==/UserScript== Though I don't use Google search as much as I used to, the script seems to work nicely. I doubt there's a reason to fear that @include would stop working in GreaseMonkey for Pale Moon.
  4. https://www.huk24.de/zugang/registrierung/anmeldedaten uses Friendly Captcha. My results on home PC are a bit slower (compared to 32-bit St52 on 64-bit XP) on Pale Moon, both 32-bit build on Windows 10 and 64-bit build on Linux (KUbuntu 21.10 ATM), though the latter is about 2 seconds faster (13 seconds). Recent Chromium, both Ungoogled Chromium 118 and Thorium 117 are through in 8 seconds, both 64-bit builds. I use the SSE3 build of the latter, which is faster in some scenarios than plain builds, but not noticeably in this one. It's interesting that Firefox (110 ATM) fares about the same as Pale Moon. I tried disabling Web Assembly support in Pale Moon on Windows, that slows it down to about 2 minutes and 4 seconds. Maybe I should try 64-bit also without WASM. CPU is AMD Phenom II X4 920 clocked at 3 GHz, which was still quite lagging behind Intel models of the time. Web Assembly may not be as speedy as native C/C++, but it's significantly faster than plain JavaScript, which was one of the ideas behind it. I doubt UXP platform does Web Assembly on such old CPU as Pentium III. WebGL error is not related to Friendly Captcha, some other script calls it, but, again, a 1999 era graphics card probably only knows fixed-function pipeline, no shaders, and if it is an office PC, does it even do hardware accelerated 3D? Office PCs have come a long way since. 1999 was also the time when serious 3D games stopped offering software rendering option, at least it began in that era and when developers were weighting their options, but if you were ambitious, you either required users to get a real graphics card or play Solitaire or the other games of yesteryear. Not much time for testing at work laptop from 2018, but I use nothing less than AVX2 build of Pale Moon there, with (plain) Firefox and Edge on the side. Pale Moon with Web Assembly support disabled went through in about 15 seconds, with Web Assembly in 3 seconds, Edge is through in 2 seconds.
  5. I understand that, but you won't be able to change that service's configuration without becoming TrustedInstaller first. Some interesting reading: https://www.tiraniddo.dev/2017/08/the-art-of-becoming-trustedinstaller.html While you don't need to concern yourself with technicalities in that post, you will need System Informer or another utility that makes it easy to run any program in the context of TrustedInstaller (aka NT SERVICE\TrustedInstaller). It's a special service account that has full permissions over various system objects that administrator accounts or more precisely the Administrators group don't. I simply suggested running System Informer itself as TrustedInstaller as that program allows changing services' configuration, but if you wanted, you could run also run Windows' services.msc as TrustedInstaller, then you should be able to change the configuration of those services with said utilities as well, at least assuming the program that disabled them didn't mess with the permissions. System Informer also allows you to view and change permissions for each service, if you open any service on Services tab and click Permissions. There, you should see in the case of both Security Center service Windows Security Service (at least that's how they're called in US English version of Windows) that Administrators group doesn't have either Modify Configuration or Stop permission. But TrustedInstaller does. And the pictures from System Informer showing default startup type for both services in question: At least that's how it should be in Win10 builds from the last 3 years or so...sometimes they change some services' configuration with newer builds. Including the most recent one? It's updated quite often so oddities can come and go.
  6. I don't see it that way. if anything, it's the waiting time that is absurd. The waiting time does increase to about half-minute when forcing affinity to 1 core, but I'd have to boot into XP to get the exact seconds as it slipped off my mind. That's on some version of St52 from first half of October 2023. It's done in 15 seconds on Pale Moon 32.5.0 on Windows 10. Single-core here increases waiting time to about 85 seconds. It does manage to load all 4 cores as-is, which is a rare sight in UXP browser in my experience, when it's stuck with some websites' scripts, it's always one core that is working. From what I remember from his posts mentioning specs, it reminds me of my previous one, but mine was definitely slower, a Celeron instead of a Pentium, less RAM, worse GPU, it didn't even do DirectX 8. I drove a 2001 model until autumn last year, after I switched to a 2022 model, I was the reason the old car was at the house 5 years longer than it would have been otherwise, I'm the youngest in the family, BTW. And we only got rid of the 37+ years old freezing cabinet last year, no idea how much electric bill was inflated because of it, I don't pay electric bills currently and I never asked. Regarding the car, issues were just cropping up one after another in recent times and engine shutting down mid-motorway shot my anxiety through the roof, which was the last straw. I'm on the road almost every day and the peace of mind is worth a lot to me.
  7. Hard to tell remotely, though crashing in vcruntime140.dll sounds really odd, this library has the most basic C-runtime functions. Maybe look into generating crash dump for someone to analyze? This sounds highly specific case to me...
  8. Good lord...minutes!? It goes through in 7 seconds here, both St52 and Mypal 68. 360Chrome is through in 5 seconds. My Xperia E3 takes almost 40 seconds though, it's on Chromium 118 engine. You guys really do browse the web with computers that are equivalent of putting a Ford Model T on a modern highway...
  9. Installing version 119.0.6045.192 in C:\Program Files, there's an extra step with the new installer, have to unpack it and invoke mini_installer.exe with --system-level command-line argument. I would assume there shouldn't be an extra step (unpacking) required and provided installer file should be able to pass the command-line argument to mini_installer.exe?
  10. The differences are smaller with default Windows theme, but if you use a custom theme, you'll get the titlebar from theme, not stock Windows 10 look-alike. This is with accent color enabled on the titlebars, stock Windows theme: Above pictures are of active/focused window, but the titlebar is fully white with the flag when window is inactive while it's more greyish without the flag. Without the flag, Chromium is overriding and trying to emulate the titlebar the way Windows' compositor draws it on its own. Another picture with official Aero Lite theme, though it can't be set through GUI AFAIK, it's Microsoft signed theme, so doesn't require SecureUxTheme or the like. The one without the flag would be similar to the very first picture above + thicker borders. Well, "thicker" probably, if I remember correctly, they're just invisible with default theme, though in Windows 11 for instance, last time I checked, they're invisible even if theme has them. Bloody Microsoft, man!
  11. I had a feeling that there'll be another reason for not starting, though no guarantee there won't be another obstacle in attempting to re-enable it. Administrators normally don't have permission to change this service's configuration through the APIs that sc and 3rd party utilities use, but its service registry key might be accessible to administrators, so if you don't mind a reboot after changing settings, you may open Registry Editor (regedit.exe) and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc, where you set Start to 2 and DelayedAutostart to 1, at least those are the defaults. The other method that can be used and will get the changes applied right away is through System Informer. There's only nightly build, but unless you're heavily involved with the program, you shouldn't notice anything off. If one's familiar with Process Hacker, which is basically its predecessor, one should have known "stable" build really means old build lacking many features developed over time. When you install it, you have to launch it as TrustedInstaller, so launch it normally as administrator first, then in the menu, choose System->Run..., type in C:\Program Files\SystemInformer\SystemInformer.exe and tick Create this task with TrustedInstaller privileges. Another instance of the program will open, where you can open Services tab, double click wscsvc in the list, change Start type to Auto start and enable Delayed start and save with OK. While some people shun the suggestion to reinstall, they tend to underestimate how borked things can get. The problem in this thread is hopefully on the easier (more obvious side). But say we focus on registry alone, the amount of data that is there (on top, keys also have owner and permissions, the latter could be explicit or inherited), you can't possibly tell with a naked eye if everything is OK.
  12. I don't remember when I've seen their basic HTML interface the last time, must have been many years ago. The few times I do login there, I've never had problems using Pale Moon for it.
  13. "Google Voice is not supported in your country." or something. So it's not an option for everyone. At least for me, there's just too many little things where the actual phone number comes in handy these days, so getting by without one wouldn't be for me, even though I rarely use it. I was overpaying for it until recently, the old provider just kept increasing data plan volume (gigabytes) and subscription price, which I almost don't need and when I do (mostly paying for petrol, few megabytes a month at most), I figured they have Wi-Fi there, so recently switched to another provider, their cheapest subscription model has zero subscription cost, you pay depending on how much you use, 4 cents per minute/SMS/MMS/megabyte. No idea about plain internet based services, maybe Skype still works on 360Chrome? I don't use any in personal life, used Teams couple of times (work-related, bleh, last time I used it, which was very recently, last month, it updated mid-call and threw me out...).
  14. It was 3.5.1433, I'm sure those patches alone no longer apply.
  15. Private class fields are supported since Chrome 74/Firefox 90/Pale Moon 32.2.0. Yes, they probably updated their CMS, in this case WoltLab Suite Core.
  16. sc qc wscsvc If you run Command Prompt as administrator, type in and run the above command, what does it say? The command queries the service's configuration.
  17. Replying here instead of Mypal topic...yes, it didn't effect me much, that was actually early 2022. Surprised it caught you in 2023, things are difficult enough when you're healthy. Hopefully it will just be a bad memory in a year.
  18. I just prefer to match video resolution with screen resolution, sometimes I go with higher video resolution. I played games a lot back in the day where the difference is greater, unless you have CRT screen or something like that. NVIDIA's DSR feature is useful for quirky older games to get anti-aliasing effect, downscaling 4K to 1080p definitely reduces jaggies. But 4K on YouTube isn't doable on my PC anymore since they no longer offer resolutions above 1080p with h.264 codec and the upgrades of my PC have reached the end of line, if I replace the GPU, it only makes sense to me to replace the motherboard and CPU as well at the minimum, if not also adding more dense screen. Some say (eg. @dmiranda) 360Chrome on XP is fine with 1080p @ 60FPS on YouTube, maybe something to do with single-threaded CPU performance? Well besides what I already mentioned, I noticed fullscreen 1080p video is smoother than fullscreen 720p on that browser on my end, no constant frame drops. Guess it struggles with downscaling as well. While interesting observation, not really an issue for me since I've moved on from XP 14 years ago, almost half-life ago given my age. When did all those years pass by? Regarding that argument, it depends on the individual. Some people don't have or don't want a TV. It's kinda similar to "why play games on a PC instead of a gaming console" IMO. If I lived alone, it would be extremely unlikely for TV to be at my place, even now, it's basically 1 out of 3 people here that "need" a TV. I don't watch enough stuff to justify the need for TV, but I have versatile enough computer so might as well use it for that as well. There can be other reasons, I'm sure there are other households where TV is located somewhere non-private and a more private room might not have enough space to put a TV there. Indeed a good point. But as said before, similarly in this case, there are also folks that get by with just freely accessible videos.
  19. I can't agree with there being no difference. I rarely encounter videos shot with really poor camera, 480p is just blurry unless you're watching on a very small screen or inside a small window. Regarding performance, my default go-to quality is 1080p @ 60 FPS, if available. No Chromium on XP can do that here (lots of frames dropped), Firefox based browser is always preferred. UXP based browsers can play them smoothly, also the ones for XP, though you could get stutters when browser gets "crapped up" from other sites. Though even on Windows 10, Chromium stutters here with 60 FPS (both 720p and 1080p, a bit less with former). Not constantly, but enough for it to be noticeable. Firefox is OK. Interestingly, the stutters are there also with AVC1 codec, which is decodable on my GPU, but I normally just go with VP9 since my CPU can handle it and it's technically more sophisticated codec. Can't say I personally went any great lengths for YouTube, I tried Invidious and Piped, but they have issues when it comes to core functionality regarding playback, so just use few extensions and scripts at most for YouTube itself. Though I have ImprovedTube on Chromium/Firefox, I only changed a very small subset of settings.
  20. Over 90 occurrences on each scan, one searching for float representation of 0.5, one for double representation. Looking for a needle in a haystack. Windows version doesn't matter. Yes, they are thin on Vista and you not seeing it doesn't change that fact. We might interpretate "thin" differently, but either way, they're also like that In Firefox based browsers when explicitly selecting Skia backend, which is fortunately not default. Though the alternatives for Direct2D backend on Windows versions before 7 still suck in my eyes, Not a problem for me since I'm on 10 anyway and downgrading to anything older than that would bring more problems than it would solve. I use Chrome Super Font Enhancer on non-Edge Chromium browsers, the picture on that page demonstrates the difference. The default font rendering hurts my eyes with prolonged reading.
  21. Has the exact opposite effect here, CPU usage is consistently higher with the script enabled.
  22. Quotes shouldn't break anything in this case, though I guess generally in software they're strictly needed if to-be-quoted string has (or could have) (white)space characters as those could be interpreted as separators of whatever arguments you're passing. In this case, I think it can be safely assumed they won't come up with a feature name with a space in it. Chromium doesn't use quotes when passing certain arguments similar in syntax like --enable-features among its processes, eg. --field-trial-handle=1956,i,12723921000856444030,14158919512122076707,262144. In other cases where quotes are needed, it seems to quote the entire argument, eg. "--database=C:\Users\User\AppData\Local\Chromium\User Data\Crashpad". I think it's not something to make a fuss about.
  23. BTW, the user agent override looks redundant.
  24. I reproduced http://www.quakejs.com/ issue on Windows 10 VM in both Supermium and Ungoogled Chromium, it has to do with my inconsistent DNS config across different OS installs as it doesn't happen on my main Win10 install, I often connect through the phone connected to home network wirelessly and there I have phone's IP (the one exposed when USB tethering is enabled) entered manually as DNS rather than target DNS directly. VM was using AdGuard DNS IPs directly. No DNS over HTTPS here, the explanation is on below link, some DNS record was forcing redirect to HTTPS, but that site is only HTTP and trying HTTPS on it redirects back to HTTP: https://stackoverflow.com/questions/73230856/307-internal-redirect-non-authoritative-reason-dns The current flag to turn off the feature in Chromium to look for those records to redirect to HTTPS is at chrome://flags/#use-dns-https-svcb-alpn. AdGuard's DNS server must have that record for this specific website. BTW, no issue with font decoding in Supermium running on Windows 10. That is correct, the flag comes from IP Domain Country Flag extension.
  25. I think it was already discussed at some point, isn't this browser just one or two versions behind (Chromium version) the one that started supporting Manifest V3 extensions?
×
×
  • Create New...