Jump to content

AstroSkipper

Member
  • Posts

    4,581
  • Joined

  • Days Won

    519
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by AstroSkipper

  1. Thanks for your assessment! I tend to agree with that. My Windows XP computer is indeed equipped with a 32-bit single-core CPU. I think using Mypal 68 in single-process mode is more suitable as I already did from the very first. In this mode, it uses also much less RAM.
  2. Ok. As usual the proof is in the pudding. I have two partitions with Windows XP installed. One with POSReady 2009 and one without. I will test that and report here.
  3. You're right. My Windows XP Professional SP3 32-bit is fully updated with all patches/updates after SP3 including all POSReady 2009 ones. But this was never a problem. And uBlock Origin 1.57.2 works fine here in single-process mode. Thus, I don't think that the problem is related to POSReady 2009 patches. But thanks for your opinion!
  4. I can remember very well that there was a problem with the sporadic disappearance of the Clean Links' toolbar icon in the past. This seems to be fixed in CleanLink2 as far as I can tell at the moment. In any case, I have installed this version and will see how it behaves.
  5. As I already mentioned before, I can't confirm your issue with the logger in uBlock Origin 1.57.2 in single-process mode. Here is a screenshot as a proof:
  6. Thanks for testing! I'm glad it works for you. But if you look at my screenshots above, you'll see that I actually have problems with uBlock Origin 1.57.2 in multi-process mode. And I'm not imagining them. BTW, I did a fresh install of Mypal 68.14.0b with a fresh, untouched profile. Maybe, this multi-process mode is not compatible with every hardware? Or do you use other settings for multi-process mode as your default ones?
  7. Blame is not uploading, so what type of the crash do you get? The kind of crashes I experience is always an immediate closing of the browser when I click on links in my logged-in account on Codeberg. Some clicks here and there, and all of a sudden, the browser closes without any error message. And that only in single-process mode. I would like to provide more information but there is none I am aware of.
  8. I used Pure URL in the past. And long time ago, the extension Clean Links. CleanLink2 seems to be a fork of Clean Links. So, thanks for the hint! I will try this forked version next time.
  9. Since I created an account on Codeberg, I get these crashes only in single-process mode, They occur absolutely randomly without uploading any file. It is enough to click some links here and there, and the browser crashes immediately without any message. And it never happens with the same link. Very strange!
  10. Thanks for replying! First, I tried a basic installation, without any further settings or additional filter lists in Mypal 68.14.0b using the default multi-process mode. Only the pre-selected filter lists were loaded. So at first sight, all seemed to be fine. That means, to answer your question, the vanilla install works. But if I enable the default filter list AdGuard - Ads, all is over. Here is a screenshot showing this error state: Same when enabling the default filter lists AdGuard Tracking Protection or AdGuard URL Tracking Protection. Endless loading of these lists. The complete uBlock Origin installation becomes inaccessible. Even a restart can't do anything. The GUI of uBlock Origin's dashboard page is then completely broken. Here is a screenshot showing the broken tab Filter lists: Therefore, I had to uninstall it due to a complete breakage in accessing other websites by the browser. BTW, you mentioned my reported issue here https://github.com/Feodor2/Mypal68/issues/426. Unfortunately without the important information that this issue only happens in multi-process mode but not in single-process mode. Maybe, you can add this missing information. Is anyone here who can or cannot confirm this issue I observed? Regarding your statement that the logger doesn't work in single-process mode, I can't confirm that. Working here as far as I can see. Tested in uBlock Origin 1.57.2. Anyway! uBlock Origin 1.57.2 is fully working in Mypal 68.14.0b if configured in single-process mode but not in multi-process mode. I would therefore assume that something is wrong with the multi-process mode, or the default configuration of the multi-process mode is somehow problematic for uBlock Origin 1.57.2. At least, on my Windows XP computer, even with hardware acceleration disabled. Greetings, AstroSkipper
  11. Update notification Mypal 68.14.0b has been released on Codeberg.org, Therefore, I updated the first post of this thread. In this version, the automatic update of extensions is not enabled. If you are interested in re-enabling this feature, simply read this instruction: Restoring the manual and automatic update function for extensions in Mypal 68.13.3b Altough written by me for an older release, this instruction is still valid for Mypal 68.14.0b. Cheers, AstroSkipper
  12. FYI, this issue still exists in Mypal 68.14.0b. Just tested. Nevertheless, thanks for your new update and the changes to JavaScript in terms of local time and time zone! The functions .toLocaleString(), .toLocaleDateString() and .toLocaleTimeString() are working great now.
  13. @feodor2 I have installed your latest version Mypal 68.14.0b and tried it in multi-process mode. Unfortunately, I had big problems with uBlock Origin, no matter if the latest version 1.57.2 or the last version 1.46 which was still compatible with FF 68. It was no longer possible to load additional filter lists, and the extension was only in an error state. uBlock Origin became inaccessible, and the browser even hung after closing. Especially when I tried to load the default filter list AdGuard - Ads. I also disabled the hardware acceleration but unfortunately without any effect. Something is seriously broken. And it seems to be the same in the previous release Mypal 68.13.9b also only in multi-process mode. However, no problems in single-process mode. Any ideas? Or am I the only one having such problems?
  14. Ok! I checked my system once again. In my Windows XP main partition, I unfortunately discovered that one of four registry keys relating to the region and language options had disappeared. No idea why. However, the time and time zone display was still intact. Fortunately, I have a second Windows XP partition from which I was able to export the missing key HKEY_CURRENT_USER\Control Panel\International and import it into my main partition. Now, all is working again. This fixing has actually led to a change in Firefox ESR 52.9.0. Now I also get the correct time and time zone displayed there:
  15. All is correct. Do you really think that I wouldn't have checked that first of all? So, the question is what did you and @UCyborg do that makes Firefox ESR 52..9.0 show the correct time and timezone?
  16. On the other hand, the following JavaScript command returns the correct time zone including DST in Firefox ESR 52.9.0: new Date().toTimeString().slice(9); "GMT+0200" or new Date().toString(); "Mon Apr 22 2024 20:45:37 GMT+0200" or new Date().toDateString(); "Mon Apr 22 2024"
  17. I found a further JavaScript command to get the correct, local time including DST in the web console of New Moon 28, Firefox ESR 52.9.0 and Serpent 52 probably too: new Date().toTimeString().slice(0,8); returns the correct,, currently local time at the moment: "19:41:01"
  18. Here, I get the same as @AstroSkipper, so "ETC/GMT-1". Here unfortunately not as I already mentioned before:
  19. The JavaScript command Intl.DateTimeFormat().resolvedOptions().timeZone; leads in New Moon 28, Serpent 52 and Firefox ESR 52.9 to the same, wrong output (or should I say the same, currently wrong output? ) under Windows XP: "Etc/GMT-1" which means UTC/GMT +1 hours and is the correct winter time. In my location, however, it should actually be UTC/GMT +2 hours due to the currently valid summer time (DST). But this JavaScript command new Date().getTimezoneOffset(); returns the correct difference (in minutes) between UTC time and my local time: -120 My conclusion is that the JavaScript commands new Date().toLocaleString(); new Date().toLocaleString('de-DE'); only return the general time zone (here winter time, UTC/GMT +1) without any DST which has been set in Windows XP whereas. The JavaScript command new Date().toLocaleTimeString('de-DE', {timeZone: 'Europe/Berlin'}); can do the correct output in my case, of course. Anyway! There is a problem fetching the correct DST. Cheers, AstroSkipper
  20. Although Proxomitron is definitely a great tool (I used for some time in the past), it's more for security nerds. The more tools are involved in something (filtering and blocking content, elements and scripts), the more it needs to be properly configured and readjusted. I don't want to have such an additional tool for filtering in the background. uBlock Origin serves all my needs. And in some profiles, I have additionally installed ematrix. That's absolutely enough for me. No need here for more, but rather less.
  21. I can't confirm your observation. My Windows XP system always shows the correct DST time. But I don't get the correct system time in the original Firefox ESR 52.9 when usimg the JavaScript commands: new Date().toLocaleString(); new Date().toLocaleString('de-DE'); We have summer time here, and these commands always show the winter time (1 hour less). I only get the current, correct DST time when using this command: new Date().toLocaleString('de-DE', {timeZone: 'Europe/Berlin'}); Same in New Moon 28. Tested in the web console and in a clock custom button I already modified in the past. So, no need to change anything DST related in my system. Cheers, AstroSkipper
  22. How can I integrate this into Windows XP? Is there an installation file or a ready-made file that I can copy to a specific folder? Unfortunately, I am not familiar with this. This was just a hint that Elliptic Curve Cryptography can be ported to Windows XP. No more, no less. How this can be done, no idea. The linked project is not documented more detailed. But as you stated clearly, you like such short information. Personally, I do not really need such a port.
  23. Regarding Mypal 68, all related to localisation and internationalisation has not been implemented yet. No correct local times. No time zones. This was reported by me long time ago: https://github.com/Feodor2/Mypal68/issues/96
  24. Yep! And even New Moon 28 can deal with these certificates:
  25. No, we don't. You said: This statement does not refer to any cert stores. You have to stand by what you said. Maybe, you should correct this statement so that it can be assigned a Boolean truth value of true again. The evidence can be found in the previous posts.
×
×
  • Create New...