Jump to content

nicolaasjan

Member
  • Posts

    513
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by nicolaasjan

  1. Could you give an example URL of such a video? So I can try on Firefox.
  2. Actually YouTube offers several format options for 720p. Format 22 is a single file. E.g. for this video (found formats with yt-dlp, using the following command): yt-dlp -F https://www.youtube.com/watch?v=I79CQUTO5II 22 mp4 1280x720 30 | 852k https | avc1.64001F 852k mp4a.40.2 0k 44100Hz 720p 136 mp4 1280x720 30 | 89.77MiB 723k https | avc1.4d401f 723k 720p (throttled), mp4_dash 247 webm 1280x720 30 | 88.94MiB 716k https | vp9 716k 720p (throttled), webm_dash 398 mp4 1280x720 60 | 108.10MiB 871k https | av01.0.08M.08 871k 720p60, mp4_dash 480p however has only Dash: 397 mp4 854x480 30 | 42.61MiB 343k https | av01.0.04M.08 343k 480p, mp4_dash 135 mp4 854x480 30 | 29.41MiB 236k https | avc1.4d401f 236k 480p, mp4_dash 244 webm 854x480 30 | 32.46MiB 261k https | vp9 261k 480p, webm_dash But note "throttled" in the above output. Maybe that can be the culprit? cc @we3fan
  3. July 2021 updates installed fine again! https://www.catalog.update.microsoft.com/Search.aspx?q=2021-07+server+2008
  4. I'm from The Netherlands myself and can confirm that the page loads fine here (except for these iframes near the bottom...).
  5. No problem! I just googled "detectportal.palemoon.org" (4 results). [Edit] I just noticed that network.captive-portal-service.enabled is already set to false by default in New Moon 28.
  6. See: https://forum.palemoon.org/viewtopic.php?t=631 And: https://github.com/roytam1/UXP/issues/18 Try what happens when you add: 0.0.0.0 detectportal.palemoon.org to your hosts file. Or delete the string value of captivedetect.canonicalURL in about:config. And/or set network.captive-portal-service.enabled to false.
  7. I got New Moon 28 working in a Windows 2000 Virtual Machine. See also here: https://msfn.org/board/topic/180462-my-browser-builds-part-2/page/126/
  8. Hmm... Strange. Here it updated without errors with the addon updater in Serpent 52.
  9. June 2021 updates installed fine!
  10. Not exactly a close analogue, but do you have uBlock-for-firefox-legacy installed? This extension should take care of a lot of these issues when you have the "uBlock filters – Annoyances" list enabled (and try "AdGuard Annoyances" as well). If you encounter a site where it doesn't work, you can just open an issue at: https://www.reddit.com/r/uBlockOrigin. (you should mention that you're using the Legacy version and hope that someone will answer) P.S. Don't use together with Pale Moon's ad blocker!
  11. (offtopic) For your sister; have a look at this extension: https://addons.mozilla.org/en-US/firefox/addon/behind/
  12. (offtopic) There is still the preference "browser.menu.showViewImageInfo", which you can set to "true". And the interface can be changed with userChrome.css and userContent.css. See e.g. : https://github.com/black7375/Firefox-UI-Fix. (adds back icons to the "hamburger menu" as well) Screenshot:
  13. Do you have this part in "install.rdf" in the xpi files: <em:targetApplication> <Description> <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id> <em:minVersion>27.0.0</em:minVersion> <em:maxVersion>29.*</em:maxVersion> </Description> </em:targetApplication> Note the "<em:maxVersion>29.*</em:maxVersion>" line.
  14. Since recently, Pale Moon blocks extensions that do not comply with their new standards... Try this under Preferences ---> Security:
  15. Not exactly what you're looking for, but you can make a bookmarklet like this: Name: "Wayback Archive" Location: javascript:void(window.open('https://web.archive.org/web/*/'+location.href)); (will work in any browser) Try for example with: https://www.ghacks.net/
  16. In my my case this is not of any concern, because Windows XP is a Virtual Machine, with only read access to a shared folder on a Linux partition. In case something goes terribly wrong, I just replace it with a backup. This is nothing compared to the vulnerabilities in Windows XP itself. I've tried that, but it only gave me a headache, haha.
  17. (offtopic) I don't have MailNews, so I can't answer that unfortunately. But you might consider using Notepad++ for viewing/editing complex text files, like source code. Version 7.9.2 is the last version that runs on Windows XP. Comes with Italian language file as well. :
  18. Ah, sorry, you're right of course, I wasn't fully awake I guess, haha.
  19. There is no .NET Framework installed here, so I really can't tell... Besides, In Vista I install the Server 2008 updates, not the Server 2008 SP2 ones (I thought these were not applicable?). (stupid mistake)
  20. You can do this with each new IE9 update, just make sure to specify the correct KB number and name for package_2_/package_3_
  21. 32bit: http://download.windowsupdate.com/d/msdownload/update/software/secu/2021/04/windows6.0-kb5003165-x86_6934e71bbdd55abf9d13b4c1799463e7c8e66f49.msu 64bit: http://download.windowsupdate.com/d/msdownload/update/software/secu/2021/04/windows6.0-kb5003165-x64_f1d972f3a9fbdc5fbfefbfdb0a67e86e5d8dde6e.msu For the x64 update, you can install the IE part of it with a workaround: - start cmd as administrator - change location to the folder that contains the msu file, example cd /d C:\updates - copy/paste and execute these commands (preferably one by one) mkdir .\tmp expand.exe -f:*Windows*.cab *kb5003165-x64*.msu . >nul expand.exe -f:* *kb5003165-x64*.cab .\tmp >nul start /w PkgMgr.exe /ip /m:"%cd%\tmp\package_2_for_kb5003165~31bf3856ad364e35~amd64~~6.0.1.1.mum" /quiet /norestart start /w PkgMgr.exe /ip /m:"%cd%\tmp\package_3_for_kb5003165~31bf3856ad364e35~amd64~~6.0.1.1.mum" /quiet /norestart del /f /q *kb5003165-x64*.cab rd /s /q tmp
  22. That's what I understood from that thread I linked to. See also here: https://support.mozilla.org/en-US/questions/1076445 Don't be pedantic. I don't care. My days here are numbered. I wish them success with their data after that, haha.
  23. There is an old thread about this on the Pale Moon forum: https://forum.palemoon.org/viewtopic.php?t=14617 The technology involved a NPAPI plugin that could be set to "Never activate".
  24. My Serpent gave the same result as Pale Moon (stuck in the middle): Yes, but there are a lot of Android and ChromeOS users, so fingerprinting will become useless over time, when more and more people visit such sites. If the script is first party and the site doesn't work properly without it, what then? I think because 1069 people didn't have any of these apps installed (or the apps couldn't be detected)?
×
×
  • Create New...