Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/16/2020 in all areas

  1. Hello everyone. Sorry it took me so long to get the list updated again, had a lot going on outside of MSFN lately. Anyway, thanks to everyone for the contributions and keeping the topic alive in my absence. March 1 marked 4 years since I originally posted this list back in 2016... I can't believe it has already been that long! Time flies... SUMMARY OF CHANGES TO THE LIST FOR MARCH 15, 2020: Added updated links for Roytam Browser installer by i430VX, Vivaldi 1.1.443.3 Developer, and last version of Yandex for Windows XP/Vista. Updated Mozilla Firefox 52.9.0 ESR entry to Mozilla Firefox 52.9.1 ESR, along with new links. Added link to addon that allows you to reenable all signed extensions and themes for Mozilla Firefox 52.x. Added last version of Piriform CCleaner (5.64.7577) for Windows Vista (and XP), with download link.
    2 points
  2. If you want a different logo for your Windows 98/98 SE system, you can use these attached logos. First logo was made by AngelBlue01, and it is a modified version of original Windows 98 boot logo. It adds "Second Edition" label. Second logo was made by Aleksandar Dlabac, and it is a Windows XP-like boot logo. Both logos are animated. For installing, only you need copy LOGO.SYS into your root (C:\) directory. For uninstalling, simply delete LOGO.SYS.
    1 point
  3. Hello everybody in MSFN forum, After using Windows 7 since 2010 and Having a few problems, i end up using Windows Vista, which in my opinion is fantastic .
    1 point
  4. The codecs installed by K-lite are DirectShow codecs. Only Internet Explorer could use them, no other browser will.
    1 point
  5. @jytkytin https://www70.zippyshare.com/v/b5aDQCAS/file.html try from this other mirror
    1 point
  6. Vista and 7 (let alone 10) have changed a few things that make *somehow* more difficult (or however "different") to create drivers for hardware, so a lot of tools that are used in the manufacturing would need new drivers for the new OS's and possibly noone wants to risk production issues due to some possible bugs when they already have tested and working ones. A common example is those "manufacturer tools" for USB stick controllers, some need a dedicated driver to talk to the controller, and AFAIK those were made for XP and never re-created for later OS's. jaclaz
    1 point
  7. I was watching a documentary made in 2019 about Chinese PCB (Printed Circuit Boards) factories and what happens when an engineer submits its order with the circuit to the factory in order to print it and I found something interesting: our beloved OS, Windows XP. It's funny, though, how factories are relying on Windows XP to produce hardware that is shipped all over the world, most of which doesn't support that OS... Windows XP booting in the background:
    1 point
  8. New build of Firefox 45ESR: Test binary: SSE https://o.rths.ml/gpc/files1.rt/firefox-45.9.21-20200314-9ee901b50-win32-sse.7z IA32 https://o.rths.ml/gpc/files1.rt/firefox-45.9.21-20200314-9ee901b50-win32-ia32.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - import changes from tenfourfox: - #593: M1613943 M1613765 M1614971 (e901c0a71) - #593: M1608256 (disable optimization) (6dc231866) - #593: M1608256 (and clean up code) (38794a041) - #593: update pins, TLDs, preloads (e2317e41e) - #585: this better fix it dammit (c96c477b1) (8e2439d77) - ported change from mozilla upstream: bug1243586 (9ee901b50)
    1 point
  9. New regular/weekly KM-Goanna release: https://o.rths.ml/kmeleon/KM76.2-Goanna-20200314.7z Changelog: Out-of-tree changes: * update Goanna3 to git fa6c62b3e..823a79830: - Revert "Merge pull request #4 from roytam1/af-frontend-merge" (a25e90d83) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 828137, part 1 - Make Object.defineProperty fail on window elements. r=bz. (0e99de18f) - Bug 828137, part 2 - Make [[Set]] always fail on window elements. With this change, `window[0] = null;` is a TypeError in strict mode code. r=bz. (ec813e6f9) - Bug 1194270 - Tell the cycle collector about more fields of nsGlobalWindow. r=khuey (680fa0fc2) - Bug 1145997 - Suppress GC in debugger GC callback r=sfink (b17bda8a1) - Bug 1066812 - Set AbortOnError in the ContentProcess on initialization. r=billm. (0febc884c) (835407a36) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1141234 - Part 1: Abstract PossiblyFail into the OOM testing machinery; r=sfink (9c714f28b) - Bug 1141234 - Part 3: Share the code to allocate a tenured thing; r=sfink (a9dcaee40) - Bug 1141234 - Part 4: Move off-thread object allocation above unimplementable operations; r=sfink (fc1480920) - Bug 1141234 - Part 5: Inline the one user of ShouldNurseryAllocate; r=sfink (5942d4ee0) - Bug 1141234 - Part 6: Namespace the allocator into GCRuntime; r=sfink (3551d26d0) - Bug 1141234 - Part 7: Reorder the allocator methods for clarity; r=sfink (37648e33b) - Bug 1146216 - Remove MakeSlotArray(), because it's dead. r=terrence. (c875a96b4) - No Bug - Document the allocation functions; r=sfink (37e33c324) - Bug 1139152 - IonMonkey: Fix compiler issues with DebugOnly on CLOSED TREE (4752df20a) - Bug 1120655 - Rename lastGC -> destroyingRuntime, r=terrence (aba50c1a0) - Bug 1125101 - Incrementalise compacting GC by zones r=terrence (81b34a24e) - Bug 1125101 - Check budget in incremental compaction r=terrence (04ec594b8) - Bug 1143042 - Switch AllocKind iteration over to range-based for loops. r=terrence (bbe150576) - Bug 1146662 - Refactor ArenasToUpdate::next to work with a range-based for loop. r=jonco (8180076a1) - Bug 1148214 - Replace manual AllocKind range checks with a few centralized functions. r=terrence (e4df93103) - pointer style (a5fc14f9e) - Bug 1146696 - Don't assume there are no arenas available after last ditch GC. r=terrence (e0c6ac0ff) - pointer style (944dfaf3f) - Bug 1140166 - Move OOM GC up to the top level of the allocator; r=jonco (868f37fdf) - Bug 1149135 - Don't create HashMapEntry on stack when adding to a HashMap r=luke (1534fefbd) (3861424cd) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1142434 - Remove moz_strdup/moz_strndup, nothing uses them. r=njn (80a83783f) - Bug 1142434 - Remove moz_memalign/moz_valloc, nothing uses them. r=njn (a82dd581d) - Bug 1147248 - GCC 4.9 needs this patch to use address sanitizer. r=glandium (07ab484ae) - Bug 1145051: Replace uses of NS_ATTR_MALLOC with new MOZ_ALLOCATOR from mfbt/Attributes.h. r=glandium (d16d742c7) - Bug 1145051: Don't include xpcom-config.h from mozalloc.h; it's unused. r=glandium (1334c1a1e) - Bug 1145051: Use MOZ_WARN_UNUSED_RESULT instead of NS_WARN_UNUSED_RESULT. r=glandium (9bb03668f) (e419c1054) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1149015 - Part 1: Remove some use of expression closure from jstests ecma_7/. r=sfink (9e6dff3a8) - Bug 1149015 - Part 2: Remove some use of expression closure from jstests js1_8_5/extensions. r=luke (d80e17569) - pointer style (dc30e1d39) - Bug 1079919 - Part 0: Add RegExp ClassSpec. r=bholley (50af5e1dc) - Bug 1079919 - Part 1: Support RegExp in Xray. r=bholley (d0f45192d) - Bug 1079919 - Part 2: Make RegExp.prototype.toString to be a generic function. r=Waldo (526f2f611) - Bug 1079919 - Part 3: Add test for RegExp.prototype properties in webconsole. r=fitzgen (e5d0382d4) - Bug 1079919 - Part 4: Add Xray test for RegExp.prototype.toString. r=bholley (29abe5b23) - Bug 1149015 - Part 3: Remove some use of expression closure from jit-test r=luke (393393b8b) - Bug 1148899 - Rename isExprClosure/setIsExprClosure/EXPR_CLOSURE to isExprBody/setIsExprBody/EXPR_BODY. r=shu (2dc6c47a4) - Bug 1005110 - Warn about unreachable expression after semicolon-less return. r=efaust (150e54ca0) - Bug 1054755 - Part 0: Rename existing IsRegExp to IsRegExpObject. r=till (a3980bddf) - Bug 1054755 - Part 1: Add Symbol.match. r=till (ea12f0adf) - Bug 1054755 - Part 2: Implement IsRegExp. r=till (440d5f99d) - Bug 1054755 - Part 3: Use IsRegExp in String.prototype.{contains,startsWith,endsWith}. r=till (ff022ec2b) (048ecfb23) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1216972 - AsyncShutdown for content processes. r=froydnj (7af834ad7) - Bug 1177310 - Add quit-application-granted to AsyncShutdown parent process phases. r=Yoric (d6f694ae7) - Bug 1025146 - Modernize ViewSourceUtils to be able to use outerWindowIDs to load document sources. r=jryans. (b37b0c536) - Bug 1025146 - Make viewing the source of a page or frame via the context menu work with remote browsers. r=jryans. (0b29a6ef5) - Bug 1025146 - Update ViewSource tests to account for refactor. r=jryans. (669f9f5ac) - Bug 885366 - Show granted and refused site permissions in site identity panel. r=jaws (c60017f97) - Bug 889835 - Use SitePermissions.jsm as the backend for Page Info's Permissions tab. r=jaws (938002b98) - Bug 892378 - Let SitePermissions.jsm handle indexedDB's special use of UNKNOWN_ACTION and ALLOW_ACTION. r=jaws (68f107829) - Bug 894877 - permissions.js onRadioClick tries to pass a host string to SitePermissions.remove, needs to be an nsIURI instead. r=jaws (ed6b34a52) - Bug 1025146 - Modernize viewSource.js to use a frame script. r=jryans. (1e9c1a367) - Bug 1158377 - Make link drag-and-drop work with view source windows o#pened on remote browsers. r=jryans. (54514d89f) - try to cleanup some debugger files, remove apparent osx duplicates (698fe2a46) - Bug 1165050 - Make deprecation warnings in viewSource.js point to the right URL for documentation. r=jryans. (51654351f) (823a79830) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76
    1 point
  10. New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200314-823a79830-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200314-823a79830-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200314-823a79830-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20200314-823a79830-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - Revert "Merge pull request #4 from roytam1/af-frontend-merge" (a25e90d83) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 828137, part 1 - Make Object.defineProperty fail on window elements. r=bz. (0e99de18f) - Bug 828137, part 2 - Make [[Set]] always fail on window elements. With this change, `window[0] = null;` is a TypeError in strict mode code. r=bz. (ec813e6f9) - Bug 1194270 - Tell the cycle collector about more fields of nsGlobalWindow. r=khuey (680fa0fc2) - Bug 1145997 - Suppress GC in debugger GC callback r=sfink (b17bda8a1) - Bug 1066812 - Set AbortOnError in the ContentProcess on initialization. r=billm. (0febc884c) (835407a36) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1141234 - Part 1: Abstract PossiblyFail into the OOM testing machinery; r=sfink (9c714f28b) - Bug 1141234 - Part 3: Share the code to allocate a tenured thing; r=sfink (a9dcaee40) - Bug 1141234 - Part 4: Move off-thread object allocation above unimplementable operations; r=sfink (fc1480920) - Bug 1141234 - Part 5: Inline the one user of ShouldNurseryAllocate; r=sfink (5942d4ee0) - Bug 1141234 - Part 6: Namespace the allocator into GCRuntime; r=sfink (3551d26d0) - Bug 1141234 - Part 7: Reorder the allocator methods for clarity; r=sfink (37648e33b) - Bug 1146216 - Remove MakeSlotArray(), because it's dead. r=terrence. (c875a96b4) - No Bug - Document the allocation functions; r=sfink (37e33c324) - Bug 1139152 - IonMonkey: Fix compiler issues with DebugOnly on CLOSED TREE (4752df20a) - Bug 1120655 - Rename lastGC -> destroyingRuntime, r=terrence (aba50c1a0) - Bug 1125101 - Incrementalise compacting GC by zones r=terrence (81b34a24e) - Bug 1125101 - Check budget in incremental compaction r=terrence (04ec594b8) - Bug 1143042 - Switch AllocKind iteration over to range-based for loops. r=terrence (bbe150576) - Bug 1146662 - Refactor ArenasToUpdate::next to work with a range-based for loop. r=jonco (8180076a1) - Bug 1148214 - Replace manual AllocKind range checks with a few centralized functions. r=terrence (e4df93103) - pointer style (a5fc14f9e) - Bug 1146696 - Don't assume there are no arenas available after last ditch GC. r=terrence (e0c6ac0ff) - pointer style (944dfaf3f) - Bug 1140166 - Move OOM GC up to the top level of the allocator; r=jonco (868f37fdf) - Bug 1149135 - Don't create HashMapEntry on stack when adding to a HashMap r=luke (1534fefbd) (3861424cd) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1142434 - Remove moz_strdup/moz_strndup, nothing uses them. r=njn (80a83783f) - Bug 1142434 - Remove moz_memalign/moz_valloc, nothing uses them. r=njn (a82dd581d) - Bug 1147248 - GCC 4.9 needs this patch to use address sanitizer. r=glandium (07ab484ae) - Bug 1145051: Replace uses of NS_ATTR_MALLOC with new MOZ_ALLOCATOR from mfbt/Attributes.h. r=glandium (d16d742c7) - Bug 1145051: Don't include xpcom-config.h from mozalloc.h; it's unused. r=glandium (1334c1a1e) - Bug 1145051: Use MOZ_WARN_UNUSED_RESULT instead of NS_WARN_UNUSED_RESULT. r=glandium (9bb03668f) (e419c1054) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1149015 - Part 1: Remove some use of expression closure from jstests ecma_7/. r=sfink (9e6dff3a8) - Bug 1149015 - Part 2: Remove some use of expression closure from jstests js1_8_5/extensions. r=luke (d80e17569) - pointer style (dc30e1d39) - Bug 1079919 - Part 0: Add RegExp ClassSpec. r=bholley (50af5e1dc) - Bug 1079919 - Part 1: Support RegExp in Xray. r=bholley (d0f45192d) - Bug 1079919 - Part 2: Make RegExp.prototype.toString to be a generic function. r=Waldo (526f2f611) - Bug 1079919 - Part 3: Add test for RegExp.prototype properties in webconsole. r=fitzgen (e5d0382d4) - Bug 1079919 - Part 4: Add Xray test for RegExp.prototype.toString. r=bholley (29abe5b23) - Bug 1149015 - Part 3: Remove some use of expression closure from jit-test r=luke (393393b8b) - Bug 1148899 - Rename isExprClosure/setIsExprClosure/EXPR_CLOSURE to isExprBody/setIsExprBody/EXPR_BODY. r=shu (2dc6c47a4) - Bug 1005110 - Warn about unreachable expression after semicolon-less return. r=efaust (150e54ca0) - Bug 1054755 - Part 0: Rename existing IsRegExp to IsRegExpObject. r=till (a3980bddf) - Bug 1054755 - Part 1: Add Symbol.match. r=till (ea12f0adf) - Bug 1054755 - Part 2: Implement IsRegExp. r=till (440d5f99d) - Bug 1054755 - Part 3: Use IsRegExp in String.prototype.{contains,startsWith,endsWith}. r=till (ff022ec2b) (048ecfb23) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1216972 - AsyncShutdown for content processes. r=froydnj (7af834ad7) - Bug 1177310 - Add quit-application-granted to AsyncShutdown parent process phases. r=Yoric (d6f694ae7) - Bug 1025146 - Modernize ViewSourceUtils to be able to use outerWindowIDs to load document sources. r=jryans. (b37b0c536) - Bug 1025146 - Make viewing the source of a page or frame via the context menu work with remote browsers. r=jryans. (0b29a6ef5) - Bug 1025146 - Update ViewSource tests to account for refactor. r=jryans. (669f9f5ac) - Bug 885366 - Show granted and refused site permissions in site identity panel. r=jaws (c60017f97) - Bug 889835 - Use SitePermissions.jsm as the backend for Page Info's Permissions tab. r=jaws (938002b98) - Bug 892378 - Let SitePermissions.jsm handle indexedDB's special use of UNKNOWN_ACTION and ALLOW_ACTION. r=jaws (68f107829) - Bug 894877 - permissions.js onRadioClick tries to pass a host string to SitePermissions.remove, needs to be an nsIURI instead. r=jaws (ed6b34a52) - Bug 1025146 - Modernize viewSource.js to use a frame script. r=jryans. (1e9c1a367) - Bug 1158377 - Make link drag-and-drop work with view source windows o#pened on remote browsers. r=jryans. (54514d89f) - try to cleanup some debugger files, remove apparent osx duplicates (698fe2a46) - Bug 1165050 - Make deprecation warnings in viewSource.js point to the right URL for documentation. r=jryans. (51654351f) (823a79830)
    1 point
  11. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200314-0221b544-uxp-41e5925b4-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200314-0221b544-uxp-41e5925b4-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z Official repo changes since my last build: - Update platform commit pointer (52fe21c1) - Issue MoonchildProductions/UXP#1470 - Removae update.locale from package-manifest (29552cbb) - Make Lightning behave better with themes (#98) (0221b544) -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200314-id-088353e-ia-041bf6a-uxp-41e5925b4-xpmod.7z For UXP changes please see above.
    1 point
  12. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200314-7982793-uxp-41e5925b4-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200314-7982793-uxp-41e5925b4-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.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200314-7982793-uxp-41e5925b4-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.rths.ml/palemoon/palemoon-28.9.0a1.win32-git-20200314-bad6974a7-uxp-41e5925b4-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win64-git-20200314-bad6974a7-uxp-41e5925b4-xpmod.7z Official UXP changes since my last build: - Issue #1470 - Part 1: Refactor UpdateUtils.jsm (aaedcc45f) - Issue #1470 - Part 2: Change calls from UpdateUtils.getUpdateChannel() to UpdateUtils.UpdateChannel in telemetry modules (8baaecd89) - Issue #1470 - Part 3: Remove now unused update.locale (4d80ed3d5) - Update UXP coding style guide with JS guide. (66ab2fa3d) - Merge branch 'updateutils-work' (b14d245a8) - Update UXP coding style guide JS guide. (d0b259532) - Update UXP coding style guide JS guide. (9815e4bdf) - Issue #1474 - Prevent the cp detection from starting if preffed off. (a1e613277) - Update README.md (be415c44c) - Issue #1473 - Add `%OS_SLICE%` macro to SSUAO to refine OS info (3c8bc3da7) - Minor update to UXP coding style guideline. (fda8403f5) - Merge pull request #1476 from JustOff/PR_ssuao_os_slice (ccee9ea5b) - Issue #1053 - Remove no longer used function and modules from `UserAgentUpdates.jsm` (ad7526fe7) - Merge pull request #1479 from JustOff/PR_uau_cleanup (e8275b9a1) - Issue #1480 - Skip abspos, fixed, float and placeholders for outline. (8dc520647) - Merge pull request #1481 from MoonchildProductions/1480 (41e5925b4) Official Basilisk changes since my last build: - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/base. (7681bae) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/modules. (f344fb0) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components. (b4fe010) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/feeds. (1f6b5c1) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/migration. (7299c55) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/newtab. (adcbc79) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/places. (4df7e5e) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/preferences. (557de95) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/search. (8f41fcc) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/sessionstore. (dca7343) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/shell. (3e4e590) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/sync. (a26d1d4) - Merge branch 'master' of https://github.com/MoonchildProductions/Basilisk into function-syntax (2db2ffe) - Issue MoonchildProductions/UXP#1470 - Removae update.locale from package-manifest (2157bf1) - Fix typo. (d993fef) - Fix typo. (9d98b65) - Merge pull request #7 from athenian200/function-syntax (8418b71) - [SSUAO] Update YouTube overrides to switch to polymer v1 (7982793) Official Pale-Moon changes since my last build: - Issue #1733 - Provide default `ua-update.json` for dynamic user-agent updates (4156970ff) - Merge pull request #1734 from JustOff/PR_ua-update_json (190e56da0) - Issue MoonchildProductions/UXP#1470 - Removae update.locale from package-manifest (114de443e) - Update platform branch pointer (unstable 2020-03-08) (45176742e) - Issue MoonchildProductions/UXP#1473 - Use `%OS_SLICE%` macro in SSUAO to refine OS info (66472110b) - Merge pull request #1740 from JustOff/PR_ssuao_os_slice (dbb5c7abd) - Update back-end branch pointer. (bad6974a7)
    1 point
  13. Hi Personally, I prefer to open youtube or other videos with the help of a plug in that opens MPV outside to new moon and basilisk, the quality under Windows XP is much better. For those who care... Add-ons to new moon... "open with 6.8.6" to work new moon and basilisk,seamonkey. Does not work on iceape https://web.archive.org/web/20191029181104/https://legacycollector.org/firefox-addons/11097/index.html downloaded the latest version of MPV.exe for windows 7 , 8, 10 https://mpv.io/installation WARNING: last functional version under xp xp 32: http://mpv.srsfckn.biz/mpv-i686-20150923.7z xp 64: http://mpv.srsfckn.biz/mpv-x86_64-20150923.7z then download youtube-dl.exe https://github.com/rg3/youtube-dl/releases or here https://www.videohelp.com/software/youtube-dl put youtube-dl.exe and mpv.exe in the same folder and put it wherever you want on your hard drive. Then go to the "open with 6.8.6" option. and add the path to mpv.exe to the list. creates a txt file named "mpv.conf". in the same folder as mpv and dl-youtube added if you want youtube argument lines of the type --ytdl-format=720p/best @--ytdl-raw-options=format="bestvideo[height<=?1080]+bestaudio/best" @ disables the argument line the argument is used to set the maximum quality of the video, to prevent it from opening a youtube resolution video by default. indicate in the choices on the right "display as a sub-menu". in the context menu (right mouse button) you will have "open with mpv". by clicking on any youtube or other video link. The quality is much better. You can add VLC a "open with 6.8.6" but it'll only open youtube videos, because it's not attached to "dl-youtube.exe". unlike MPV which will open video links on many websites. something else I also use "dark bakground and light text" version 0.6.8 for basilisk 52.Does not work on new moon https://addons.mozilla.org/en-US/firefox/addon/dark-background-light-text/versions/ And to translate texts into different languages, I use "Qtranslate" which uses all the deepl, google bing, baidu yandex... translation engines. it's much more practical than a browser plug-in https://quest-app.appspot.com/ Thanks to Roytam1 for his good work
    1 point
  14. Piriform Ccleaner support for Vista is no longer ONGoing. Last version 5.64.7577 was released today, https://download.ccleaner.com/sunset/ccsetup564_xp-vista.exe. However, there might still be "critical security updates" according to Why do you no longer support Windows XP or Vista?
    1 point
  15. Fixed, new and updated links: Vivaldi 1.1.453.59 Stable [Apr. 2016] Based on Chromium 50. Download here. Yandex Browser v17.4.1.1026 [Mar. 2017] Based on Chromium 57. Download here and rename .arc to .exe ... New Moon and Serpent by roytam1 Download unofficial installer by fellow MSFN member i430VX here. Mozilla Firefox 52.9.1 Extended Support Release (ESR) [Sep. 2018] Download from Mozilla here (WIN32 / WIN64) Use these language files ... Download from Mozilla here (WIN32 / WIN64) Use this extension to re-enable all signed extensions and themes ... Download from Mozilla here. Set xpinstall.signatures.required to false (in about:config) to enable unsigned extensions.
    1 point
  16. Vivaldi 1.1.443.3 Developer [Apr. 2016] Based on Chromium 49. Download here.
    1 point
  17. Xteq-dotec X-Setup Pro 6.6 has a setting to change this but it might be a bit tricky to get back to original, so a back up of original file & registry be important before changing. This is under StartUp | Windows 9x/ME | Boot Picture. "This plug-in can be used to change the picture that is displayed when starting Windows. Note: The picture should be 320x400 pixels with 256 colors. If the image is not in this format, then *no* image will be displayed on startup! If you have changed the picture using X-Setup and want the default picture back, leave the field blank but remember that this will DELETE your current logon picture." Quoted from program. I think that the picture is within IO.sys in the root directory from memory? X-Setup Pro download page http://www.aplusfreeware.com/categories/LFWV/X-Setup.html . Icons can be set to display in full color which can make a difference. 3D icons can be employed providing anti-aliasing on the icons. Some settings are system breakers so a working backup recommended. Some ready made logos from https://msfn.org/board/topic/30795-two-different-boot-logo-for-windows-98-users/
    1 point
  18. I'd like to know the difference between 52.9.1 and 52.9.0, so I checked from https://hg.mozilla.org/releases/mozilla-esr52/pushloghtml/1 to https://hg.mozilla.org/releases/mozilla-esr52/pushloghtml/8 Firefox related changes are all like ffxbld — No bug, Automated blocklist update | No bug, Automated HPKP preload list update | No bug, Automated HSTS preload list update from host bld-linux64... Except one: Mihai Tabara — Bug 1471223 - have automation update firefox-sha1-ssl bouncer entry too. r=rail a=release And that Bug 1471223 seems trivial: as I understand it's for firefox-sha1-ssl version (don't know exactly what that version is for) not auto-update to latest 52.9 version correctly. Maybe that's why Mozilla did not release it. No need to update at all. Yet I have downloaded and run it, I'll keep using it.
    1 point
  19. Windows 98 -Second Edition- logo winse_98.zip
    1 point
  20. 1 point
×
×
  • Create New...