XPerceniol Posted April 26, 2024 Posted April 26, 2024 (edited) 1 hour ago, NotHereToPlayGames said: Rebasing .dll's will NOT prevent that "first launch" startup delay. I have ALWAYS had this delay! ALWAYS. Even in 360Chrome on XP. Even in Ungoogled Chromium on Win10. Actually I don't have much of a delay at all in 360 Redux on first launch on my systems. I use --no-first-run Edited April 26, 2024 by XPerceniol
NotHereToPlayGames Posted April 26, 2024 Posted April 26, 2024 13 minutes ago, XPerceniol said: I use --no-first-run That was recommended by others also. It has ZERO effect on my system. No clue whether it "should" or not, just know that it has ZERO effect, no decrease in startup time, but no increase either.
Dave-H Posted April 26, 2024 Posted April 26, 2024 10 hours ago, Dave-H said: Thank you, that has fixed it completely! Sorry @NotHereToPlayGames, I think I was a bit premature saying that the Digital Spy site fonts were all fixed. Although it's all now OK on the main pages, if I go to a forum thread, the header is still the wrong font. I've tried a few experimental changes to the Stylus script, but nothing seems to make any difference. Not a big deal, it's still much better than it was before, but just thought I'd mention it in case there is an easy fix. I'm afraid I don't know very much about this sort of problem.
XPerceniol Posted April 27, 2024 Posted April 27, 2024 (edited) Just want to make certain.. The latest version for XP is: Thorium_122.0.6261.168 ? I've been going through the flags one-by-one and seeing slight improvements but only just a little and I'm on aged (dated) faulty hardware now so better with hardware accelrabiton disabled in all ways and allow software to pick up what is can to just get by. --no-first-run --disable-file-system --disable-gpu --disable-logging --disable-webg --disable-component-update --disable-background-networking --ssl-version-min=tls1.2 --enable-strict-mixed-content-checking --no-pings Seems as good as its gonna get. I know one day (that day has not come for me yet) that 360 Redux will no longer be usable and if this computer is still running I'll be using Thorium. Take good care everyone. Edited April 27, 2024 by XPerceniol
NotHereToPlayGames Posted April 27, 2024 Posted April 27, 2024 1 hour ago, Dave-H said: Sorry @NotHereToPlayGames, I think I was a bit premature saying that the Digital Spy site fonts were all fixed. Although it's all now OK on the main pages, if I go to a forum thread, the header is still the wrong font. You'll need a Proxomitron fix or a Tampermonkey fix instead of using Stylus. For Tampermonkey, this works - https://github.com/RedwolfPrograms/userscripts/raw/main/custom-fonts.user.js
nicolaasjan Posted April 27, 2024 Posted April 27, 2024 (edited) 6 hours ago, Dave-H said: I think I was a bit premature saying that the Digital Spy site fonts were all fixed. Although it's all now OK on the main pages, if I go to a forum thread, the header is still the wrong font. Without the need to install yet another extension, changing the font can be done with uBlock Origin as well. 🙂 I like the Noto Sans font (hinted). Apply this rule in uBO to apply to all elements in the page: forums.digitalspy.com##*:style(font-family: "Noto Sans" !important; src: local(Noto Sans) !important;) Another example. Have Google search results display in bold: google.com##H3:style(font-weight:bold !important;) Edited April 27, 2024 by nicolaasjan 2
NotHereToPlayGames Posted April 27, 2024 Posted April 27, 2024 Stylus with the below works, but it seems odd that a "specific" instead of a "global" is required - body, body *, body h1, body h2, body h3, body h4, body h5, body h6, .MessageList .PageTitle>h1 {font-family: unset !important;} 1
NotHereToPlayGames Posted April 27, 2024 Posted April 27, 2024 32 minutes ago, nicolaasjan said: Without the need to install yet another extension As far as that goes, Tampermonkey could also blanket-replace any-and-all libre franklin font-family as it seems this is what is disliked at Digital Spy.
UCyborg Posted April 27, 2024 Posted April 27, 2024 Rebasing will help a lot with memory usage if you currently see chrome.dll in orange when you open thorium.exe in Process Hacker->Modules tab. Slightly off-topic, anyone else finds it bizarre there's newer Chromium for WinXP than for Android 7 (released in 2016) and older?
NotHereToPlayGames Posted April 27, 2024 Posted April 27, 2024 7 minutes ago, UCyborg said: anyone else finds it bizarre there's newer Chromium for WinXP than for Android 7 Not in the slightest. I do everything on a desktop PC, I've never owned anything Android-driven.
D.Draker Posted April 27, 2024 Posted April 27, 2024 11 hours ago, XPerceniol said: --no-first-run --disable-file-system --disable-gpu --disable-logging --disable-webg --disable-component-update --disable-background-networking --ssl-version-min=tls1.2 --enable-strict-mixed-content-checking --no-pings I found an error, you missed 1 letter in --disable-webgl 2
D.Draker Posted April 27, 2024 Posted April 27, 2024 12 hours ago, NotHereToPlayGames said: That was recommended by others also. It has ZERO effect on my system. No clue whether it "should" or not, just know that it has ZERO effect, no decrease in startup time, but no increase either. Probably you already have your profile in the default location? If you launched your browser without that flag even once, 1
D.Draker Posted April 27, 2024 Posted April 27, 2024 15 hours ago, NotHereToPlayGames said: Official Ungoogled Chromium will still have that settings page but the sync, sign-in, and URL telemetry options are removed completely. Official Ungoogled still offers - 1) "Improve search suggestions" (this is technically only a "Google" thing if your default search engine is Google and you "want" the so-called search "suggestions") 2) profile name, color, and avatar 3) import bookmarks and settings I know some still keep saying those two aren't clones, but win32 already explained, all in details, to stop rumours and guesses about the "Ungoogled". https://github.com/win32ss/supermium/issues/494#issuecomment-2067095394 "I am presently working on the --ungoogled-supermium switch, and an installer option to ensure that the browser is only run in this state if necessary. The --ungoogled-supermium switch is mostly based on ungoogled-chromium core patches, but with a few extras from me. At this time I verified that it does not open any connections (specifically, to regional Google CDNs) when launching the browser. However I have just noticed that the Chrome Web Store and YouTube are effectively rendered useless with my latest commit. I will probably retain this behaviour, but put in an opt-out for those who want to continue using those services." 4
D.Draker Posted April 27, 2024 Posted April 27, 2024 22 hours ago, NotHereToPlayGames said: Sweet! I hadn't even noticed that Thorium may be our first post-360Chrome-v86 for XP that is UNGOOGLED. Will definitely try it out this evening or so. Despite what the "Collaborator" wrote: "Many flags have been added from Ungoogled Chromium, with more planned in the future." https://github.com/win32ss/supermium/discussions/402#discussioncomment-8848901 People write there are "connections to google's servers" https://github.com/win32ss/supermium/discussions/402#discussion-6398329 Do you see the same in Thorium? 4
Dave-H Posted April 27, 2024 Posted April 27, 2024 5 hours ago, NotHereToPlayGames said: Stylus with the below works, but it seems odd that a "specific" instead of a "global" is required - body, body *, body h1, body h2, body h3, body h4, body h5, body h6, .MessageList .PageTitle>h1 {font-family: unset !important;} That seems to have worked. I tried the script (in OrangeMonkey, which I already have installed for other scripts) but it didn't seem to do anything. Thanks @nicolaasjan for your suggestion too. Let's hope that's finally it! 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now