Leaderboard
Popular Content
Showing content with the highest reputation on 08/28/2019 in all areas
-
Notice: These projects have no affiliation with any upstream community code sources or organizations. Please direct all support or related questions to here. "Serpent", "New Moon", "MailNews" are generic debranded names and they are subject to change in the future. Archive directory names and archive filenames will only be changed once generic debranded names are not used in the future. Latest changelog is available here as well: http://rtfreesoft.blogspot.com/search/label/browser Serpent/UXP browser (MCP reforked 52ESR as new base), and NM28XP releases: Binaries are moved to here: (I'm lazy to edit all previous posts) https://o.rths.ml/palemoon/?sort=date&order=desc BOC related binaries: Binary list: https://o.rths.ml/boc-uxp/?sort=date&order=desc FAQ: Q: Having audio distorted when watching Twitter/etc.? A: Please try turning on "Firefox compatibility" in options dialog or either "general.useragent.compatMode = 2" or "general.useragent.compatMode.firefox = true" in about:config and reload the page. Q: Can't play H264 clips? (for PM27/KM76) A: Download following packages for your browser edition(32bit/64bit) and extract DLLs to same place as palemoon.exe lives. 32bit LAV dlls are in separated package (extracted from K-Lite codec pack 13.5.5) https://o.rths.ml/palemoon/lav.7z Just in case if you have an older processor which has no SSE instruction set support: 32bit NoSSE (ffmpeg 3.1.1 lite build) https://o.rths.ml/palemoon/lav-dll-lite-mmx.7z 32bit No ASM (ffmpeg 3.1.1 lite build, if build above doesn't work on your processor) https://o.rths.ml/palemoon/lav-dll-lite-noasm.7z 64bit LAV dlls are in separated package (LAV Filters 64bit 0.70.2) https://o.rths.ml/palemoon/lav64.7z Q: AV1 Support? (for UXP-based applications except mailnews) A: You need to enable "media.av1.enabled" in about:config Q: VP9 Support? (for PM27) A: VP9 works if async MSE option is unchecked and "Enable MSE for WebM Video" checked in options. Q: Extensions/Themes not working after updating binaries. A: If you encounter extensions not show icon, clicking options button of extension causing browser unresponsive, etc. please try following actions: 1.a Killing palemoon.exe process 1.b Copy whole extensions folder out of profile folder (to somewhere else for example, desktop) 1.c Restart browser without restoring previous sessions 1.d Goto about:addons page 1.e Drop XPI files from the copied-out extensions folder to about:addonss page One-by-One. 1.f After all XPI files are dropped and installed/updated, restart browser Q: Virus detected? A: Tell your anti-virus program to exclude palemoon.exe and/or plugin-container.exe. Some anti-virus heuristic engines (for example symantec's sonar engine) is too sensitive to palemoon.exe/plugin-container.exe network activities. Q: Where's your patches for compiling my own? A: Please visit the link above "FAQ:". Latest source patch files are named "sources_patches_YYYYMMDD.7z" in that page. Q: basilisk browser showing basic pages in GMail? A: set these to "ture" in about:config general.useragent.compatMode.firefox general.useragent.compatMode.gecko Q: How to change User Interface language? A: Please see this post: Q: Portable Loader? A: You can always use official portable launcher with my binaries, or you can use my simple portable loader written in NSIS: Q: How to install extensions/themes in BNavigator browser? A: Please check this post out: ------------------------------------- NewMoon 27 build: ------------------------------------- Serpent/moebius browser (deprecated by MCP, forked by me), and also 26.5 as playground : And NewMoon 26.5 and K-Meleon 74 with Goanna 2.2 (newmoon-26.5) for vanilla Win2000 build: ------------------------------------- K-Meleon browser with Goanna/Tycho engine: It has its own sub-forum in K-Meleon official forum! http://kmeleonbrowser.org/forum/list.php?19 Latest build: ------------------------------------- Firefox ESR 45 with TenFourFox fixes for SSE-only machines: ------------------------------------- K-Meleon Original cross-post is here: ------------------------------------- ArcticFox XP win32 test build: ----original post message belows---- Today's build with portable LAV libraries. Place LAV dlls (av*.dll) in same place as palemoon.exe lives. Official repo changes since my last build: -Clobber for Brotli/WOFF2 update -Fix some comments (no code change) -Enable Brotli content-encoding by default (https only). -Pull woff2 upstream update. -Update Brotli decompressor. My changes since my last build: - Upgrade Mozilla NSPR and NSS to 4.16 and 3.22 for (hopefully) faster AES operations 32bit: https://o.rths.cf/palemoon/palemoon-27.6.0a1.win32-git-20171002_2-e68ab5b3d-xpmod.7z 64bit: https://o.rths.cf/palemoon/palemoon-27.6.0a1.win64-git-20171002_2-e68ab5b3d-xpmod.7z1 point
-
So as the New Moon rises, all different computers rise to connect to the world's data net. An 18-year-old Pentium 3 can participate, too, thanks to New Moon. Thank you for this browser, a fantastic ally on Windows XP! Does anyone remember "Opensearch" plugins? In Netscape 9.0.0.6 of 2008 for example, there are some websites, that can be directly included in the search engine toolbar. However that seem to have gotten lost in newer browsers. The Palemoon search plugins feel like a step back in that perspective, because there is only a limited selection available.1 point
-
1 point
-
Good. if needed I can extend the Pitchers and Batters parsers to parse the "rest" of the data, So, for pitchers (let's take the Jeff Ballard example) this is not correct: Since in other fields were used "words" the data should be: Next 14 are stat based data: 12 00 08 00 57 01 3D 00 40 00 08 01 66 00 And these likely translate to 7 fields: PStatField #1 0x0012 -> 18 PStatField #2 0x0008 -> 8 PStatField #3 0x0157 -> 343 PStatField #4 0x003D -> 61 PStatField #5 0x0040 -> 64 PStatField #6 0x0108 -> 264 PStatField #7 0x0066 -> 102 Which BTW creates a nice, symmetrical situation with the batters (that is as well not correct, probably a typo): As there are 20 Bytes, so for Brady Anderson that would be: Next 20 is stats based data 04 00 10 00 CF 00 80 00 B5 00 DA 00 24 00 49 00 D3 00 F8 02 BStatField #1 0x0004 -> 4 BStatField #2 0x0010 -> 16 BStatField #3 0x00CF -> 207 BStatField #4 0x0080 -> 128 BStatField #5 0x00B5 -> 181 BStatField #6 0x00DA -> 218 BStatField #7 0x0024 -> 36 BStatField #8 0x0049-> 73 BStatField #9 0x00D3 -> 211 BStatField #10 0x02F8 -> 760 If you find these values in the visualization of the game statistics we can assign the right field name to each . jaclaz1 point
-
I don't know when that originally came out, but posted back in 2012, this still "exists" today, available on YouTube - Fake OS: Microsoft Windows 99 WITH DOWNLOAD LINK!! - The download link provided at YouTube still functions and the file will download and open. I did NOT install it. While the YouTube video is amusing, I AM NOT SUGGESTING ANYONE INSTALL THIS ON ANYTHING EXCEPT MAYBE ON A WELL PROTECTED VM. It is obviously and admittedly a FAKE. A harmless one just meant to amuse? Who knows? It's probably just Win98SE with some edited text and images, but... If I truly NEEDED to use a version of Win 9.x, I'd contact @rloew and work with him to get as true a version of Win 98 as possible that could meet my needs with my hardware and software requirements, regardless of what I had to pay him to accomplish it. If I just wanted to PLAY with Win 9.x for the nostalgia or whatever, I'd see what I could do with some combination of the work of @rloew, @PROBLEMCHYLD, @MDGx, @jumper, and others, possibly including things like U98SP3, 98SE2ME, Revolutions Pack, KernelEx, and whatever else I could find to make it work on the latest equipment, at the fastest speed, with the largest amount of memory, and running whatever other software I wanted to play with. Realistically, running Win98SE in a VM every now an then would probably be enough to get my "fix". Then I would run a different OS, probably Win 7, when I needed to browse the web safely and/or get some actual work done. All of the above is just my 2cents, and is in no way meant to disrespect any Win9.x, Win2K, XP, Linux, MacOS, or even Win 10 [shudder] fans. I always say that any computer user should have the right to use whatever OS meets THEIR needs with THEIR hardware and software. Cheers and Regards1 point
-
1 point
-
No new UXP build tomorrow if upstream doesn't make bigger changes. OT: and my new rig arrived: AMD Ryzen7 3700X 3.6-4.4Ghz 8 Cores/16 Threads AM4 7nm FinFET (100-100000071BOX) HK$2599 ASROCK B450 STEEL LEGEND HK$699.00 Corsair Vengeance LPX 32GB (2 x 16GB) DDR4-3200(CMK32GX4M2E3200C16)(BLACK)(w/heatsink) HK$1230 GALAX NV GTX1650 1-Click OC 4GB GDDR5 HK$1170 1TB Samsung PM981 NVMe TLC SSD HK$999 Thermaltake Toughpower GF1 750/750W Fully-Modular ATX PowerSupply 10 Years Warranty (80PLUS GOLD) HK$750 software fine tune may cause few days or even 1-2 weeks as I want to install Win7 on this.1 point
-
1 point
-
Because of .NET Framework 3.5 Assistant add-on for Firefox (KB963707) I have a suitable uninstaller where the update KB963707 is no longer available in WU / MU. Download: here1 point