Jump to content

roytam1

Member
  • Posts

    3,692
  • Joined

  • Last visited

  • Days Won

    427
  • Donations

    0.00 USD 
  • Country

    Hong Kong

roytam1 last won the day on November 29

roytam1 had the most liked content!

About roytam1

Profile Information

  • OS
    XP Pro x86

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

roytam1's Achievements

6.9k

Reputation

  1. this site uses await, which is filed in https://repo.palemoon.org/MoonchildProductions/UXP/issues/2229
  2. Notice: although there are some commits in upstream which worth importing, I'm mentally affected by fire news happened in Hong Kong lately so new build will be delayed (i.e. no build this week)
  3. migrating from fx27 to nm28 directly may get you trouble, you may try migrating to nm27 first.
  4. but quickjs' size is just 1.4% of node.exe, it is easier for me to bring it outside.
  5. it uses same cert store as latest firefox's security library (NSS) so it has latest certs.
  6. 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.
  7. 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.
  8. no intention making x64 builds for versions before 27.
  9. tried here on xp and 7 but I can't reproduce the crash. removing ID check means inappropriate extensions that can break browser hard can be installed. so I can't let this option available. if you are confident an extension that will work, open it up with archiver and modify its manifest adding my browser's ID instead.
  10. removing ID checking doesn't make things not intend to work on other platforms becoming work in sudden, and extensions needs coding to have proper integration to platforms they intend to support. if there is extension is not working, you may need to add code to make it work, and adding target platform ID in its manifest file.
  11. the problem is Data in that Index is not available in older version of windows, so NtQuerySystemInformation will return error.
  12. and you can change general.useragent.compatMode.version that reports to websites in about:config.
  13. New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20251018-e2f63f387-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20251018-e2f63f387-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: No issue - Improve compiler compatibility. (ac993f4f) (88149f721) - import from UXP: Issue #2855 - Fix rule node tracking for NAC (cc331e8e) (1b577a8b4) - import from UXP: [devtools] Remove newline kludge from "Copy as cURL" on Windows (4abf0b3f) (1c307b192) - import from `custom` branch of UXP: caps: follow-up of rev b7098813 - enlarge CSP's RefCnt value limit to prevent crashing in multiple process mode. (9ad9a889) (e2f63f387)
  14. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20251018-40a79c75-uxp-861967f98e-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20251018-40a79c75-uxp-861967f98e-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20251018-id-656ea98-uxp-861967f98e-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20251018-id-656ea98-ia-c642e3c-uxp-861967f98e-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild
  15. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20251018-3219d2d-uxp-861967f98e-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20251018-3219d2d-uxp-861967f98e-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-20251018-3219d2d-uxp-861967f98e-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-20251018-d849524bd-uxp-861967f98e-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20251018-d849524bd-uxp-861967f98e-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20251018-d849524bd-uxp-861967f98e-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20251018-d849524bd-uxp-861967f98e-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20251018-d849524bd-uxp-861967f98e-w7plus-avx2.7z Official UXP changes picked since my last build: - No issue - Set title for about:logopage (89ee61a746) - No issue - Improve compiler compatibility. (ac993f4fb3) - Issue #2855 - Fix rule node tracking for NAC (cc331e8e01) - [devtools] Remove newline kludge from "Copy as cURL" on Windows (4abf0b3f21) 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: - caps: follow-up of rev b7098813 - enlarge CSP's RefCnt value limit to prevent crashing in multiple process mode. (9ad9a88955) 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.
×
×
  • Create New...