Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/04/2024 in Posts

  1. I thought when you post in this thread anyways, you also would surely use Supermium. BTW, Thorium has this flag, too. Yep! I already knew.
    2 points
  2. You can use the flag #disable-search-engine-collection if existent.
    2 points
  3. It is not really a necessary feature. You can change that in a very simple way inside your OS. Even by using a third party tool. Anyway! In general, New Moon 28 and Serpent 52 will get what has been developed for Pale Moon and Basilisk.
    2 points
  4. The --close-window-with-last-tab=never switch has now been added to Supermium. https://github.com/win32ss/supermium/releases/tag/v122-r4 Everything works great!
    2 points
  5. I think you posted in the wrong thread. This is about @roytam1's browsers and not Supermium. There are no Chrome processes here, fortunately.
    2 points
  6. Probably @Cixert assumed, and rightfully so, the double engine of 360 Explorer or something similar would be implemented in Supermium, too.
    2 points
  7. Supermium is the same as usual Chrome, but with tweaks to make it work on old OS. GDI rendering instead of Dwrite for XP, rewritten memory functioning. Supermium understands Chrome flags. Some flags added, some removed. All of the usual connections to Google servers are present.
    2 points
  8. No worries, please take your time! Studies are more important, and thanks for getting back at me.
    2 points
  9. With or without sandbox? I've read it leads to a huge memory leak, like the one on Supermium.
    2 points
  10. --disable-highres-timer speeds up considerably.
    1 point
  11. https://portableapps.com/apps/internet/supermium-portable
    1 point
  12. I don't have a way to enlarge .text section. you can do the same as NTDLL.DLL, but you have to remove .rsrc section before adding new section. in PE Explorer, open file and goto Data Directories, and set Resource Table to Zero: to this: then goto section page to uncheck .rsrc section: click Yes to both message boxes, and save. then you can add new section. once you finished rewriting cx8 with codes in your new section, we can add back .rsrc with resource hacker: open modded file, Add from resource file: select original(unmodified) file, check all and overwrite and click File -> Save to save it.+
    1 point
  13. Hi, In Chromium-based browsers, search engines are added to the list automatically without your consent. So you have to visit and interact on the web page of the search engine you want to add. P.S. I forgot to write that it is of course also possible to add a search engine manually. P.S.1 Deleted unsolicited personal note from the person who asked the question that no one answered before me.
    1 point
  14. New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.5.3-Goanna-20240504.7z Changelog: Out-of-tree changes: * update Goanna3 to git 4696208ad8...59e31c9007: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1265956 - Assert that no entry is found in HashTable::putNew. (r=terrence) (8770735325) - Bug 1265483 - Use WeakCache to automate sweeping of ObjectGroupComparment::NewTable; r=jonco (e88fa842ab) - Bug 1198093 - Part 1: Expose indexedDB to System with [Exposed=System]. r=khuey (2a20a6ecd0) - Bug 1198093 - Part 2: Set Default Locale Value in ICU Canonicalization Form. r=khuey (1e1cd981ce) - Bug 1263871 - Fix OOM handling in while resolving function name r=shu (44114a7e8d) - Bug 1263270 - Sort census reports by smallest node ID counted, rather than number of nodes counted. r=jimb (08d4a431a7) - Bug 1263218 - Fix possbile race under oomTest involving background threads r=terrence (82c1e3b698) - Bug 1256488 - Add explicit casts to fix MSVC warning C4365. r=fitzgen (b9bb6b52c5) - Bug 1235677 - Add assertion to catch unsafe concurrent use of AutoEnterOOMUnsafeRegion r=terrence (2e0876578f) - Bug 1263902 - check return value from JS_smprintf. r=bbouvier, r=shu (df1d9b5e14) - Bug 1262208: Generalize the disabled compilation mode message for asm.js; r=luke (9153b2c5ba) - Bug 1259903: Baldr: unify Select true and false types instead of checking against each other; r=luke (5f89398199) - Bug 1253344: Remove unused pushPhi/popPhi in WasmIonCompile; r=luke (244967401c) - Bug 933257 - Part 1: Add a script to import and update fdlibm from FreeBSD. r=jwalden (37c8a85771) - Bug 933257 - Part 2: Add patches for fdlibm. r=jwalden (bc0dce94a0) - Bug 933257 - Part 2.1: Import fdlibm from FreeBSD (revision bcea9d50b15e4f0027a5dd526e0e2a612238471e). r=jwalden (223f6d6ce5) - Bug 933257 - Part 3: Add build scripts for fdlibm. r=jwalden (893f740423) - Bug 933257 - Part 4: Link fdlibm in SpiderMonkey. r=jwalden (9f1395258a) - Bug 933257 - Part 5: Use fdlibm in jsmath.cpp. r=jwalden (9d962657ab) - Bug 933257 - Part 6: Remove unused math polyfill. r=jwalden (cf284ad4e5) - Bug 1225024 - Allow sloppy tolerance in ecma_6/Math/log10-approx.js. r=jorendorff (7df3bf46dd) - Bug 933257 - Part 7: Remove or reduce sloppy_tolerance in Math function tests. r=jorendorff (86b978eb14) - Bug 933257 - Part 8: Add license for k_exp.cpp to about:license. r=gerv (513012fbb9) - Bug 933257 - Part 9: Use fdlibm in asm.js. r=luke (46bedc10d0) - Bug 1256490 - Disable C4302 to unblock compilation on VS2015; r=bobowen (7fb6820241) - Bug 1256499 - Disable C4311 and C4312 to unblock compilation on VS2015; r=bobowen (a9b3b01410) - Bug 1257036 - Disable C4302 to unblock compilation on VS2015; r=bobowen (307af58682) - Bug 1124033 - Disable C4311 and C4312 in directories exhibiting warnings; r=ehsan (b6ecd1f8e7) - Bug 1252931 - Remove INSTALL/PP_TARGETS from js/src/*; r=gps (a1e1d3bb82) - Bug 1258908: Rename TYPE_MOZILLA_UI to TYPE_MOZILLA_PARENT. r=jld (29aef56b8e) - Bug 1203835 - Don't ship replace_jemalloc. r=njn (249f927cf5) - bug 1259753 - fix some C++ unittests to use ScopedXPCOM to init XPCOM. r=ms2ger (a908216277) (b5ee72fe09) - import changes from `dev' branch of rmottola/Arctic-Fox: - caps part only: Bug 1178533 - Add nsIInstallPackagedWebapp for registering permissions when navigating to signed packages r=bholley,fabrice,valentin (8174625aab) - Bug 1299615 - Part 2: Skip ICU source directory in Clang build plugin when searching for implicit conversion constructors. r=Waldo, r=mystor (30a51b6602) - Bug 1264827 - Part 1: Rename the existing code to make it clear it's checking for template args; r=mystor (2710d7e318) - Bug 1264827 - Part 2: Add a static analysis to help check Rust wrapped C++ classes for members which are unsafe to memmove; r=mystor (8f053f59cf) - Bug 1264827 - Part 3: Add the MOZ_NEEDS_MEMMOVABLE_MEMBERS annotation to MFBT; r=froydnj (937622926a) - Bug 1229769 - We should be able to use DOM promises in the worker debugger;r=khuey (b3b32e9b94) - Bug 1265035 - Make ~WorkerJSRuntime() handle Initialize() failure better. r=khuey. (67e67fab06) - Bug 1256428 P1 Add ServiceWorkerJob2 base class. r=jdm (0bedbfa070) - Bug 1256428 P2 Add ServiceWorkerJobQueue2 class. r=jdm (806e9b242e) - Bug 1260933 - Part 1: For invalid easing values, print the invalid value. r=birtles (482541cfcb) - Bug 1260933 - Part 2: For invalid duration values, print the invalid value. r=birtles (5b20918f77) - Bug 1256428 P3 Add ServiceWorkerUpdateJob2. r=jdm (135e9bf05d) - Bug 1256428 P4 Add ServiceWorkerRegisterJob2. r=jdm (e790f95b1d) - Bug 1256428 P5 Add ServiceWorkerUnregisterJob2 class. r=jdm (cf63826b57) - Bug 1220757 - Add report to console when service worker register fails due to mismatching scope path.r=bkelly (dbbf1a8515) - Bug 1255621 - Ignore service workers previously registered in non-private windows. r=bkelly (593ebfc612) - Bug 1241531 - Part 1: Only pop jobs from the queue when the correct job completes. r=ehsan (f8a1ea2fda) - Bug 1241531 - Part 2: Move Cancel() to ServiceWorkerJob base class. r=ehsan (33ffccb8a4) - Bug 1241531 - Part 3: Call Cancel() on all service worker jobs. r=ehsan (4cce06ab41) - Bug 1241531 - Part 4: Make service worker unregister job respect cancelation. r=ehsan (1877cb3919) - Bug 1261776 Use SafeElementAt() in service worker job queue. r=ehsan (c7a883a087) - Bug 1238990 P1 ServiceWorkerManager should trigger automatic updates in current process. r=ehsan (c65bded060) - Bug 1238990 P2 Try to ensure service worker jobs do not run during shutdown. r=ehsan (f816a012f2) - Bug 1256428 P6 Use ServiceWorkerJobQueue2 and new job classes in ServiceWorkerManager. r=jdm (641af03802) - Bug 1256428 P0 Fix unified build failures in dom/workers. r=jdm (33aaafd188) - Bug 1261814: Use the presence of the content global, and not any random global, to determine whether to run the close handler. r=bz (8f182bf345) - Bug 1256428 P7 Fix wpt update.https.html to expect TypeError per current spec. r=jdm (4c6cad6e0f) - Bug 1256428 P8 Fix wpt unregister-then-register-new-script.https.html to new spec expectations matching blink's tests. r=jdm (d9191f7002) - Bug 1226443 P5 Always use first scheduled update timer instead of rescheduling on new events. r=ehsan (7b1b31dcc0) - Bug 1230341 Hold a strong ref in service worker NS_NewRunnableMethodWithArg uses. r=ehsan a=abillings (2b1d942ae4) - Bug 1256428 P9 Remove now unused code from ServiceWorkerManager.cpp. r=jdm (7f97035007) - Bug 1256428 P10 Remove ServiceWorkerRegistrationInfo::mUpdating flag. r=jdm (31fc686d5d) - Bug 1256428 P11 Don't coalesce SW jobs after the existing job has already resolved its promise. r=jdm (1ce373f98b) - Bug 1256428 P12 ServiceWorkerUnregisterJob2 should not use ServiceWorkerManager internals. r=jdm (1abe304c3c) - Bug 1256428 P13 Remove unnecessary ServiceWorkerUnregsterJob2 stop. r=jdm (05d0717b7c) - Bug 1256428 P14 Remove dead code in SeviceWorkerUpdateJob.cpp. r=jdm (7d1ac1112a) - Bug 1256428 P15 Perform byte-for-byte comparison check after validating script URL. r=jdm (dc30ec75a9) - Bug 1256428 P16 Fix some issues calling purgeCache() in ServiceWorkerUpdateJob.cpp. r=jdm (cffe93613a) - Bug 1256428 P17 Rename service worker job classes to remove "2" suffix. r=jdm (f1d7a6aadf) - Bug 1256428 P18 Add spec annotations and tweak asserts in ServiceWorkerUpdateJob. r=jdm (1a9c95a5bb) - Bug 1256428 P19 Address ServiceWorkerUnregisterJob review feedback. r=jdm (2b8775a9ad) - Bug 1260591 Move ServiceWorkerInfo and ServiceWorkerRegistrationInfo into separate files. r=jdm (2e31a3c002) - Bug 1266857 Make Clients.claim() use observer document list instead of secondary hashtable. r=bz (2b318072f5) - Bug 1261428: Migrate the useless setTimeout error message to the bindings infrastructure. r=bz (80d2503978) - Bug 1263307 P1 Make ServiceWorkerRegistrationInfo::mScope const. r=jdm (b8b03bc594) - Bug 1263307 P2 Make ServiceWorkerRegistrationInfo worker members private. r=jdm (16773a9134) - Bug 1263307 P3 Move ServiceWorker update logic into central place in ServiceWorkerRegistrationInfo methods. r=jdm (68b288cbfb) - Bug 1265761 Clients.matchAll() should treat http windows as secure if devtools are open and http testing is enabled. r=ehsan (100e16ca08) - Bug 1265795 P1 Uncontrolled service workers when global is removed from document. r=bz (db069b0756) - Bug 1265795 P2 Add a web-platform-test for the window navigation case. r=bz (6571257e5b) - Bug 1265795 P3 Assert that controlled documents have an outer window. r=bz (fdc14dbf66) - Bug 1265795 P4 Always call nsDocument::SetScriptGlobalObject(nullptr) from nsDocument::Destroy(). r=bz (8825c3dbd5) - Bug 1254194: Add a validator for custom add-on content security policies. r=billm f=aswan (c557dd47ef) - Bug 1254194: Allow iterating over and inspecting sources of parsed CSP directives. r=ckerschb (2d93cdda56) - Bug 1142332 - Prevent calling CSP_EnumToKeyword with CSP_HASH. r=ckerschb (15a80ed62f) - Bug 1236416 - Remove some misc toolkit content UI from Fennec r=margaret (01f7f81c93) - Bug 1234403 - Part 1: Implement CSSPseudoElement.getAnimations. r=birtles (91ce2e1cae) - Bug 1234403 - Part 2: Implement document.getAnimations. r=birtles (49afbacadb) - Bug 1234403 - Part 3: Test for the CSSPseudoElement objects returned by effect.target. r=birtles (bf34dda38f) - Bug 1234403 - Part 4: Test for the animation order returned by document.getAnimations(). r=birtles (fa8ec8e01f) - Bug 1234403 - Part 5: Test for CSSPseudoElement.getAnimations. r=birtles (3ef598f2ba) - Bug 1254418 - Part 1: Support generated-content element for Element.getAnimations. r=birtles (7ae806859a) - Bug 1254418 - Part 2: Test getAnimations for generated-content elements. r=birtles (b562ec7478) - Bug 1254761 - Part 1: Implement getAnimations({ subtree: true }). r=smaug (c5419ffec0) - Bug 1254761 - Part 2: Removes extra whitespaces. r=birtles (2a98381928) - Bug 1254761 - Part 3: Add tests for AnimationFilter. r=birtles (bdd9b39849) - Bug 1254194: Apply a content security policy to all WebExtension documents. r=gabor (c3a9f32be8) - Bug 1257246: Update the version of eslint that mach installs. r=gps (da0481d7e4) - Bug 1229588: Add a taskcluster test for eslint. r=dustin (e6eff5caf2) - Bug 1257246: Update lint test image to newer packages of eslint. r=ahal (bcfaf3b5d8) - Bug 1263637 - Fix eslint 2 warnings for WebExtensions code. r=kmag (16537b22dc) - Bug 1238177 - fix extension content needs to use the correct user context id origin attribute. r=sicking (834faa0f62) (5f6d4971d0) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1182987 - Part 1: Remove unreferenced files immediately; r=baku (3ced56ca25) - Bug 1182987 - Part 2: Add getQuotaObjects() to mozIStorageConnection; r=mak (64b4dc418c) - Bug 1182987 - Part 3: Add "cleanup" transaction with disabled quota checks and vacuuming/checkpointing after commit; r=baku (7c19f28ae2) - Bug 1182987 - Part 4: Add a test for QuotaExceededError recovery and the new "cleanup" transaction type; r=baku (f91935e737) - Bug 1182987 - Part 5: Change mode of "readwrite" transaction to "cleanup" after QuotaExceeded is fired; r=baku (79d709970d) - Bug 1257725 part 3. Get rid of ThreadsafeAutoJSContext usage in Promise code. r=bholley (405d3c03d4) - Bug 1257725 part 1. Get rid of ThreadsafeAutoJSContext usage in JSEventHandler::HandleEvent. r=smaug (3222a73565) - Bug 1257725 part 4. Get rid of ThreadsafeAutoJSContext usage in IndexedDB code, except for IDBRequest::CaptureCaller. r=khuey (8ad88560f0) - Bug 1257725 part 5. Get rid of ThreadsafeAutoJSContext usage in IDBRequest::CaptureCaller. r=khuey (50a1f05ec9) - Bug 1257725 part 6. Get rid of ThreadsafeAutoJSContext. r=bholley (8968c69fcc) - Bug 1247420 - part1: removeContentState. r=smaug (6c7a54b58e) - Bug 1247420 - part2: IPC hover state management for select. r=Felipc (c7809aec7c) - Bug 1223533 - Don't hide the select popup on irrelevant pagehide events. r=mconley (0cf218515a) - Bug 1253486, [e10s only] hide select popups when the select element is removed, r=mconley (8a7049b6f1) - Bug 1180827 - Fix reuse of previous search results. r=MattN (6b4e65d318) - Bug 1242208 - Fix cached form history results with a datalist present. r=MattN (10078ada31) - Bug 1252074 - test_form_autocomplete.html and test_form_autocomplete_with_list.html should pass on e10s. r=paolo (8a9cf4a5f1) - Bug 1260441 - Never pass a null js context to OpenCursor() r=bz (8d818b0257) - Bug 1170045 - part 2 - use SegmentedVector in the DeferredFinalize implementation; r=mccr8 (3954a5e390) - Bug 1265770. Don't try to get a prototype for the interface object for an interface that's [NoInterfaceObject], since it's just unnecessary work that can't even be done at all in some cases (e.g. when the parent interface is also [NoInterfaceObject]). r=peterv (53d3077e31) - Bug 1264187 - check for a ProtoAndIfaceCache before blindly destroying it; r=bz (97536e815b) - Bug 1104955 part 3. Pass our unscopable names to CreateInterfaceObjects and have it define the right thing on the prototype. r=khuey (48386ab6b5) - Bug 934889: Use JS_InitStandardClasses everywhere now that it works. r=bz (01d545259a) - Bug 1258585. Remove some remaining vestiges of WebIDL quickstubs. r=peterv (3fa02388f1) (59e31c9007) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76
    1 point
  15. I had the exact same problem on WinXP SP3. I installed the "Segoe UI" fonts from Win10. Problem solved!
    1 point
  16. tried to build with VC2010, it builds, but I can't get it work like official 35.0.1.
    1 point
  17. Thank you, Rob, very much appreciate your insight. Hmmm ... "dark passenger" ... Interesting perspective on this disease when 'help' seems out of reach, good to lift the spirit I think. I always took offense when people would casually say to "cheer up" - rather perk up or lift the spirit is needed and sounds better to the soul. Wishing you well also I hope you will always keep this strength to guide you as nobody would chose such misery upon ourselves. My friend ... we have already pulled off the seemingly impossible and are here to tell about it, others have fallen victim to the daemons and left us <- Not meaning daemons as in religion. You get me though! Thank you again. That being said: I will be taking a very long break from the internet to recover. Must save all energy to focus on self preservation during the next several months and pull life together. MSFN has become a large part of my life but sometime we need breaks - healthy breaks from family as I consider people have like family. When I do return I'll likely have moved to Linux by then so we'll see, I guess. Be well everyone Sincerely Yours Salvatore
    1 point
  18. https://www.patreon.com/win32/about
    1 point
  19. I'm not up to arguing (especially when there's no need to). "Microsoft ends Windows 7 security updates | TechCrunch" Windows 7 is a legacy OS. https://techcrunch.com/2023/01/10/microsoft-ends-windows-7-security-updates/
    1 point
  20. https://msfn.org/board/topic/186133-thorium/?do=findComment&comment=1264771
    1 point
  21. Everything except new versions of Windows 10/11 is officially "legacy", including, but not limited to, Windows 8.1 and old Windows 10 (like LTSB 2016 version).
    1 point
  22. Hi, Because the results are still somewhat good, despite the known fact of censorship. What alternatives there are? Miserable. Most of them use Google and/or Yahoo results anyways.
    1 point
  23. Oh, just found this! It's indeed Google tracking. Someone even asked ChatGPT. "The sca_esv parameter is a piece of data in the URL that's likely internal to Google's system for tracking, sorting, or customizing search results. URL parameters like these are often used for various purposes including analytics, session identification, and to tweak the behaviour of the search. " "Asking ChatGPT to brainstorm what sca and esv could stand for in the context of a Google search:" https://webapps.stackexchange.com/questions/172215/google-videos-search-sca-esv-query-parameter-possible-tracking
    1 point
  24. But Firefox and all the forks (to this date) are one of the most notorious trackers, and they are nowhere near Ungoogled. So it just confirms my worries.
    1 point
  25. I am very satisfied with the efficiency of uBlock Origin Legacy when it comes to filtering and blocking unwanted content. Especially when you consider how old the original extension actually is. However, the decisive factor is the correct configuration and sensible selection of effective filter lists that are still compatible with uBlock Origin Legacy. And of course, the filters and rules you create yourself are also crucial, as they make everything even more interesting and effective. If the user proceeds in this way, then the combination of PBCF filter list and user script is the icing on the cake.
    1 point
  26. Try this - without quotes! Despite what other users/user may tell you. --disable-features=WebUsbDeviceDetection
    1 point
  27. No. It is indeed Thorium trying to connect to this address. To be more precise it is the process thorium.exe. Disabling the flag #media-route-dial-provider seems to be the solution I found by checking all available Thorium flags.
    1 point
  28. No. It is indeed Thorium trying to connect to this address. To be more precise it is the process thorium.exe.
    1 point
  29. Can anyone tell me why Thorium is trying to connect via UDP to the address 239.255.255.250 using the port 1900 almost every minute? My Windows 10 Firewall Control is blocking and logging this connection, fortunately. I performed a WHOIS check and got this information: # # ARIN WHOIS data and services are subject to the Terms of Use # available at: https://www.arin.net/resources/registry/whois/tou/ # # If you see inaccuracies in the results, please report at # https://www.arin.net/resources/registry/whois/inaccuracy_reporting/ # # Copyright 1997-2024, American Registry for Internet Numbers, Ltd. # NetRange: 224.0.0.0 - 239.255.255.255 CIDR: 224.0.0.0/4 NetName: MCAST-NET NetHandle: NET-224-0-0-0-1 Parent: () NetType: IANA Special Use OriginAS: Organization: Internet Assigned Numbers Authority (IANA) RegDate: 1991-05-22 Updated: 2013-08-30 Comment: Addresses starting with a number between 224 and 239 are used for IP multicast. IP multicast is a technology for efficiently sending the same content to multiple destinations. It is commonly used for distributing financial information and video streams, among other things. Comment: Comment: A full list of IPv4 multicast assignments can be found at: Comment: Comment: http://www.iana.org/assignments/multicast-addresses Comment: Comment: A document describing the policies for assigning multicast addresses can be found at: Comment: http://datatracker.ietf.org/doc/rfc5771 Ref: https://rdap.arin.net/registry/ip/224.0.0.0 OrgName: Internet Assigned Numbers Authority OrgId: IANA Address: 12025 Waterfront Drive Address: Suite 300 City: Los Angeles StateProv: CA PostalCode: 90292 Country: US RegDate: Updated: 2012-08-31 Ref: https://rdap.arin.net/registry/entity/IANA OrgAbuseHandle: IANA-IP-ARIN OrgAbuseName: ICANN OrgAbusePhone: +1-310-301-5820 OrgAbuseEmail: abuse@iana.org OrgAbuseRef: https://rdap.arin.net/registry/entity/IANA-IP-ARIN OrgTechHandle: IANA-IP-ARIN OrgTechName: ICANN OrgTechPhone: +1-310-301-5820 OrgTechEmail: abuse@iana.org OrgTechRef: https://rdap.arin.net/registry/entity/IANA-IP-ARIN # # ARIN WHOIS data and services are subject to the Terms of Use # available at: https://www.arin.net/resources/registry/whois/tou/ # # If you see inaccuracies in the results, please report at # https://www.arin.net/resources/registry/whois/inaccuracy_reporting/ # # Copyright 1997-2024, American Registry for Internet Numbers, Ltd. # It seems to be somehow related to multicast. Can this be turned off in Thorium?
    1 point
  30. As a technically interested person and die-hard Windows XP Professional 32-bit enthusiast , I installed Thorium on my very old and very weak computer for testing purposes only. My hardware and OS specs are: Windows XP Professional SP3 with all updates after SP3 and additionally all POSReady updates, an Intel Pentium 4 Northwood 2.80 GHz CPU (single core, 32 Bit), 1.5 GB SD-RAM and a NVIDIA GeForce 6200 graphic card. I am using the version Thorium_SSE2_122.0.6261.168_WINXP_x32 in portable mode. Nothing has been installed to avoid any compromising of my system. It was hard to adjust the browser settings and flags to load pages as it actually should be. I am using the extension uBlock Origin as I do in all my browsers to filter and block all crap. However, uBlock Origin had to be exactly adjusted to not interfere negatively the loading of websites. I will test Thorium for a while to see how it behaves on my very weak Windows XP computer. But in any case, I am also interested in experiences from other users with Thorium on old 32-bit computers.
    1 point
  31. You should use the version Thorium_SSE3_122.0.6261.168_WINXP_x32.zip as your CPU supports the SSE3 instruction set at maximum. You can use the SSE2 version, too but I would try the SSE3 one first.
    1 point
  32. Personally, I would like to know about experiences of users who have installed Thorium under real (bare metal) Windows XP 32-bit on very weak hardware, especially equipped with a 32-bit (single-core) CPU like, for example, Pentium 4. Which Thorium version has been used? How does this browser behave there? How does the browser start? What does the loading behaviour of websites look like? What about performance and resource consumption in general? And above all, which settings and Chrome flags are used in those installations? It would be great to provide your hardware and OS specs when sharing any experience.
    1 point
  33. When uBlock Origin is installed, it controls the preloading of websites. You do not have to disable uBlock Origin to control this feature again, you can simply enable the option "Disable pre-fetching" in uBO's dashboard page "Settings" as already mentioned by @Dixel.
    1 point
  34. No, it uses its own, in addition to the system ones, but the Chinese are of most importance to this browser. Go to chrome://settings/certificate And you will see China issued certificates from 360 original (inner) store. Any more questions?
    1 point
  35. And don't forget, even if the certificates in its own cert store match yours, you can still see the red flags because its own ones are too old. That browser was released in 2020, we live in 2024.
    1 point
  36. You're welcome! Then we also have to take into account that the iteration you talk about first came through Russia repackers' hands. As it is based on a repack from Russia.
    1 point
  37. No fix, as we know. Most importantly, if the system certification path says this certificate is OK, you have nothing to worry about. Ignore.
    1 point
  38. You are a serial troublemaker,you meddle in all threads to just criticize. And like the fantastic 4 you act in groups for self-satisfaction. You have only 1 quality. You are good at misrepresenting written words. You say that the user you chose to attack wrote something he did not in fact write. I wonder what is the purpose of this? Probably there is a need for psychological help instead of this group self-therapy of yours.
    1 point
  39. Strange that your other multiple accounts didn't vote on this crappy poll too?
    1 point
  40. @reboot12 Regarding your solution of always using vga.sys at first deployment, you can also change the service in your video driver by changing the Service string to the name of VgaSave from Vga inside the enum key, to the key that matches that hardware ID of the driver (change permissions in the Enum key to edit the contents inside the Enum key). If the installation of any driver has removed the service needed by that driver (due to inf errors etc), the keys can be added to the key matching your hardware ID (assuming that the service was present but didn't integrate properly in the driver's enumeration entry) to prevent future errors in the respective driver (as you see in your enum key, the keys match the hardware IDs of the driver you're looking for). For example, I use vbemp legacy vga driver (as the VgaSave service instead of the ms vgasave) and it's always loaded on the device manager without errors. I disabled pnp vbemp (to prevent delay at bootscreen) and I used only the non-pnp vbemp driver that is named vga.sys.
    1 point
  41. This is what I said in my post above, literally, and even attached the signed file. I still think it's some odd behaviour of the programme - since @yoltboy01doesn't get that precise error, and to answer your question, yes they still use those stubs, why wouldn't they? I'll tell even more, there was a patch that ports all win10 UCRT functionality to Vista, so one can simply salvage those stubs from there, just a hint.
    1 point
  42. Or maybe try this one (digitally signed). Just rename it to api-ms-win-core-localization-l1-2-2.dll api-ms-win-core-localization-l1-2-0.zip
    1 point
  43. It'd be very interesting to read your feedback regarding Supermium. You say it's heavy, what's your system? Answer here, please. https://msfn.org/board/topic/185045-supermium/page/
    1 point
  44. I doubt, it had been discussed about the minimum requirement for 1607, it's most likely there will be missing dependencies, even if you unpack the installer. https://msfn.org/board/topic/185023-future-of-chromium-on-older-windows-10-versions-and-rtm/
    1 point
  45. Use WSUS Offline 9.25 to download all Vista patches, along with the applicable runtimes for VC++, .NET Framework and DirectX. You can even include MSE (which would work if tricked into thinking it's on W7, 99.9% sure) and Windows Defender definitions. I haven't done much research on either Vista or WSUS, but it does give you the option of creating an ISO or a folder on a USB drive with the updates. Or you can just copy the "client" folder to the Vista machine and run UpdateInstaller.exe. *note: the update files for x64 are ~3.6 GB uncompressed.
    1 point
×
×
  • Create New...