Jump to content

nicolaasjan

Member
  • Posts

    488
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by nicolaasjan

  1. Sorry, I'm not sure what you mean here... From the screenshot above, it appears your font problem is solved now.
  2. @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
  3. 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'.
  4. 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).
  5. 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
  6. https://forum.palemoon.org/viewtopic.php?f=70&t=28800&p=231804&hilit=invalid+regexp#p231804 No progress at all, it seems...
  7. ... to which no follow-up has been posted... I won't pretend I fully understand all this , but are we sure the updated URI works 100% with "legacy" ? He should raise that issue at the Legacy issue tracker, but we now know that is not maintained any more... He has to add the new URL to "Custom". The list seemed OK here. However there is no date in the header... I checked by looking at some recent changes here and they were present in my new list. There might be rules in it using a newer syntax, that Legacy can't parse. [Edit] 1343 rules are not parsed a.t.m.
  8. FYI, For those of you using uBlock-for-firefox-legacy and using the RU AdList (for obvious reasons): the URL has changed to: https://raw.githubusercontent.com/easylist/ruadlist/master/RuAdList-uBO.txt See this commit. So, uncheck the built-in one and add the above to "Custom".
  9. Modification: --- a/dashboard1.css +++ b/dashboard.css @@ -4,7 +4,8 @@ html, body { height: 100vh; justify-content: stretch; overflow: hidden; - position: relative; + padding-top: 35px; + position: sticky; width: 100vw; } #dashboard-nav { @@ -16,7 +17,7 @@ html, body { flex-wrap: wrap; overflow-x: hidden; padding: 0; - position: sticky; + position: absolute; top: 0; width: 100%; z-index: 10; No more issue.
  10. Same here... However it went back to normal when un-maximizing the window.
  11. It even works with the Linux one. Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Goanna/5.2 Firefox/68.0 PaleMoon/31.2.0.1
  12. Welcome! I have XP in a VM as well (on Linux Mint 20.3). New Moon 28 is fine with me, but you can try the others in a VM snapshot, if you want to be sure they don't mess things up. As an adblocker, I recommend uBlock-for-firefox-legacy. (caveat: this isn't maintained any more; developer is from Ukraine... 🌻)
  13. I had issues with the Dutch language pack 28.10.* from upstream before and ended up using a modified one made by @gerwin. That still works well. See here (and my answer to that, with screenshots of an issue he resolved in an adjusted version): https://msfn.org/board/topic/180462-my-browser-builds-part-2/page/196/#comment-1198369. So, @tigerindigo might want to double check...
  14. Watch out with playing this Janet Jackson video on or near old laptops with 5400 RPM drives. https://www.theregister.com/2022/08/18/janet_jackson_video_crashes_laptops/ https://devblogs.microsoft.com/oldnewthing/20220816-00/?p=106994 CVE-2022-38392.
  15. Regarding GitHub browser feature support, I have this in New Moon 28. But I think it may be unwise to flip default preferences to make some features work.
  16. Hmm... That link leads to Feodors main GitHub page. A Google search brought up nothing either. I was only able to find this comment from 5 days ago, that stated: Which must be the version I use now (mypal-68.12.5). [Edit] DoH works now with custom Quad9 (9.9.9.9). https://dns.quad9.net/dns-query
  17. Nice catch. Thanks for the release Edited the sentence to be more correct:
  18. Tried this browser today for the first time. Amazing! Some observations: 1. First and foremost: GitHub managed to crash my PC... Any solution for that? 2. The (incompatible) Bypass Paywalls Clean extension (https://addons.mozilla.org/en-US/firefox/addon/bypass-paywalls-clean/) didn't work. But instead I added their list to uBlock Origin and their userscript to Violentmonkey. https://gitlab.com/magnolia1234/bypass-paywalls-clean-filters 3. I managed to get the "Open With" extension to work, which needs Python installed for a little helper application. I have Python 3.7 (needed to compile yt-dlp) for XP made by @cmalex. 4. DoH doesn't seem to work?
  19. I was already afraid of that. But if you want something GUI-like, you could also add yt-dlp to the browsers context menu with the extension "Open With" (available in the Classic Add-ons Archive). See also my Reddit post here, with screenshots.
  20. (offtopic) MrS0m30n3's youtube-dl-gui is not maintained any more. See here. Use this fork. Makes use of the superior yt-dlp by default, I believe.
  21. No problem. So, do they work in your case? There is also an XP build on a Russian forum, but I'm very hesitant to use that, haha. Also it's very slow and misses important modules.
  22. This is what the official youtube-dl says: youtube-dl -vU [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-vU'] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252 [debug] youtube-dl version 2021.12.17 [debug] Python version 3.4.4 (CPython) - Windows-XP-5.1.2600-SP3 [debug] exe versions: ffmpeg N-106824-gf3b7ba2-Reino, ffprobe N-106824-gf3b7ba2-Reino [debug] Proxy map: {} youtube-dl is up-to-date (2021.12.17) So, it's compiled with python 3.4.4. Then it must be something else in my build system... Anyway, I'll leave it at that. This is too complicated for me . [Edit] Solved. Had to build it with py2exe.
  23. This one, no. Hmm... I wonder what could be the reason for that. Any error message?
  24. (offtopic) Does youtube-dl.exe work on your non SSE2 hardware? Since youtube-dl hasn't released for a long time now, I have compiled it with Python 3.4.4 from the current 'master' branch, which has still recent commits. (most notably, slow downloads from YouTube are now a thing from the past) Furthermore, I've applied a patch (PR) from @dirkf, that resolves age-gate issues. Tested it and it works. See link in signature. Anyone with newer hardware might want to try my XP-compatible yt-dlp: see signature. (I'll try to keep both of them updated)
  25. I prefer DeepL. Made a bookmarklet for it, so that I can translate a selection easily. javascript:(function%20translate(){function%20se(d)%20{return%20d.selection%20?%20d.selection.createRange().text%20:%20d.getSelection()%20}s%20=%20se(document);for%20(i=0;%20i<frames.length%20&&%20!s;%20i++)s%20=%20se(frames[i].document);if%20(!s%20||%20s=='')%20s%20=%20prompt('Enter%20text%20to%20translate%20with%20DeepL','');open('https://www.deepl.com/translator#'+document.documentElement.lang+'/en/'%20+%20(s%20?%20encodeURIComponent(s)%20:%20'')).focus();})();
×
×
  • Create New...