Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/21/2025 in all areas

  1. XYplorer Version 27.10 is the last 32-bit version, the next one will be 64-bit.
    2 points
  2. just found UXP rev 5e8e1208 may cause some UI glitches, and workaround in both ways are committed.
    1 point
  3. Feature Request: It would greatly enhance usability if folders could be pinned directly to the Start menu with flyout menu.
    1 point
  4. I think the notice should be changed from "From now on" to "Since *date*"
    1 point
  5. Now, after @feodor2's versions cleanup, I was able to install Scratchpad 0.7.1 in Mypal 74.1.0 as a replacement for the removed, internal Scratchpad but it doesn't work as intended. The Scratchpad window is partially broken. No possibility to run JavaScript code. From this I conclude that Mypal 74 is not yet at the level of FF 72 or even 74 when it comes to extensions. @feodor2, am I right?
    1 point
  6. Today, I have installed and tested Mypal 74.1.0. @feodor2, thanks for this new version and for cleaning up the version number chaos! Good job! My favoured Alice0775 script loading method still works with this browser version as I have predicted in previous posts. And I am very pleased that the Custom Buttons extensions and all my self-created scripts also work there. However, one issue is still present in Mypal 74.1.0. Clicking entries in the Add-ons Manager does not work yet and leads to the well-known message that the address is not understood.
    1 point
  7. I am an old member of MSFN too with 4k+ postings , and I have never given any advice without a well-founded reason. Long story short, absolutely no trust in Kaspersky and especially in their definition updates. And this will be the case forever. The reasons for that can be read in all its detail in this thread.
    1 point
  8. @a8s If you're going to use a hack like this, you should also read the notes. Here is a quotation taken from the creator's notes: And if you had carried out a new installation straight away from scratch, as I advised you to do in this post, you would have immediately realised that the error was in your configuration.
    1 point
  9. And in Serpent 52 (2023-11-10), the download window is definitely not resized as it should : Sometimes, it is rendered correctly, but mostly not. @roytam1 Can you have a look into that? And is the content of this window as to be expected? Cheers, AstroSkipper
    1 point
  10. In Firefox 4, the status bar was replaced with the add-on bar, an empty, but customizable, toolbar. In Firefox 29, Mozilla decided to rework the UI again, and ended up in removing the add-on bar as well. From Firefox 29 to 56, the add-on bar could be restored by the extensions Status-4-Evar or Classic Theme Restorer. Mypal 68 is based on the code of Firefox 68esr, called Firefox Quantum, where no add-on bar can be found or natively be enabled by the user. Therefore, I have been looking for ways to reimplement such a status or add-on bar in Mypal 68 with the functionality to display currently loading URLs and hovered links and to place toolbar buttons there. I finally managed to do this and now I have my status bar again like in the old days. The implementation was done by JavaScript and CSS. Here is a screenshot: Cheers, AstroSkipper
    1 point
  11. Here are two screenshots to show where and by what means modifications have been done to the user interface of Mypal 68.13.5b: The colours of the areas mean how the modification was made. Red stands for CSS only, blue for JavaScript only, and green for both, JavaScript + CSS. Cheers, AstroSkipper
    1 point
  12. Get rvkroots.exe (Google), extract updroots.exe from it and put it in some folder. Get Curl: https://rwijnsma.home.xs4all.nl/files/curl/curl-7.69.1-mbedtls-zlib-win32-static-xpmod-sse.7z and unpack in the same folder. Then you just run the following batch file: ----------------------------------------------------------------------------------------------------------------------------------------- curl -O http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authroots.sst curl -O http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/delroots.sst curl -O http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/disallowedcert.sst curl -O http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/roots.sst curl -O http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/updroots.sst updroots authroots.sst updroots updroots.sst updroots -l roots.sst updroots -d delroots.sst updroots -l -u disallowedcert.sst cls ----------------------------------------------------------------------------------------------------------------------------------------- Done, takes 20 seconds to update, no complicated nonsense like they do in the XP forum.
    1 point
  13. @schwups You can replace curl with wget, or any other similar program that is able to download files. Or you can instead download the files manually with your browser :P Actually, try running this in the command prompt or a bat file: explorer.exe http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authroots.sst explorer.exe http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/delroots.sst explorer.exe http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/disallowedcert.sst explorer.exe http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/roots.sst explorer.exe http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/updroots.sst pause updroots authroots.sst updroots updroots.sst updroots -l roots.sst updroots -d delroots.sst updroots -l -u disallowedcert.sst You should get 5 Open/Save/Cancel dialogs. Select to save in the same folder as uproots, then after all 5 are downloaded switch to the command prompt window and press a key.
    1 point
×
×
  • Create New...