Jump to content

nicolaasjan

Member
  • Posts

    490
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by nicolaasjan

  1. FYI, (in regards to uBO Legacy) Replace EasyDutch with AdGuard Dutch. (I think as a consequence of my post on Reddit) No commits to repo since Jan 14. See also issue tracker.
  2. Google Search adds a “web” filter, because it is no longer focused on web results Anyone already got hit by the new AI results on Google Search? Workaround: add `&udm=14` to the URL. So, I made a new entry in `$profiledirectory$\searchplugins` to add it to the search bar. (with the help of the extension `Add to Search Bar` (link). google-search-web.xml.7z
  3. See here which browsers support it: https://caniuse.com/?search=h.265 For Firefox: See: https://bugzilla.mozilla.org/show_bug.cgi?id=1889731
  4. Fixed. Uploaded to Dropbox: Link
  5. I have an issue again with my custom Dutch language file. (it doesn't happen in a clean test profile) Clicking Help ---> Troubleshooting Information (about:support) gives: Translated: XML Parser error: undefined entity Location: jar:file:///C:/Program%20Files/palemoon/omni.ja!/chrome/toolkit/content/global/aboutSupport.xhtml Line number 123, column 15: &aboutSupport.appBasicsCPUCaps; I kind of forgot how to fix this in my language file.
  6. Yes, it forces the connection to that specific IPv4 IP address. Just the same as forcing a block of a connection to a site by: 0.0.0.0 evilsite.com For example, I have www.facebook.com like that in my hosts file and when I try to get DNS info about it with the `dig` command in Linux, this is the answer: dig www.facebook.com ; <<>> DiG 9.16.48-Ubuntu <<>> www.facebook.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23139 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 65494 ;; QUESTION SECTION: ;www.facebook.com. IN A ;; Query time: 0 msec ;; SERVER: 127.0.0.53#53(127.0.0.53) ;; WHEN: Tue May 07 16:21:57 CEST 2024 ;; MSG SIZE rcvd: 45 ANSWER: 0 ; Query time: 0 msec You're only in trouble when the IP address of void.gr changes. That's up to the maintainer of uBO Legacy. What you could also do, is tell the maintainer of the list (@kargig) about his website issue on GitHub.
  7. What happens in New Moon if you revert your change in Network Connection properties and put the IPv4 address in your HOSTS file: 83.212.168.30 www.void.gr For starters, see: https://www.howtogeek.com/27350/beginner-geek-how-to-edit-your-hosts-file/ On a non-rooted Android phone it is not possible to modify system files. That is, not easily; see here.
  8. Adguard has some well maintained language specific filter lists, but not for Greece... They do have one for Dutch (and German) https://adguard.com/kb/general/ad-filtering/adguard-filters/
  9. Maybe it's blocked at the DNS level? Try changing to another primary DNS at the router or in your OS. I use Quad9 (9.9.9.9). It's fast and blocks malware domains as well.
  10. Weird, on my Pale Moon it works: BTW, I see that filter list still blocks a few .swf banners. Didn't know these were still around (or maybe the list needs cleaning). [Edit] Is the list even still maintained? ! Version: 2023112600 [Edit2] I see now that there was a commit last week: live24.gr##.banner live24.gr##.bannerContent
  11. It works here on official Pale Moon and uBlock-for-firefox-legacy by UCyborg. I can reach the URL: https://www.void.gr/kargig/void-gr-filters.txt
  12. I see `ip=1` here in Firefox as well (it appears after clicking on "more results".
  13. Thorium is apparently looking for Google Chromecast devices.
  14. Thorium doesn't do it here, because I have UPnP service disabled. Why Thorium needs it, I don't know. (Google search) https://en.wikipedia.org/wiki/Simple_Service_Discovery_Protocol https://forum.vivaldi.net/topic/43299/why-is-vivaldi-connecting-to-239-255-255-250-port-1900-udp-ssdp-and-requires-it/3
  15. The file `chrome.reg` in `examples` looks like this: Windows Registry Editor Version 5.00 ; thorium version: 122.0.6261.169 [HKEY_LOCAL_MACHINE\Software\Policies\Thorium] "AbusiveExperienceInterventionEnforce"=dword:00000001 "AccessCodeCastDeviceDuration"=dword:0000003c "AccessCodeCastEnabled"=dword:00000001 "AccessControlAllowMethodsInCORSPreflightSpecConformant"=dword:00000001 "AccessibilityImageLabelsEnabled"=dword:00000000 "AdditionalDnsQueryTypesEnabled"=dword:00000001 "AdsSettingForIntrusiveAdsSites"=dword:00000001 "AdvancedProtectionAllowed"=dword:00000001 "AllowBackForwardCacheForCacheControlNoStorePageEnabled"=dword:00000001 "AllowCrossOriginAuthPrompt"=dword:00000000 "AllowDeletingBrowserHistory"=dword:00000001 "AllowDinosaurEasterEgg"=dword:00000000 (etc.) And the file `chrome.adm` starts with; ; thorium version: 122.0.6261.169 CLASS MACHINE CATEGORY !!chromium KEYNAME "Software\Policies\Thorium" CATEGORY !!ScreenCapture_Category POLICY !!SameOriginTabCaptureAllowedByOrigins_Policy #if version >= 4 SUPPORTED !!SUPPORTED_WIN7 #endif EXPLAIN !!SameOriginTabCaptureAllowedByOrigins_Explain PART !!SameOriginTabCaptureAllowedByOrigins_Part LISTBOX KEYNAME "Software\Policies\Thorium\SameOriginTabCaptureAllowedByOrigins" VALUEPREFIX "" END PART END POLICY (etc.) Are you sure you looked at the latest zip file: https://github.com/Alex313031/thorium-legacy/releases/download/M122.0.6261.169/thorium_policy_templates.zip Btw, I'm not planning to apply any of these on XP. When needed I do it manually (checked that it works under the `Chromium` key with e.g. : Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Chromium] "DnsOverHttpsMode"="automatic" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Chromium] "DnsOverHttpsTemplates"="https://dns.quad9.net/dns-query" (checked with `netstat -an`)
  16. Yes, tested in Windows XP VM under Linux Mint. `NetworkServiceSandboxEnabled` didn't have an effect (doesn't work on unsupported operating systems). PS, I think I know why my manually written policy under `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Thorium` doesn't work. I have not applied the adml file from `thorium_policy_templates.zip` (no idea where to put it under XP, to be honest).
  17. Still doesn't work here under: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Thorium Works under : HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Chromium Sandbox:
  18. Updated XP/Vista Release
  19. Without the need to install yet another extension, changing the font can be done with uBlock Origin as well. 🙂 I like the Noto Sans font (hinted). Apply this rule in uBO to apply to all elements in the page: forums.digitalspy.com##*:style(font-family: "Noto Sans" !important; src: local(Noto Sans) !important;) Another example. Have Google search results display in bold: google.com##H3:style(font-weight:bold !important;)
  20. Works here as well (I have put it on Dropbox and use that link in my custom filters, so I'm not bothered by the connection error ). I also have the userscript.
  21. I have a backup of the latest uBO list, the userscript, as well as the Firefox and Chrome webextensions (MV2 unfortunately...). Link
  22. (Offtopic) -34°C in Nikkaluokta (Sweden)... Here in the Netherlands it's 11°C.
×
×
  • Create New...