Jump to content

Leaderboard

The search index is currently processing. Leaderboard results may not be complete.

Popular Content

Showing content with the highest reputation on 02/07/2026 in Posts

  1. @ED_Sln Just to confirm that the flags works with the latest Ungoogled Chromium (144.0.7559.133). Regards
    1 point
  2. The way I see it, we now have this ... https://github.com/e3kskoy7wqk/Firefox-for-windows-7
    1 point
  3. Sorry to resurrect this again but I think the yt-dlp4vlc script has an error. I think the probe function is incorrect . . . function probe() -- Check if the input is a YouTube link return vlc.access == "http" or vlc.access == "https" and (string.match(vlc.path, "youtube%.com") or string.match(vlc.path, "youtu%.be")) . . . should be . . . function probe() -- Check if the input is a YouTube link return (vlc.access == "http" or vlc.access == "https") and (string.match(vlc.path, "youtube%.com") or string.match(vlc.path, "youtu%.be")) . . . notice the brackets around the first 'or' pair. Bit marginal but without those brackets any http url will return true. Ben.
    1 point
  4. @genieautravail The ungoogled version has the flags #disable-encryption and #disable-machine-id. Enabling them will disable encryption and machine ID creation, allowing you to transfer your profile to another computer. The developer will not transfer them to the regular version, leaving the functionality completely stock. Therefore, for the regular version, use third-party tools to create a portable version.
    1 point
  5. Actually this bug is present on Vista, too. It's not "XP-only", like someone there tried to imply. Therefore, you're in the wrong right repository, Dave, you can edit the post and include Vista so they get out of your hair. They have no respect to the famous moderator!
    1 point
  6. No, it was Thorium's creator who referred to this in the quoted reply.
    1 point
  7. Hi, at first read carefully my "Complete guide for restoring Microsoft Update in IE" in this post: If you have trouble with ProxHTTPSProxy, then you can find everything about it in this post:
    1 point
  8. Hi to all, I have updated the content of my article in first post. Due to the fact that some of you had problems when running ProxHTTPSProxy or HTTPSProxy in older systems I have examined the correlation of crashes with the SSE2 capability of a CPU. The current results can be found in sections Prerequisites and Versions. Furthermore both versions of Root Certificate Updater have been updated and are now of 02/24/2022. Regards, AstroSkipper
    1 point
  9. In your linked post the solution was to check if Microsoft Client Network is properly installed.
    1 point
  10. Due to the fact that some of you had problems when running ProxHTTPSProxy or HTTPSProxy in older systems I have examined the correlation of crashes with the SSE2 capability of a CPU. The current results can be found in sections Prerequisites and Versions of this post: @maile3241 I have mentioned your findings relating to getting access to MU in Windows XP Professional x64 and linked your post.
    1 point
  11. Of course, I have. Forget about Windows 2000! As you already wrote in a post above: And you are absolutely right. But for all not reasonable people there is an antivirus tool which works with Windows 2000 too, called ClamWin. Here is a link: https://clamwin.com/ PS: By the way I don't think you have an infection in your system.
    1 point
×
×
  • Create New...