All Activity
- Today
-
My Browser Builds (Part 5)
Zorba the Geek replied to roytam1's topic in Browsers working on Older NT-Family OSes
There appears to be no documentation supplied for Mailnews, so I hope someone can help me with Gmail and Microsoft Outlook.com mail. They both require OAuth2 authentification, but only Gmail can connect to the server if I use IMAP. When I use POP3 as the incoming Gmail server I receive this message: OAuth2 does not appear to work with Microsoft Outlook.com mail and it produces the login window uploaded here. I tried enabling 2 step authentification and generating an app password to be used as a normal password, but I receive an error message saying "Username and password not accepted". Does this mean that Mailnews needs to be registered with Microsoft for OAuth2 to work? -
It is portable. Extract the zip file to e.g. `C:\Bin\Node` and add that folder to the PATH.
-
Serpent/Mypal 68 on Windows XP SP1 (and older Windows versions?)
Uncle Captain replied to Uncle Captain's topic in Windows XP
@roytam1 I have an good idea, what about you creating an xpdll.dll wrapper for ntdll.dll (includes lots of functions from xp sp3) -
ownedbywuigi joined the community
-
Lyut1k joined the community
-
nafsangammer joined the community
-
as I don't want to install node, unless it can run in a portable way, quickjs is more appropriate to me. and from my testing, mweb with potoken is still working with formats and resolutions I want.
- Yesterday
-
He seems to have found a fix, updated same file 12Nov25. Seems the file called "omni.ja" has changed date/time and size of file.
-
Rookie_2010 joined the community
-
Wicked17Dz joined the community
-
alwaysbeta joined the community
-
I use this to fix the context menu -- https://github.com/rikka0w0/Taskbar-Context-Menu-Tweaker At least something very similar or a version prior to being hosted on GitHub, as my version is dated 2016 (and if it ain't broke, don't fix it).
-
hard times for Windows Graphical User Interface... long life windows 8.0 NT 6.2 (+ex7forw8) the true kiiing & the fastest NT6 ever made http://web.archive.org/web/20160410082617/https://blogs.msdn.microsoft.com/b8/2011/10/07/reducing-runtime-memory-in-windows-8/ credits: Everytime 9x hears about Metro Fluent UWP whatever design... Windows has seen better days... windows computer magic has ended long long time ago I'll never ever understang how in the h3ll windows 9x flies on ridiculous hardware and now with tons of ram, nvme ssds, dedicated gpus... the OS is full of lag... Bill, if you hear me. PLEASE, come back, release longhorn, bring some joy to all WDDM capable hardware which is all hardware since 2006.
- Last week
-
New release Mypal68 74.1.3 "BUGS IN THIS VERSION 1. xiaoxiaoflood broken 2. DOH is broken, if enable it crashes the browser Pay attention avif format is not added yet, if you get pictures not showed which was fine, then set the version to 91 for the specific site, this is like aliexpress. Added experimental setting "media.ffmpeg.skip_loop_filter" for low end machines, affects h264 and vp8 ffmpeg decoders" https://codeberg.org/Theodor2/Mypal68/releases
-
From my experience, Japanese content is highly suitable to be geo-fenced. They protect a lot of things from overseas access.
-
tr011 joined the community
-
Not my fault, really, but here you go: https://board.eclipse.cx/viewtopic.php?p=7539#p7539 https://board.eclipse.cx/viewtopic.php?p=7542#p7542 https://board.eclipse.cx/viewtopic.php?p=7593#p7593 There was this r3dfox bug and the author (thought he) found the solution in one of LibreWolf's special "policies", but while he was "there", he decided to also implement several other LW policies/settings into r3dfox; this is implied in the bolded wording of every new "LW-ified" r3dfox release, e.g. 128.14.1esr: Testimonies of breakage can be found in the linked Eclipse Forum thread and in the GH issue tracker (recent open/closed issues), e.g. https://github.com/Eclipse-Community/r3dfox/issues?q= is%3Aissue state%3Aopen sort%3Aupdated-desc https://github.com/Eclipse-Community/r3dfox/issues?q=is%3Aissue state%3Aclosed sort%3Aupdated-desc What made me furious the most was this ; but, as I wrote already, I'm only speaking for myself here; it may well be that the majority of the r3dfox users are still very happy to have got new releases with the latest security patches, courtesy of Mozilla .. As you often write, "moving on" ...
-
... Eclipse Board is now back in business (technically, it never went off-line) ... .. But I'd be very wary of ; both have been LibreWolf-ified ; I'd make a profile back-up prior to updating, in case one decides to revert to the previous ESRs (128.12.0rc2 and 140.2.0, respectively); just sayin' , not suggesting people shouldn't update...
-
Well, since your custom path to the QuickJS binary doesn't contain any whitespace, I feel no quotation marks of any type are needed after all ; personally, I'd only use "..." in the value part of the --js-runtimes flag, something like: --js-runtimes quickjs:"H:\path to\qjs-windows-x86_64.exe" For the sake of even more simplicity, I'd a) rename the QuickJS binary to just "qjs.exe" b) place it adjacent to "yt-dlp-win7-x64.exe" (which could also be renamed to just "yt-dlp.exe"); then, one would simply need issue --js-runtimes quickjs in the cmdline (or set an equivalent permanent setting inside yt-dlp's config file); more in https://github.com/yt-dlp/yt-dlp/issues/15012 https://github.com/yt-dlp/yt-dlp/wiki/EJS The use of QuickJS-ng is strongly discouraged, because they haven't yet implemented this ; since you're on Win7 SP1 64-bit, for even quicker n/sig deciphering you may want to switch to this NodeJS fork: https://github.com/vladimir-andreevich/node.js-windows-7/blob/main/v20/node-v20.19.2-win-x64.zip (node isn't enabled by default in yt-dlp, you need to issue --js-runtimes node (or use a custom path to the binary, if you must)) PS: It appears https://www.youtube.com/watch?v=Kzb6Vih7wrU is geo-fenced here ...
-
J.Michael joined the community
-
for me chrome was a big problem because it tooks 2 weeks to compile up, this is bad when you want to write something or testing the code then the next problem was that the vm snapshots (only a few) already took up the 2 TB limit. so work was limited for example i could not compile a extra debug version (the compiler optimization can make problems) also when clicking around they are more time consuming if they take time because these sum up windows 10 also is not the fastest horse, it has a lot a background activity - also it force upgrades neither if you dont want them nor you know they dig into your computer in total these things then sum up all together - when you have limited time it gets a even bigger problem to install some new VS2022 compiler and win11 would take to much up - while a better computer still just could "eat it up anyway"
-
trying to use QuickJS-ng but yt-dlp-win7-x64 can't get it? >H:\apps\yt-dlp --js-runtimes quickjs:'H:\apps\qjs-windows-x86_64.exe' -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best" --no-check-certificate --cookies "H:\apps\yt-cookie.txt" --write-subs --sub-langs zh-Hant,zh https://www.youtube.com/watch?v=Kzb6Vih7wrU [youtube] Extracting URL: https://www.youtube.com/watch?v=Kzb6Vih7wrU [youtube] Kzb6Vih7wrU: Downloading webpage WARNING: [youtube] No supported JavaScript runtime could be found. YouTube extraction without a JS runtime has been deprecated, and some formats may be missing. See https://github.com/yt-dlp/yt-dlp/wiki/EJS for details on installing one. To silence this warning, you can use --extractor-args "youtube:player_client=default" [youtube] Kzb6Vih7wrU: Downloading android sdkless player API JSON [youtube] Kzb6Vih7wrU: Downloading web safari player API JSON WARNING: [youtube] Kzb6Vih7wrU: Some web_safari client https formats have been skipped as they are missing a url. YouTube is forcing SABR streaming for this client. See https://github.com/yt-dlp/yt-dlp/issues/12482 for more details [youtube] Kzb6Vih7wrU: Downloading m3u8 information WARNING: [youtube] Kzb6Vih7wrU: Some web client https formats have been skipped as they are missing a url. YouTube is forcing SABR streaming for this client. See https://github.com/yt-dlp/yt-dlp/issues/12482 for more details [info] Kzb6Vih7wrU: Downloading 1 format(s): 137+140 [info] There are no subtitles for the requested languages EDIT: alright, instead of "--js-runtimes quickjs:'H:\apps\qjs-windows-x86_64.exe'", I need to remove single quotation marks: "--js-runtimes quickjs:H:\apps\qjs-windows-x86_64.exe" and use upstream QuickJS binary release for faster solving speed instead of QuickJS-ng. [youtube] Extracting URL: https://www.youtube.com/watch?v=Kzb6Vih7wrU [youtube] Kzb6Vih7wrU: Downloading webpage [youtube] Kzb6Vih7wrU: Downloading tv client config [youtube] Kzb6Vih7wrU: Downloading player ef5f17ca-main [youtube] Kzb6Vih7wrU: Downloading tv player API JSON [youtube] Kzb6Vih7wrU: Downloading android sdkless player API JSON [youtube] [jsc:quickjs] Solving JS challenges using quickjs [info] Kzb6Vih7wrU: Downloading 1 format(s): 137+140 [info] There are no subtitles for the requested languages and mweb: [youtube] Extracting URL: https://www.youtube.com/watch?v=Kzb6Vih7wrU [youtube] Kzb6Vih7wrU: Downloading webpage [youtube] Kzb6Vih7wrU: Downloading tv client config [youtube] Kzb6Vih7wrU: Downloading player ef5f17ca-main [youtube] Kzb6Vih7wrU: Downloading tv player API JSON [youtube] Kzb6Vih7wrU: Downloading android sdkless player API JSON [youtube] Kzb6Vih7wrU: Downloading mweb client config [youtube] Kzb6Vih7wrU: Downloading mweb player API JSON [youtube] [jsc:quickjs] Solving JS challenges using quickjs [youtube] [jsc:quickjs] Solving JS challenges using quickjs [info] Kzb6Vih7wrU: Downloading 1 format(s): 137+140 [info] There are no subtitles for the requested languages maybe I don't need using mweb now.
-
My Browser Builds (Part 5)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
no intention making x64 builds for versions before 27. -
Drew Hoffman joined the community
-
My Browser Builds (Part 5)
j7n replied to roytam1's topic in Browsers working on Older NT-Family OSes
I have changed the user agent and get big Google again now. Another downside of the new lightweight Google is that I can't see the target URL where I am about to go in the status bar. All URLs go through Google for spying but they show the real url until one clicks on the link. I also found that I need the page zoom one notch down with the new big one. -
goldentech262 joined the community
-
My Browser Builds (Part 5)
Strife replied to roytam1's topic in Browsers working on Older NT-Family OSes
Hi @roytam1, is there any chance you can build a x64 version of NewMoon 26 ? There is an "official" Pale Moon 26.5.0 x64 build, but most sites cannot make a secure connection and showing this message "This Connection is Untrusted". -
KB4132216 causes failed installation/uninstallation of CU
halohalo replied to halohalo's topic in Windows 10
I've tried installing KB5068781 on 21H2 Home edition and failed. Unlike LTSC, it seems that 21H2 Home edition also requires ESU activation just like 22H2. Although it is possible to display ESU activation option on 21H2 by Regedit, Microsoft only provides ESU activation service for 22H2 so I can't complete ESU activation on 21H2. Without ESU activation, the installation will be ended by WindowsWcpAIFailure3 and CbsPackageServicingFailure2. The default value of ESUEligibility is 1, and ESUEligibilityResult is 3. To display the option, the value of ESUEligibility should be 2, and ESUEligibilityResult should be 1. Anyway, the last CU for 21H2 Home edition is KB5066791, but KB5069340 for WinRE is still compatible. Finally, KB5071959 for 22H2 can replace KB5066791 on 21H2, but consumer ESU is still unavailable.