Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Why didn't you say right away that you mean the Adguard filter lists inside uBlock Origin if I understood you correctly this time? Clear questions would be more effective in obtaining suitable answers. Anyway! I will test these filter lists and report. However, in single-process mode, uBlock Origin works great as far as I can say. @feodor2 I performed several tests with uBlock Origin 1.57.2 in multi-process mode of Mypal 68.14.0b. So far, all filters including the Adguard ones seem to be working as they should. But as I already stated here, uBlock Origin 1.57.2 only works in this mode on my computer with a 32-bit single-core CPU if extensions.webextensions.remote is set to false. However, this setting means a kind of neutering the multi-process mode. I therefore think that a real fixing of this issue would be a better solution than partially switching off multi-process mode.
  3. FWIW, I have no idea how much Thorium and Supermium can be considered to be 'clones'. As far as I'm concerned if they were clones they would be identical, and that they are not! Although they look so similar they must have both started from the same base, they have different developers working on them, so they have diverged. I'm still very grateful (and still astounded!) that they both work on Windows XP, albeit with some issues, using such a recent Chromium version. A few years ago, I'm sure we all thought that would be absolutely impossible! I'm sticking with Thorium now, although still keeping an eye on where Supermium is going too of course. Thorium has a couple of facilities now that I was really missing after using 360Chrome, natively keeping the browser open when the last tab is closed, without having to use an extension to do it, and double-clicking to close tabs, which I use all the time, and I first got used to back in the days of Presto Opera! The only important (to me) thing still missing is a setting to always open bookmarks in a new tab, which you could also do on 360Chrome. I hate it when you click on a link and it overwrites the current tab. I know you can do it with middle click and the right click menu, but I got used to opening bookmarks automatically in new tabs without having to think about it! There doesn't seem to be an extension which will easily and simply fix that, not that I've found, anyway. I'm very pleased that both the Thorium and Supermium developers seem to now be committed to producing un-Googled versions. For those that want that, I hope they don't have to wait for too long.
  4. JNZ checks ZF flag, so you still have to change it for sure.
  5. Confirmed! Tz Clock can no longer get the correct time zones in Mypal 68.14.0b.. I don't know to what extent the implementation of the lacking Internationalization & Localization would change anything, If you want, you can report this to the Mypal 68's issues on GitHub. @feodor2 recently created a separate issue for extensions which stopped working due to his browser changes.
  6. The update of the javascript engine of course, what else ! Regards
  7. 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!
  8. Today
  9. Are we really, though? There's so much computers on the market that I wouldn't have the slightest idea what to buy if I was in the market for a new one. Admittedly, my interest in computers waned with loss of interest in gaming, and having to do things I dislike on computer at work doesn't help.
  10. The (similar) fix in basilisk 52 doesn't affect Tx Clock.
  11. May be this is a more elegant way, because it sets the last bit in ah always to 1, no matter what has been there before and does not change any other bit in ah and gives the same result as the test, if the last bit in ah is 1 Dietmar .text:0031F3CB call sub_315CDC .text:0031F3D0 or ah, 1 .text:0031F3D3 jnz short loc_31F3E0 .text:0031F3D5 ; --------------------------------------------------------------------------- .text:0031F3D5 push 238Ch .text:0031F3DA call sub_323C94 .text:0031F3DF pop ecx
  12. 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?
  13. 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."
  14. @Mov AX, 0xDEAD I try to hack the question about CPUID and CMPXCHG8B in setupldr.exe from XP SP3 on the xp.iso. I search via the debug version of this setupldr.exe, but changes I do in the free version of setupldr.exe. Still I get this crazy message about no CPUID CMPXCHG8B on this 486 compi and I have no idea, from where it comes. This I have changed in setupldr.exe. Thanks for help Dietmar .text:0031D48F loc_31D48F: ; CODE XREF: SlInit(x,x,x)+195j .text:0031D48F call _SlInitDisplay@0 ; SlInitDisplay() .text:0031D494 call _BlIs386@0 ; BlIs386() .text:0031D499 test al, al .text:0031D49B jz short loc_31D4A8 .text:0031D49D push 236Dh .text:0031D4A2 call _SlFatalError .text:0031D4A7 pop ecx .text:0031D4A8 .text:0031D4A8 loc_31D4A8: ; CODE XREF: SlInit(x,x,x)+1AEj .text:0031D4A8 call _BlGetFeatureBits@0 ; BlGetFeatureBits() .text:0031D4AD test ah, 1 .text:0031D4B0 jnz short loc_31D4BD .text:0031D4B2 push 238Ch .text:0031D4B7 call _SlFatalError .text:0031D4BC pop ecx ==> .text:0031D48F loc_31D48F: ; CODE XREF: SlInit(x,x,x)+195j .text:0031D48F call _SlInitDisplay@0 ; SlInitDisplay() .text:0031D494 call _BlIs386@0 ; BlIs386() .text:0031D499 test al, al .text:0031D49B jmp short loc_31D4A8 .text:0031D49D push 236Dh .text:0031D4A2 call _SlFatalError .text:0031D4A7 pop ecx .text:0031D4A8 .text:0031D4A8 loc_31D4A8: ; CODE XREF: SlInit(x,x,x)+1AEj .text:0031D4A8 call _BlGetFeatureBits@0 ; BlGetFeatureBits() .text:0031D4AD test ah, 1 .text:0031D4B0 jmp short loc_31D4BD .text:0031D4B2 push 238Ch .text:0031D4B7 call _SlFatalError .text:0031D4BC pop ecx
  15. Probably you already have your profile in the default location? If you launched your browser without that flag even once,
  16. I found an error, you missed 1 letter in --disable-webgl
  17. How to force Aero on "unsupported" graphics cards. https://www.techpowerup.com/forums/threads/tip-how-to-force-aero-on-unsupported-graphics-cards.121250/
  18. since my gpu driver doesn't support vista, i also heard some people saying that it only works on rc2 and below, how can i let aero work?
  19. Not in the slightest. I do everything on a desktop PC, I've never owned anything Android-driven.
  20. Thanks for the new steps. I tried the folowing: -Changed widget settings to §10 and restarted without HDAICOUT.HDA - no sound -Changed widget settings to $10 and restarted with HDAICOUT.HDA - no sound - Changed widget settings to $11 (i guessed to try it as you mentioned the widgets are $10 or $11) and restarted with/withoout HDAICOUT - no sound, but this time machine locks up on bootup unless TSR is unloaded (my windows installation is set to limit RAM to 980 MB) I also tried all of the above with pcipatch value and without. Looks like the Conexant variant is one stubborn codec :$
  1. Load more activity
×
×
  • Create New...