Content Type
Profiles
Forums
Events
Everything posted by nicolaasjan
-
My Browser Builds (Part 4)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
It seems you somehow have the new assets then. Very strange indeed. The "Quick fixes" list was added later in official uBO and is not present in my version 1.16.4.31b2 by hawkeye116477. Also, the "Legacy" list is moved to the bottom. Here it is still in the stock lists. -
My Browser Builds (Part 4)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
No idea. I have Mypal 68 and there the WE version of uBlock Origin (1.46.0), works well. P.S. I have my doubts about the security of the Mypal browser... -
My Browser Builds (Part 4)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
No, but the issue is solved now. Already switched to 1.16.4.31b2 version by hawkeye116477 and added the new "Online Malicious URL Blocklist" and the new regional Dutch list "NLD: EasyDutch" to "Custom". Unchecked the Adguard lists for now. They sometimes cause issues. There sure must be other assets that were changed/added/removed during the last years. That was the reason I imported the current ones into the Legacy .xpi, with the side effect of YouTube ads slipping through (and who knows what else)... -
My Browser Builds (Part 4)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Both official Pale Moon and New Moon 28. I will humour you. It was indeed my hacked version with current assets. Checked again after disabling the new "uBlock filters – Quick fixes", but that made no difference. Hawkeye's version has indeed no issues with pre-rolls, but I had to append "Online Malicious URL Blocklist" to custom again, because the URL has changed some time ago. Now: https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-online.txt Now I would like to know which one(s)... -
My Browser Builds (Part 4)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Anyone else here having YouTube pre-roll ads lately, despite using uBlock Origin Legacy? No issue with official uBO in other browsers. (I don't mean the sponsor segments) Test video here. -
My Browser Builds (Part 4)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Strange... This is what I get on palemoon.start.me/nl. No errors related to Open With: Well, MPV still doesn't work here on XP, but I can open videos with VLC, using Open With. You only need the latest version of the 'youtube.luac' file from here (save as .luac). Copy to "C:\Program Files\VideoLAN\VLC\lua\playlist\youtube.luac" -
My Browser Builds (Part 4)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
From youtube-dl's Reddit Wiki: Don't know if there are other GUI's that support XP... In New Moon you can use the "Open With" extension (direct link) to download videos or audio straight from the browsers right click menu: -
My Browser Builds (Part 4)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
We're getting way offtopic here, but I want to mention that I can't get that last version of MPV working properly on my XP , which is in a virtual machine. I only get sound, but no window with video... I use a symbolic link for that, so that I don't need to rename each time. Can be done on XP with Link Shell Extension. See at the bottom of that page for Legacy XP download. Needs a driver as well. Could you try this one? -
My Browser Builds (Part 4)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
<offtopic> I build it myself as well with a modified Python 3.7. The one from the link in my signature: [debug] Command-line config: ['-v'] [debug] User config "C:\Documents and Settings\Nico\Application Data\yt-dlp\config.txt": ['--rm-cache-dir', '--no-mtime', '--add-metadata', '--embed-thumbnail', '--convert-thumbnails', 'jpg', '--ppa', 'ThumbnailsConvertor:-qmin 1 -q:v 1', '--ppa', 'ffmpeg:-metadata synopsis=""', '-o', '~/Bureaublad/%(title)s.%(ext)s', '-f', 'bestvideo[height<=1080][ext=mp4][vcodec!*=av01]+bestaudio[ext=m4a]/best[ext=mp4]/best', '--sponsorblock-remove', 'all', '--downloader', 'aria2c', '--downloader-args', 'aria2c:-x 10 -s 10 -j 10 -k 1M --log-level=info --file-allocation=none'] [debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out cp1252 (No VT), error cp1252 (No VT), screen cp1252 (No VT) [debug] yt-dlp version 2023.01.07 [355d781be] (win_x86_exe) [debug] Python 3.7.1 (CPython x86 32bit) - Windows-XP-5.1.2600-SP3 (OpenSSL 1.1.1a 20 Nov 2018) [debug] exe versions: ffmpeg N-107968-ge4ac156-Reino (fdk,setts), ffprobe N-107968-ge4ac156-Reino [debug] Optional libraries: Cryptodome-3.16.0, brotli-1.0.9, certifi-2022.12.07, mutagen-1.46.0, sqlite3-2.6.0 [debug] Proxy map: {} [debug] Loaded 1761 extractors Removing cache dir C:\Documents and Settings\Nico/.cache\yt-dlp .. Yesterday I experimented with a modified Python 3.8 from this thread. But I want to test this yt-dlp build a bit further before linking it here. The yt-dlp devs might remove 3.7 support at some point... [Edit] You might want to consider adding the other optional modules: mutagen, pycryptodomex, brotli and certifi. Couldn't make the websockets module working... [Edit2] @Reino has an SSE processor and yt-dlp doesn't work on that... Youtube-dl does (built with Py2Exe). -
Thanks for this! I was able to build yt-dlp with it, but it complained about missing files, but went on after extracting 'python3.8.zip' into '.\Lib' Furthermore it was missing 'pyconfig.h' from '.\Include', so I added that from a Python 3.7 install and it worked. From yt-dlp's dependencies only the websockets module failed to embed during yt-dlp's compiling, so I had to edit that out of 'pyinst.py' (scrap that. websockets is now included). Link to the binary in my signature. [debug] Command-line config: ['-v', '--ignore-config'] [debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out cp1252 (No VT), error cp1252 (No VT), screen cp1252 (No VT) [debug] yt-dlp version 2023.02.09 [f14c23334] (win_x86_exe) [debug] Python 3.8.13+ (CPython x86 32bit) - Windows-XP-5.1.2600-SP3 (OpenSSL 3.1.0-dev ) [debug] exe versions: ffmpeg N-109535-gfcd557a-Reino (fdk,setts), ffprobe N-109535-gfcd557a-Reino [debug] Optional libraries: Cryptodome-3.17, brotli-1.0.9, certifi-2022.12.07, mutagen-1.46.0, sqlite3-2.6.0, websockets-10.4 [debug] Proxy map: {} [debug] Loaded 1766 extractors Usage: yt-dlp [OPTIONS] URL [URL...] yt-dlp: error: You must provide at least one URL. Type yt-dlp --help to see a list of all options.
-
More recently it was on: https://pattaya1.mbnet.fi/customblocking.txt Server is down now (it hadn't been updated for a long time either). [Edit] This is the last list I could find on the Wayback Machine (28.7.2018): https://web.archive.org/web/20211021202536/https://pattaya1.mbnet.fi/customblocking.txt Hasn't been updated since March-06-2021... He has (had?...) severe health issues.
-
My Browser Builds (Part 4)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
SyntaxError: invalid identity escape in regular expression 1 343-caee36fc9970c169.js:10:319482 No idea what that means though... -
My Browser Builds (Part 4)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Just FYI, Mozilla and Microsoft distrust TrustCor root certificates in their browsers. I guess we'll have to do this manually for now in New Moon etc.: (all three of them) [Edit] After a browser restart they'll be back in the list, but untrusted. (you can check by going to `https://trustcor.com/`) -
My Browser Builds (Part 4)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
This is already "false" here by default. Does "captivedetect.canonicalURL" even work in that case? [Edit] Now I understand. See here. In Firefox the service is always enabled with no option in the GUI to disable it. Same for Basilisk. Has to be done via 'about:config'. -
My Browser Builds (Part 3)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
That can't be it. uBO and eMatrix both disabled; still no image: -
My Browser Builds (Part 3)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
I just found out. Free Serif is used here to display "Omegaverse" in both Pale Moon and Basilisk (official) 2022-09-28. Only Firefox used Cambria Math. I tested on my Linux system. Sorry about that . On Windows XP Cambria is used. BTW, why is the image on the left not displayed? -
My Browser Builds (Part 3)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
What I'm confused about, is that I didn't see it when inspecting in Pale Moon. F12 in Firefox showed it. How can this be explained? Anyhow, whoever is missing Cambria, can download them from my Dropbox account (these are the most recent version from a Windows 10 install). -
My Browser Builds (Part 3)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Maybe try from above link the fix mentioned by Sajadi: Can't test it for you, because I don't want to use Facebook. -
My Browser Builds (Part 3)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
A lot, but not all emoji fonts are displayed thanks to the "Twemoji Mozilla" font, that is included in New Moon. A very good emoji font is "Noto Color Emoji", but that doesn't work on Windows XP... -
My Browser Builds (Part 3)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Sorry, I'm not sure what you mean here... From the screenshot above, it appears your font problem is solved now. -
My Browser Builds (Part 3)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
@UCyborg said: Inspecting that "Omegaverse" part, it appears to be the Cambria Math font. Try installing the Cambria fonts I uploaded to Dropbox: https://dl.dropboxusercontent.com/s/juzxhm4j6gs3ro2/Cambria.zip -
My Browser Builds (Part 3)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Thanks! From your link: Note, that there are two items added to the lists pane, which will not work in the Legacy version: AdGuard URL Tracking Protection Block Outsider Intrusion into LAN Also, before uninstalling the previous version, make sure you have a backup of your settings before deleting '$PROFILEDIRECTORY$/extension-data/ublock0.sqlite'. I didn't remove anything from 'about:config'. -
My Browser Builds (Part 3)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Tried it out and it is fixed. My modded version of uBO-legacy now no longer needs the css fix; only './assets/assets.json' from upstream uBO (see my post here). -
My Browser Builds (Part 3)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
Same here. Now I use your modified version, in which I also replaced './assets/assets.json' with the current one from uBO 1.44.5b0. There have been some significant changes over time. The last one being in regard to the very slow download of EasyList and EasyPrivacy. uBlock0_1.16.4.30.firefox-legacy-mod-by-@AstroSkipper&nicolaasjan.zip -
My Browser Builds (Part 3)
nicolaasjan replied to roytam1's topic in Browsers working on Older NT-Family OSes
https://forum.palemoon.org/viewtopic.php?f=70&t=28800&p=231804&hilit=invalid+regexp#p231804 No progress at all, it seems...