Content Type
Profiles
Forums
Events
Everything posted by nicolaasjan
-
No problems here. I apply the Security Only Quality Updates and Cumulative Security Updates for Internet Explorer 9. http://www.catalog.update.microsoft.com/Search.aspx?q=2021-03+server+2008 For Vista x64 you have to apply a workaround to install the Internet Explorer updates: - start cmd as administrator - change location to the folder that contain msu file, example cd /d C:\updates - copy/paste and execute these commands (preferably one by one) mkdir .\tmp expand.exe -f:*Windows*.cab *kb5000800-x64*.msu . >nul expand.exe -f:* *kb5000800-x64*.cab .\tmp >nul start /w PkgMgr.exe /ip /m:"%cd%\tmp\package_2_for_kb5000800~31bf3856ad364e35~amd64~~6.0.1.0.mum" /quiet /norestart start /w PkgMgr.exe /ip /m:"%cd%\tmp\package_3_for_kb5000800~31bf3856ad364e35~amd64~~6.0.1.0.mum" /quiet /norestart del /f /q *kb5000800-x64*.cab rd /s /q tmp Restart You can do this with each new IE9 update, just make sure to specify the correct KB number and name for package_2_/package_3_
-
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
But that one requires you to manually combine the video and audio streams with ffmpeg, which yt-dlp does automagically... B.t.w., if you need ffmpeg for Windows XP/Vista, you can use the one from here, made by a compatriot of mine. -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
I use yt-dlp (fork of youtube-dl), which supports downloading from more than 1000 supported sites and from a lot of unsupported sites with the generic extractor. I integrated it in the browser context menu with the help of the "Open With" extension (can be obtained via CAA). Very convenient! -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
(Offtopic) What's the SFN userscript? Is it for downloading video's? -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Dropbox links still work, but only after you modify them like this: https://www.dropbox.com/s/zjkrwoupc5vr4sx/screenshot_test.png?dl=0 Has to be changed to: https://dl.dropboxusercontent.com/s/zjkrwoupc5vr4sx/screenshot_test.png Has to be clicked on however; doesn't display. And then do "insert image from URL". -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
You can download these codecs separately as well and put them in the New Moon program folder. From the FAQ: -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
If you're blocking third party sh*t by default in uBO or uMatrix/NoScript, does this list give you more protection? -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
You mean specifically for YouTube? I use YouTube Lazy Load . Work well here. [Edit] I see: Warning! Only old YouTube design is supported at the moment. I have protected the "PREF" cookie (which also stores the autoplay toggle) from deletion when the browser closes, with the help of the CookieKeeper extension. (from the classic Add-Ons Archive; caa:addon/cookiekeeper) -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Just FYI, Firefox 82.0: 66.6 ± 1.1 -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Just tried it; you're right. Thanks! However, when I tried quite some time ago, it threw an error and on their forum (or Github?) there was a heated discussion about the dropped XP support... Guess they changed something. -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Yeah... It's done with WinRAR here, but sometimes I use 7-zip as well. Just make sure you set Notepad++ as the default program for .json-files. -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
When you set Notepad++ as default program to open .json-files, you can directly open and edit them from within the .xpi, save and the .xpi will be updated. [Edit] In my XP Virtual Machine I use an older version of Notepad++ (7.5.1), since newer versions don't support XP any more... npp.7.5.1.Installer.zip -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
You might try Notepad++... -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
That extension has some issues however... -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Try downloading from my Dropbox: https://dl.dropboxusercontent.com/s/h9n5lmf6vdad5x2/basilisk52-g4.6.win32-git-20201010-a61cc61-uxp-bda6f1a93-xpmod.7z [Edit] Link doesn't work any more, because I have removed the file from Dropbox (Roytam's site is up again). -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
@roytam1 Just FYI, 32-bit Basilisk will be discontinued... https://forum.palemoon.org/viewtopic.php?f=61&t=25397 Will it then still be possible to build 32bit binaries from the source code? -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Wouldn't these 2 rules in uBlock Origin's custom filters do the same? ||www.youtube.com/live_chat$subdocument www.youtube.com###chat -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
That's exactly what I did. Thanks! -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Yeah, I know, But vcredist_x86.exe refused to install on Windows 2000... So I got the missing dll from: https://www.dll-files.com/msvcr90.dll.html https://www.virustotal.com/gui/file/92281334cf905c35e7c93dd526b5c199ea9823cd52922f55f14e3008f98cd4e1/detection I know this site since Windows 98 and never had any problems with it. -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
(reply to self) Just tried the above in a snapshot of the VM. The file wouldn't open, but I extracted it to a folder with 7zip. It all looked a bit scary, but now New Moon works again! I only had to grab a copy of msvcr90.dll from the internet to get some other program running again. -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Just tried if Serpent browser worked, but it produced exactly the same error... I can't find a download link to the newest extended kernel on blackwingcat's blog. (my knowledge of Japanese is non-existent) [Edit] Is it: http://win2k.org/cgi-bin/dl.cgi?file=Windows2000-KB935839-v30fM-x86-ENU.wlu ? -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
What are my options now? I'm not a programmer, so I can't fix this... Here is a copy of ole32.dll: ole32.7z -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Hi, I have a Windows 2000 virtual machine (just for fun) and up until now palemoon-28.10.2a1.win32 worked fine. When I updated to version 20200919, I got this error when trying to launch New Moon: The procedure entry point CoGetInterceptorFromTypeInfo could not be located in the dynamic link library ole32dll So I had to revert to a previous version. Version 20200829 worked. Does this mean that Windows 2000 can't run newer versions of New Moon any more? -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
No, I was afraid of that (don't know anything about javascript in fact). I went to https://lelinhtinh.github.io/de4js/ to "de-obfuscate". Do you happen to know a better alternative? -
My Browser Builds (Part 2)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
The addon sites of both Pale Moon and Basilisk are accessible again for XP and Vista! The evil scripts have been removed. [Edit] He used obfuscated javascript, like malware writers often do. De-obfuscated: palemoon.js