Leaderboard
Popular Content
Showing content with the highest reputation since 06/13/2024 in all areas
-
Look's like CloudFlare nightmare soon may be over, Pale Moon community reach out to press and CloudFlare team apparently noticed they negative coverage in press: Moonchild wrote: The Register article title is hilarious: Cloudflare's bot bouncer blocks weirdo browsers We finally know what browsers we using - a weirdo browsers.9 points
-
still working with $DAYJOB, and for builds because there is lack of upstream changes. BTW I do plan for an update to my legacy browsers addressing some NSS related bugfixes and cert updates, but no ETA at the moment.9 points
-
StartAllBack 3.8 is major update with fully recreated taskbar. It will be necessary for August 24H2 update. It's like 70% new app. New - Shy autohide taskbar perk - Never, hide labels combine button setting - Reorder task thumbnails by drag&drop Improved - Reduced taskbar memory usage, improved responsiveness with async immersive shell startup - Pixel-perfect task icons if possible - All-new animations - Incorporated RudeWindowFixer Removed - Modern jump list with classic taskbar - Pinning to jumplist via drop on taskbar button - Auto-hide taskbar for fullscreen UWP apps Download: https://startisback.com/StartAllBack_setup.exe No translations for taskbar context menu in beta 1 Refer to alpha 1/2 threads8 points
-
I don't know if it has already been noticed, VLC Media Player 3.0.20 has not been able to play YouTube video links under Windows XP for months. Due to YouTube's permanent changes, the youtube.luac file from 08.06.2024 is outdated. An updated youtube.luac or youtube.lua version has not yet been published. So, I did a research and found an alternative version of the youtube.lua which makes use of the downloader yt-dlp. The Lua script project is called yt-dlp4vlc and was developed by FalloNero. Here is a link to his GitHub page: https://github.com/FalloNero/yt-dlp4vlc. I have already tested this Lua script, and it works fine. The script calls up yt-dlp.exe and transfers the parsed link to VLC. Unfortunately, there is one small drawback. The Lua programming language does not have a command to minimise or to hide a console window. Under Windows, a console window is opened and only closed when the parsed link has been successfully transferred to VLC. I don't like that, so I modified the Lua code in this script. This is the code of the original Lua script: -- YouTube Link Resolver for VLC with Separate Video and Audio URLs -- Place this script in VLC's lua/playlist directory 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")) end function parse() -- Construct the full YouTube URL local youtube_url = vlc.access .. "://" .. vlc.path -- Path to yt-dlp executable (modify as needed) local yt_dlp_path = "C:\\YT-DLP\\yt-dlp.exe" -- Construct the command to get the direct video and audio URLs local cmd = string.format( '%s -g "%s"', yt_dlp_path, youtube_url ) -- Execute yt-dlp to get the direct video and audio URLs local handle = io.popen(cmd) -- Read video URL (first line) local video_url = handle:read("*l") -- Read audio URL (second line) local audio_url = handle:read("*l") handle:close() -- Trim any whitespace video_url = video_url and video_url:gsub("^%s+", ""):gsub("%s+$", "") or "" audio_url = audio_url and audio_url:gsub("^%s+", ""):gsub("%s+$", "") or "" -- Log the resolved URLs vlc.msg.info("[YouTube Resolver] Original URL: " .. youtube_url) vlc.msg.info("[YouTube Resolver] Video URL: " .. video_url) if audio_url and audio_url ~= "" then vlc.msg.info("[YouTube Resolver] Audio URL: " .. audio_url) return { { path = video_url, name = vlc.path .. " (Video)", options = { -- Add audio URL as input option ":input-slave=" .. audio_url } } } else vlc.msg.warn("[YouTube Resolver] No separate audio URL found. Playing single URL with both video and audio.") return { { path = video_url, name = vlc.path .. " (Video + Audio)" } } end end And here is the code of the Lua script modified by me:: -- YouTube Link Resolver for VLC with Separate Video and Audio URLs -- Place this script in VLC's lua/playlist directory 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")) end function parse() -- Construct the full YouTube URL local youtube_url = vlc.access .. "://" .. vlc.path -- Path to yt-dlp executable (modify as needed) local yt_dlp_path = "c:\\Programme\\VideoLAN\\VLC\\yt-dlp.exe" -- Hide window and ... (modify as needed) local cmd_hide = 'c:\\Programme\\VideoLAN\\VLC\\nircmd.exe win hide stitle "Lua" &' -- Start cmd, title the window and ... local cmd_title = 'cmd /c title Lua &' -- Construct the command to get the direct video and audio URLs local cmd = string.format( '%s %s %s -g "%s"', cmd_title, cmd_hide, yt_dlp_path, youtube_url ) -- Execute yt-dlp to get the direct video and audio URLs local handle = io.popen(cmd) -- Read video URL (first line) local video_url = handle:read("*l") -- Read audio URL (second line) local audio_url = handle:read("*l") handle:close() -- Trim any whitespace video_url = video_url and video_url:gsub("^%s+", ""):gsub("%s+$", "") or "" audio_url = audio_url and audio_url:gsub("^%s+", ""):gsub("%s+$", "") or "" -- Log the resolved URLs vlc.msg.info("[YouTube Resolver] Original URL: " .. youtube_url) vlc.msg.info("[YouTube Resolver] Video URL: " .. video_url) if audio_url and audio_url ~= "" then vlc.msg.info("[YouTube Resolver] Audio URL: " .. audio_url) return { { path = video_url, name = vlc.path .. " (Video)", options = { -- Add audio URL as input option ":input-slave=" .. audio_url } } } else vlc.msg.warn("[YouTube Resolver] No separate audio URL found. Playing single URL with both video and audio.") return { { path = video_url, name = vlc.path .. " (Video + Audio)" } } end end For hiding the console window, I have used nircmd. The script has to be adapted to the location of both files yt-dlp.exe and nircmd.exe. The advantage of this script is that from now on, the interaction of YouTube and VLC no longer depends on an updated youtube.lua script which is only carried out at very irregular intervals, but on the downloader yt-dlp.exe maintained by @nicolaasjan. Long story short, VLC Media Player 3.0.20 is again able to play YouTube videos from their links. And now even without an annoying console window. Cheers, AstroSkipper7 points
-
... Yes, this is really insane of them ; it's not as if discourse-based forums, mostly containing text, need the top-of-the-line JS/CSS features released with "yesterday"'s Google Chrome version ... ... Mozilla have extended Win7's support with Fx115esr until September, but discourse will cut this support 4 months prior, on May 1st! I soon got bored reading the linked announcement and the comments that followed it, their basic reasoning couldn't hold water if it wanted to: (and, correct me if wrong, but "they" can't use English properly, I think "including" should've been "include"); what "improved experiences" for crying out loud? People just post questions (in plain text), sometimes they attach a screengrab, and they expect a helpful reply (also mostly in text); why discriminate against older rendering engines? https://meta.discourse.org/t/dropping-ios-15-other-old-browsers-in-may-2025/358131/33 Will have to wait and see how much "broken" UXP will be after May 1st on discourse-based forums/"communities" (quite a lot of them, actually) ... (above is St52 with the ! Discourse-based forums ||*/browser-detect-$script,important custom uBO-legacy filter...) EDIT: Discourse's browser-feature-checking script is, apparently: https://d11a6trkgmumsb.cloudfront.net/assets/chunk.e772cb6376a12f35fc11.d41d8cd9.br.js:139:2663437 points
-
I removed in all batch files the PowerShell commands for downloading and extracting the yt-dlp, youtube-dl and ffmpeg archive files. As a replacement, I added wget.exe for downloading your releases respectively @Reino's release and 7z.exe for extracting the downloaded archive files. Then, I rewrote the corresponding code in different batch files. Now, all batch files for updating work again under Windows XP. The yt-dlp, youtube-dl and ffmpeg archive files are downloaded, extracted and then removed including all unwanted files. So, your yt-dlp can be checked by the -U option at any time. After checking for updates, I added an option to decide whether an update of the yt-dlp file or the youtube-dl file should be carried out or not. Now, everything is running the way I wanted it to. Project finished.7 points
-
I also used the Open With extension in the past. It is indeed a nice extension. ytBATCH is not only one batch file but a couple of batch files. I changed the code of some batch files to avoid PowerShell commands which do not work under Windows XP. Now, ytBATCH is able to download the most recent versions of @nicolaasjan's yt-dlp and youtube-dl releases, and @Reino's last ffmpeg release, by itself. And here ytBatch's Preferences: And this is the main window where a command or the YouTube link has to be entered: This script collection is cool.7 points
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250419-3219d2d-uxp-42e13fd8bf-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250419-3219d2d-uxp-42e13fd8bf-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250419-3219d2d-uxp-42e13fd8bf-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250419-d849524bd-uxp-42e13fd8bf-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250419-d849524bd-uxp-42e13fd8bf-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250419-d849524bd-uxp-42e13fd8bf-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250419-d849524bd-uxp-42e13fd8bf-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250419-d849524bd-uxp-42e13fd8bf-w7plus-avx2.7z Official UXP changes picked since my last build: - No issue - Various updates for Mac buildability with XCode 16.3 (59977aa358) - No issue - set UXP to dereference links in file open dialogs. (17031f216b) - Issue #2726 - Remove obsolete FirefoxOS MMS prefs (d13c759467) - No issue - Update Twemoji font to unicode 16.0.0 (9ff0c63602) - Issue #2729 - Add missing jsonifier interfaces to DOM{Matrix|Rect|Point} (8bacedc9a9) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.6 points
-
ytBATCH for Windows XP - A fork of ytBATCH by AstroSkipper ytBATCH for Windows XP is a YouTube video and audio downloader script (or better a script ensemble) forked by @AstroSkipper from eppic's original ytBATCH script on GitHub. A lot about this project can be read in my post Pre-release of ytBATCH for Windows XP - A fork of ytBATCH by AstroSkipper. It is now available in version 1.6 and a big leap forward with many changes and corrections compared to the pre-release 1.0. All changes can be found in my very long changelog. So, I'll spare you a lot of words at this point and let a few screenshots speak for themselves: ytBATCH for Windows XP - Changelog: ytBATCH for Windows XP - Pre-release version 1.0 (aka 2.9.2): wget dowloader added. 7-Zip command line tool added. Missing DOS command choice.exe added. Non XP-compatible PowerShell commands removed. New, compatible code added. @nicolaasjan's youtube-dl and yt-dlp releases implemented. @Reino's latest ffmpeg release implemented. Update module in terms of youtube-dl, yt-dlp and ffmpeg changed. ytBATCH for Windows XP - Inofficial development builds 1.1 -1.4: Autoupdate module for ytBATCH completely removed. Update module for ytBATCH converted into a version check one. Command line tools cecho, window and nircmd added. Specific sizes and positions for all windows established. All menus reworked and key commands coloured red. Several new menu items added. Several bugs fixed. ytBATCH for Windows XP 1.5 - Final release: Complete review of ytBATCH's algorithm. Due to changes in pre-configurations, installer module fully reworked. Some illogical or incomplete actions fixed. New batch files created and added. New menu items added. Beside others, links to the homepages of youtube-dl, yt-dlp, ffmpeg, ytBATCH for Windows XP and an About ytBATCH for Windows XP menu item to inform users and to give credits to the creators of programmes used. Non-functional download queue restored. New queue menu item added. A problematic and actually unnecessary, global variable completely removed. A new, global variable added. The handling of the download history changed. Config files for youtube-dl and yt-dlp created and assigned to each of them. The respective, desired command line options are permanently saved there. Wrong command line options for youtube-dl corrected. Some important command line options have been preset by me in the new config files of youtube-dl and yt-dlp. Among other things, the video resolution is limited to a maximum of 480p. If other resolutions are required, please change this default setting in these new config files! The ability to download subtitles via youtube-dl restored. youtube-dl is now correctly implemented and working in ytBATCH. Install and update module changed to implement @Reino's ffprobe which is needed in some cases. Update module for youtube-dl and yt-dlp fully reworked. A version check created and preceded. A further module for a direct update of youtube-dl, yt-dlp and ffmpeg reworked and made accessible as a menu item. Help for youtube-dl respectively yt-dlp added for a quick access to all available command line options. Further bugs, flaws and imperfections fixed. Command line tool shortcut32 added. During the initial setup, a desktop shortcut to the ytBATCH.bat start file will be automatically created. Different shortcuts added to a new subfolder lnk with specific colour schemes which will be automatically adjusted during the initial setup. The user can copy the desired one to the desktop. Menu item Generate ytBATCH for Windows XP shortcuts adapted to recent changes. ytBATCH icon file created and added to the main folder for use in shortcuts. ytBATCH for Windows XP 1.6: Version number bumped to 1.6. yt-dlp update module completely reworked. Now, a correct version check is performed first. When the update has been completed, the new version is shown once again. youtube-dl update module modified accordingly. Direct updater for yt-dlp and youtube-dl changed to show the new version number when the update has been completed. Config files for youtube-dl and yt-dlp modified to download YouTube videos with a resolution 480p and the h264 codec at maximum combined with the audio codec mp4a for all Windows XP users on old, weak hardware like me , and to embed subtitles. These config files can of course be edited by the user to use higher codecs and resolutions at any time. A no longer required batch file removed. Compatibility notes: ytBATCH for Windows XP does not have special system requirements and should run everywhere. However, it was developed under Windows XP Professional 32-Bit but should actually run under other legacy OSes like Windows Vista or Windows 7, too. I couldn't test this but the users can do it and report here. If you run Windows XP on a computer with an SSE-only CPU, however, you can only use youtube-dl as the default YouTube downloader. Download links: Download link for the ytBATCH for Windows XP - Pre-release version 1.0 (aka 2.9.2): https://www.mediafire.com/file/6c9hfkfpiwextf0/ytBATCH_for_Windows_XP_2.9.2.7z/file Download link for the final release ytBATCH for Windows XP 1.5: https://www.mediafire.com/file/7qljpnbzsxk1yn5/ytBATCH_for_Windows_XP_1.5.7z/file Download link for the new release ytBATCH for Windows XP 1.6: https://www.mediafire.com/file/eukray6px9h9bg6/ytBATCH_for_Windows_XP_1.6.7z/file ytBATCH for Windows XP is fully portable. It does not write any values to the registry and does not store any settings outside its programme folder. That means all settings are located only in its programme folder. Only a shortcut is placed on the desktop during setup. Nevertheless, the initial setup should be carried out with my original archive due to the adjustments in terms of the desired programme location that are automatically performed by the script during the initial setup and are necessary. A simple move of the programme folder after initial setup to another location would therefore make all shortcuts useless. If you do yet such a move after initial setup, you have to call the Installer.bat in the bin directory separately to re-adjust all shortcuts to the new location. The download folder for media files can be preset in the Preferences window via the menu item Change Output Path. I recommend to check all options inside this script by pressing corresponding keys to set it optimally. As far as I have noticed, all is working fine under Windows XP. And I have deeply tested all functions there. The general use of ytBATCH for Windows XP is actually self-explanatory and well documented on ytBATCH's homepage: https://github.com/eppic/ytBATCH. Of course, some features are only available in my fork. Any opinions, questions or experiences on my release ytBATCH for Windows XP are of course welcome here in my thread. If you encounter any issues with my fork, please post it only here and not on GitHub! This fork is unofficial and not supported on GitHub. Greetings from Germany, AstroSkipper P.S. from 04.04.2025: Please redownload the final release ytBATCH for Windows XP 1.5 if you have already downloaded it! I forgot to adapt one menu item to a very recent change. P.S. from 21.04.2025: FYI, all releases of ytBATCH for Windows XP have been fixed by me so that the setup routine does not only work correctly on drive C: but also on any other drive. Please, re-download the desired release! ytBATCH for Windows XP 1.6 is currently the most recent, final release and recommended by me.6 points
-
Thanks for confirmation and clarification! So, we'll have to wait until it is fixed if it is possible at all.6 points
-
I have reviewed Supermium versions 122 through 132 R1, and I believe that even if the theory about the older engine is true, it uses the same as Supermium 124, not 122. The 122 version differs too much in my opinion, if only in the imports and wrappers used (e.g. since version 124 uses APIs such as DiscardVirtualMemory) . Besides, going into chrome://versions on Supermium 122, 124, 126 R7 and 132 R1, I discovered that the latest version of Supermium probably uses the --no-sandbox flag by default under Windows 8.1, and in the version for older systems, as well as the version for Win 10 and 11, which interestingly continues to work after replacing DiscardVirtualMemory with VirtualAlloc.6 points
-
I have changed the title of my publication of ytBATCH for Windows XP. It is currently to be understood as a pre-release. My fork has moved further and further away from the original script and is becoming more and more independent. Therefore, I havel changed the version number assignment. Consider my pre-release ytBATCH for Windows XP 2.9.2 as version 1.0! This means: ytBATCH for Windows XP 2.9.2 = ytBATCH for Windows XP 1.0. Although I have made ytBATCH compatible with Windows XP, some things do not work. This is due to the fact that the algorithm in the original ytBATCH script was not quite correct or not really thought through and programmed to the end. The original script from eppic has the following shortcomings: The youtube-dl and yt-dlp downloaders are not considered and used separately. The download of subtitles can only work with yt-dlp, but not with youtube-dl. The script would not work with youtube-dl in general. The queue does not work at all. A globally defined variable causes problems in some cases. Various bugs in various places. Some actions are illogical or incomplete. This means that the original ytBATCH script only has limited functionality and won't work at its fullest on its targeted, higher OSes. I also have the feeling that eppic has given up its ytBATCH script in the meantime, as it has not been updated for three years. Updated on 29.3.2025: Today, I have found this on eppic's GitHub page: So, my feeling was correct. Nonetheless, eppic's script ensemble ytBATCH is great and worth developing further. In the meanwhile, I have already found the reasons for these issues listed above and was able to correct all of them. I have considerably changed the algorithm and modified or rewritten a lot of code. I also added new functions to make the script more informative and effective. Including a new window management and styling. Unfortunately, I can only test yt-dlp because @nicolaasjan's youtube-dl does not work with YouTube at the moment. However, the final release of ytBATCH for Windows XP will be prepared for the return of youtube-dl, whenever this will be. Cheers, AstroSkipper P.S.: Unfortunately, this all means that those using Windows XP on a computer with an SSE-only CPU will not be able to download video or audio files from YouTube using ytBATCH for Windows XP or other programmes also depending on youtube-dl at this time.6 points
-
I abandoned Thorium when it became very clear that there weren't going to be any more versions in the near future, if ever, which would run on XP. A version based on Chromium 122 doesn't really cut it any more. Why that decision seems to have been made I have no idea, but thank goodness that we still have Supermium!6 points
-
Just going back to Browsermetrics for a moment, someone here has reported the same issue with Edge, so it looks like it's something that can probably happen with all Chromium-based browsers. A new profile was recommended there too, and apparently fixed it.6 points
-
Did I say that? I said: Look at the second screenshot under (Y)! This is the Preferences window, and there you can change the use of yt-dlp to youtube-dl. The latter is a YouTube downloader compatible with SSE only CPUs. When pressing the key Y and setting the value to youtube-dl, the youtube-dl.zip file will be automatically downloaded, unpacked and saved. Then, you can use it. And to finalize the SSE topic, the ffmpeg release from @Reino is also SSE compatible. So, there shouldn't really be any problems.6 points
-
Pre-release of ytBATCH for Windows XP - A fork of ytBATCH by AstroSkipper ytBATCH is a YouTube video and music downloader script (actually rather a batch script ensemble) developed by eppic on GitHub: https://github.com/eppic/ytBATCH. Therefore, credits to eppic for his great work! Unfortunately, the original ytBATCH is not compatible with Windows XP as it uses more recent versions of youtube-dl and yt-dlp, and even failed to download any of these releases under Windows XP due to commands which do not work under this OS. Additionally, it needs ffmpeg which can't be downloaded any longer by this script, either. I changed and added a lot of code inside the batch files of this script ensemble to get it working under Windows XP. For this purpose, I implemented the use of youtube-dl and yt-dlp releases created by @nicolaasjan which will now automatically be downloaded by ytBATCH and updated when needed. At this point, logically credits to @nicolaasjan for his great releases! Furthermore, I implemented the last ffmpeg release in version 7.1-2362 created by @Reino which will now also automatically be downloaded by my ytBATCH fork. And therefore, credits to @Reino for his great releases! An updating of this version by ytBATCH is not needed as @Reino unfortunately abandoned creating XP-compatible ffmpeg releases. To make the download of these files by ytBATCH working again under Windows XP, I added the last XP-compatible version of wget to this package. Additionally, I inserted the 7-Zip command line tool in my package for unpacking the downloaded files. When starting the original ytBATCH script, another issue happens under Windows XP. The script needs the DOS command CHOICE which is not part of ytBATCH and doesn't exist under Windows XP by default. At least, it is the case on my Windows XP installation. Therefore, I added the choice.com file to this package. All in all, I changed many different things but now, ytBATCH is working fine under Windows XP. The advantages of ytBATCH are the low consumption of resources, the high download speed, the custom settings such as preselecting the video and audio formats, their quality, the download of subtitles, the embedding of metadata and thumbnails and so on, and most notably the possibility of adding command line options to youtube-dl or yt-dlp which all can be saved inside ytBATCH. I personally love this script ensemble which can be modified to the needs of the users at any time since batch scripts are fully editable. I rebranded my fork of ytBATCH and called it ytBATCH for Windows XP. Most probably, it will also run under other OSes like Windows Vista or Windows 7 but I didn't test it. The current version of my fork is based on the latest ytBATCH version 2.9.2. Here are some screenshots: And here is the download link for the pre-release of ytBATCH for Windows XP 1.0 (aka 2.9.2): https://www.mediafire.com/file/6c9hfkfpiwextf0/ytBATCH_for_Windows_XP_2.9.2.7z/file The use of ytBATCH for Windows XP is actually self-explanatory and well documented on ytBATCH's homepage: https://github.com/eppic/ytBATCH. Extract the downloaded archive file to a location of your choice and start the ytBATCH.bat file located in the main folder. A prompt appears asking to install ytBATCH. You can now either install ytBATCH to AppData and generate a shortcut or keep ytBATCH as a portable programme. I personally prefer the latter. The download of all necessary files will then automatically start. All files will be unpacked and saved in a freshly created exe subfolder. I have to mention at this point that the user of such scripts should not only be able to click with the mouse. This script is mainly controlled by the keyboard. Solely the YouTube link to be downloaded can also be inserted using the mouse. My recommendation is to check all options inside this script by pressing corresponding keys to set it optimally. I did that, and it works simply great, especially on my old, weak computer. To make even better use of it, you should be a bit familiar with youtube-dl and yt-dlp. The latter is documented in detail on its homepage https://github.com/nicolaasjan/yt-dlp. Any opinions, questions or experiences on my fork are of course welcome here in my thread. If you encounter any issues with my fork, please post it only here and not on GitHub! This fork is unofficial and not supported on GitHub. In any case, I hope ytBATCH for Windows XP can be useful for YouTube users under Windows XP. Greetings from Germany, AstroSkipper P.S.1: If ytBATCH should be updated on GitHub at some point (the last update was in June of 2022), you are well advised not to perform such an update, as otherwise all my changes would be overwritten, and ytBATCH for Windows XP would become non-functional under Windows XP. To be honest, there is no reason for such an update under Windows XP. Maybe, I will deactivate this function in ytBATCH for Windows XP in general in a further release. P.S.2: I have changed the version number assignment. Consider my pre-release ytBATCH for Windows XP 2.9.2 as version 1.0! This means: ytBATCH for Windows XP 2.9.2 = ytBATCH for Windows XP 1.0.6 points
-
Very interesting investigation! It's about time we took a closer look at these social media platforms. And especially those like X/Twitter, whose misuse urgently needs to be exposed. I hope that European law and national law will be sufficient to put a stop to such platforms.6 points
-
Why do I report here in terms of my ytBatch for Windows XP mod? I have decided to make my mod available for all users. Since YouTube Downloaders compatible with Windows XP are rather rare and ytBatch is simply great, everyone should be able to download YouTube video or audio files in Windows XP. Especially when such great releases are made available by @nicolaasjan. Everything can be set in ytBatch for a very individualised media download. And ytBatch is very light in consuming resources and very fast. When my test phase is finished, I will publish ytBatch for Windows XP here in this thread. Greetings from Germany, AstroSkipper6 points
-
Additionally, I filled my second post in this thread with some recommendations for YouTube Downloaders still working under Windows XP (and presumably under Windows Vista, too) and updated the content. Originally, I posted it in @roytam1's browser thread and created this thread short time later. Now, it is in the right place to find it quickly if necessary. Cheers, AstroSkipper6 points
-
Great news about 3D Youtube Downloader 3D Youtube Downloader has been updated to the version 1.22.2. Starting with this version or one before, this downloader now uses the awesome yt-dlp provided by @nicolaasjan. Unfortunately, they forgot to add some credits to him and a link to his GitHub page. That is a no-go and has of course to be corrected as soon as possible. Because the same applies as always: Honor to whom honor is due. At this point, I say once again thanks to @nicolaasjan! Cheers, AstroSkipper6 points
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250222-3219d2d-uxp-e43876ec84-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250222-3219d2d-uxp-e43876ec84-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250222-3219d2d-uxp-e43876ec84-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250222-d849524bd-uxp-e43876ec84-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250222-d849524bd-uxp-e43876ec84-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250222-d849524bd-uxp-e43876ec84-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250222-d849524bd-uxp-e43876ec84-xpmod.7z Official UXP changes picked since my last build: - No issue - avoid potential underflow in StructuredClone. (3bac3ab0b5) - [DOM] Honor security.csp.reporting.enabled pref in more places. (c41c1c63d5) - Issue #2693 - Disable CSP reporting by default in the platform. (8b41e53028) - Issue #2693 - Don't reflow children if they have 0 width. (cb233feea0) - Revert "Issue #2693 - Don't reflow children if they have 0 width." (2da039daac) - Issue #2694 - Improve nested grid layout performance by caching. (25570dc572) - [layout] Always reserve 64 bits for frame property value (cc8e336172) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes picked since my last build: - dom/security: remove terse static assert from upstream changes (0d63037e56) - Revert "Issue #2693 - Don't reflow children if they have 0 width." (594a360cbf) - import from mozilla: Bug 1591366 - Always reserve 64 bits for frame property value r=dholbert (19499821190) (97534886ae) Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.6 points
-
IMHO, a very simple and clean way is to unpack the new Mypal 68 archive file to a new folder, open the browser from there and create a new profile with the same name of your old profile to be imported by using Mypal 68's profile manager. Then, close the browser. Now, delete all files of your just created profile folder and copy the old ones from your backup into it. Now, start the browser again with this new profile. Done! At the moment, I have 10 different Mypal 68 programme folders and many, many profiles, only for the purpose of developing and testing, of course. No problems here.6 points
-
Your expression of interest has been recognised. So, you are the second one who has clearly stated his interest in my custom button. The PMT - Process Mode Toggler has not yet been published by me or made publicly accessible in any other way. The generally expressed interest in legacy custom buttons has so far been almost imperceptible in this thread as well as in my other thread for UXP browsers. The same applies to the technical interest in UC.JS scripts and CSS stylesheets. That doesn't motivate me much. Since @feodor2 is really interested in his browser Mypal 68 and was kind enough to restore compatibility with the legacy Custom Buttons extension, I sent him as the very first one my PMT custom button as a small gift. It made sense to me, especially considering all the effort he put into developing this browser. As far as I'm concerned, I can put it in mathematical or statistical terms. There is a clear, linear correlation between the statistical features of user interest and willingness of a developer to publish with a correlation coefficient r of r > 0.95.6 points
-
Ever heard of a typo? Happens even to the best. If you had read my posts carefully, you would have noticed that I had written it correctly in the post before: The part to which you refer came in the next post: If you're not interested in the content of my posts, and you're just looking for spelling mistakes, have fun with it! You will certainly find one or two more.6 points
-
Eassos DiskGenius (formerly PartitionGuru) has been my favourite partition manager for years. As far as I know, the last XP compatible version is 5.5.0.1488 from 2023 and works very well under Windows XP. Many, many features, and you get very detailed information about your drives. It is even able to create images of partitions. In any case, I no longer allow any other partition tools to access my hard drives. And I tried a lot of them in the past.6 points
-
6 points
-
3.9 beta 2 https://startisback.com/StartAllBack_setup.exe New taskbar perk: Slightly larger bloated swollen plump classic taskbar to match Win11 aesthetic (or adjust vertical spacing or make taskbar float), with optional size bulk heft / padding pillow buffer / margins floating aura option. Other notable changes:6 points
-
Don't you always do browser builds every week every time there's a change to the source code? I'm only just ordering cause you always build every week I can hardly believe what I'm reading here. A user of browser versions for which no money is charged and which have been developed on a purely voluntary basis for years (and this is of course very time-consuming!) has zero rights to order anything. I regard such comments as impertinent and disrespectful. What you can do with it is actually just this: And to give such claims a real reference again, new versions will come when they come. Be happy if something comes at all! AstroSkipper6 points
-
6 points
-
6 points
-
I got a crash log with proper pdb file supplied in https://github.com/roytam1/basilisk55/issues/10#issuecomment-2408527740 so the problem is thread local storage introduced in https://github.com/libjpeg-turbo/libjpeg-turbo/commit/f579cc11b33e5bfeb9931e37cc74b4a33c95d2e6 , and I'm going to `#define THREAD_LOCAL ` to turn this off. EDIT: alright all gkmedias.dll are replaced in today's release6 points
-
In English, (if we are to assume you're from US, as your flag claims), it'd be "you yourself haven't voted", now you owe me 50 bucks for the English lesson, it's about 5000 in Russian Rublies.6 points
-
What about my "views", and how do they matter? MSFN members from the US can't supply Russians with any form of software or IT services, starting from the 12th of September, what is so hard to understand?6 points
-
2.b Topics devoted to political or religious debate, unless technology related, are prohibited. https://msfn.org/board/guidelines/ This post is technology related.6 points
-
I'd gladly help you, but I don't have a high end CPU or PC. My most "powerful" is Pentium G from 2013? 2014? Supposedly, I can push it hard (overclock to the max.), but them again, it's not far from that old Quad Core.6 points
-
I said quite sure, not 100% certain. It's easy to guess because nVidia is famous for making artificial restrictions for older OS in general, a goof example was the artificial rate refresh limit introduced for XP. Sorry, I don't have GTX960/50. I have a GTXTitan (Jan. 2013). And some time ago found a working 780 Ti in the local dumpster (E-waste). Both only support 8 bit H265, not 10 bit.6 points
-
I doubt they was unwitting. I think they knew who pay theme and understand the task very clearly. P.S. Аbout year ago i watched interview with former worker of ruZZia's (government own) TV channel to SotnikTV. He said that they internal chats with instructions and "talking points" was in Telegram. When he asked his superiors why Telegram (he naively thought that Telegram was fighting FSB) he was answered - that was show for the fools and Telegram is under tight control of FSB.6 points
-
You know, as a person who live in home that recently was trembling when air-defense rocket intercepted ruZZian missile (that was aiming at my block) i see your post as incredibly dumb and ignorant.6 points
-
Excuse me, but this is extremely naive point. FSB is KGB that change nickname to drop the heat. Its like in GTA when you have 6 star chase and you drive in paint shop to change paint color and engine number. NPC in game obey the script. But you are alive human been, and not primitive scripted NPC bot, you should understand simple things, right? FSB\KGB is the most prominent terroristic organization in the world. It stands behind 90% percent of organized world terrorism, from ISIS, to Al-Quaida, Irish National Liberation Army, Taliban, HAMAS. All of this is made possible just cause KGB\FSB. Chekists came to power at the end of 1917, then never give up power since that year. They still in charge of Kremlin. Security Services of Democratic countries exist to prevent crime and terrorism. FSB\KGB is a major terroristic organization of the world - it exist to create chaos, corruprion, wars and terrorism across the world. P.S. Here is a good read about FSB one "special operation": https://en.wikipedia.org/wiki/Blowing_Up_Russia6 points
-
StartAllBack 3.8.7 to test https://startisback.com/StartAllBack_setup.exe6 points
-
It worked for 15 years without a problem. All started to glitch out with Thorium. But I have no documented evidence of that. Just a big, fat, huge coincidence, for now. The notebook is barely used, still has the original OS. No PoS, no updates. Toshiba Satellite with a Celeron at 1.5Ghz. What year? 2003 or so.6 points
-
My investigation of all other drivers, which might be problematic in that partition, has been finally finished. After all these already performed measures and all this hypothesis stuff , here's now a little and in my opinion quite interesting proof (what else could you expect from me ): Prerequisites: A native Windows XP Professional SP3 32-bit without any POSReady updates, Thorium SSE2 122.0.6261.171 WINXP x32, Total Commander and Process Hacker. Assertion: Driver remnants from previously uninstalled programmes can cause spontaneous, irregular crashes of the Thorium browser under Windows XP Professional 32-bit. Proof: The current status at the beginning of this proof: Thorium is still crashing spontaneously, sooner or later, without any recognisable pattern. After a thorough investigation of all installed drivers in this Windows XP partition listed in the prerequisites, I found three drivers in the c:\WINDOWS\system32\drivers\ folder in the form of SYS files, which are loaded correctly after system startup, though. These files are avgntflt.sys, avipbb.sys and avkmgr.sys whose manufacturer is Avira. They are automatically loaded at system startup and logged in the Event Viewer as properly loaded drivers. That's why I didn't notice them earlier as I only looked there for errors. However, there are no programmes of this manufacturer installed any longer in this partition. This was indeed the crucial hint. After checking and unpacking all installation files that could have installed these drivers in the past, I was able to identify the culprit. It was the crappy Wise Anti Malware 2.2.1, which was installed for a short time for testing purposes only. With the help of Process Hacker and Total Commander, I was able to stop the associated processes and completely remove all three driver files, but only after restarting the system. Immediately afterwards, I opened the Thorium browser, configured it completely and restarted the browser several times. No first launch crashes anymore! Various pages were called up. The browser did not crash even once, no matter what actions were performed. Now, Thorium is working absolute stably in this partition as it is in my POSReady partition. So, these three drivers or at least, one of them (probably the avgntflt.sys driver as it is a filter driver and was more difficult to remove), were definitely the cause of the permanent Thorium crashes. q.e.d. PS: So, forget about my formerly created hypotheses H0! They all have to be rejected with an empirically determined probability of type I error of nearly 0. There is no indication that Thorium requires POSReady updates under Windows XP 32-bit, at least at the moment.6 points
-
I think the problem is the way you usually call up the Thorium browser, or the way you open links in this browser. If you start the browser by applying the THORIUM_PORTABLE.bat file, a link to be opened cannot be transferred to this starter batch file via command line. Even if it is compiled to an exe file. I have tested that. If you start the browser by applying the thorium.exe file, a link can be transferred via command line but then all your flags inside the THORIUM_PORTABLE.bat file will be of course ignored. So, you have to add to those registry settings, where the thorium.exe file is called up, all your command line flags from the THORIUM_PORTABLE.bat file. This problem doesn't exist when calling up 360Chrome. You can successfully start this browser with a website transferred to its starter app 360Loader.exe via command line as a parameter. Try this: 360Loader.exe www.google.de And you will see, it works. And now try this: thorium.exe www.google.de You'll see, it works, too, but all your settings are not applied. However, when you try this: THORIUM_PORTABLE.bat www.google.de then you'll notice that it doesn't work. The browser will be called up but the Google website won't be opened. But when trying this: thorium.exe --user-data-dir="PathToYourUserProfile" --your-flags --single-argument www.google.de You'll see it works. The string PathToYourUserProfile has to be replaced by the complete path to your user profile and the string --your-flags by all your command line flags from the THORIUM_PORTABLE.bat file. The --single-argument flag is the one from the registry settings. Have a look at the files HKCR.reg and HKLM.reg inside the Thorium folder!6 points
-
Yes, but it was me who tried it on a G3420, not D.Draker, and it worked on a desktop PC. Again, Pentium G3420, 32bit XP. I assume they did something to that driver since it'smarked as "FORCED", but I hadn't dig deep enough to be sure.6 points
-
Because msfn need to pay for license key and spam prevention. Thats why! This is private site based on donations and I do everything for free. Here are some people from the beginning and I respect them, otherwise MSFN will be removed from the net long time ago. Calm down and be patient.6 points
-
Sorry, no clue! I had been using Comodo programmes only a short time in the past. Maybe, some others here can say more about the different versions of Comodo. I used the Comodo Firewall for the longest time (some months). But all that is long time ago. So, here is my next call to all users of Comodo under Windows XP. This thread needs information about Comodo Antivirus, Comodo Internet Security and Comodo Firewall. Especially users running Windows XP in a VM or users running VMs in general might test some of the last compatible versions and report here. That would be very helpful as I cannot test all software by myself. And here is what I know about the last compatible versions which had been running error-free: Comodo Antivirus 12.0.0.6818 Comodo Internet Security 12.0.0.6818 Comodo Firewall 8.4.0.5165 Now, we need confirmations and information by testing these versions and maybe others.6 points
-
The last Windows XP compatible installer of SUPERAntiSpyware Free Edition is the version 10.0.1254. Install it and use the internal updater! Then you will get the latest version 10.0.1266. Here is a screenshot: And here is the download link for the installer: https://download.filepuma.com/files/spyware-removers/superantispyware/SuperAntiSpyware_v10.0.1254.exe. Accordingly, I have updated my article. Cheers, AstroSkipper6 points
-
I tested the most recent Chrome XP API Adapter on my system with Pentium 4 single-core and NVIDIA 6200. Generally, this adapter is great as it offers the possibility to enable hardware acceleration. Although the hardware acceleration can be switched on, there are negative side-effects. All popups now have a black background, which then appears as a black frame. Apart from that, the GPU rasterisation does not really work and leads to permanent delays. Furthermore, some of my toolbar icons that belong to extensions disappear. Thus, I had to switch off GPU rasterisation. Contrary to these problems in Thorium, the hardware acceleration in Mypal 68 and New Moon 28 works great without any problems. That means hardware acceleration is generally possible on my system and can be used if this feature is supported by a browser, especially with hardware as old as mine.6 points