Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/01/2022 in all areas

  1. should be fixed. https://github.com/roytam1/UXP/commit/3926096dfa378c48888517bdb1c5e20c915ad4c8
    2 points
  2. That's what I got with Serpent UXP 20220625 on XP when trying to download a pdf. Also, if I try File - Save Page As... nothing happens - no dialogue appears. I've gone back to 20220528 and saves are working again.
    2 points
  3. Thanks for the clarification! BTW, I didn't say it's the same issue as yours. I simply reported that NM 28 was a bit broken on GitHib either. And strange is that this is only the case when you are logged in. I use mainly the Mypal 68 browser to access GitHub, but yesterday I realized the first time that NM 28 had some problems on GitHub despite using palefill, unlike Mypal 68. I didn't notice that it was already reported here and thought it would be a good idea to do that now. The issues of all roytam1's browsers, I don't follow regulary, sorry! In that matter, you are the expert. I follow the Mypal 68 issues regulary, reporting new issues and helping as much as I can. Nobody can be everywhere! Anyway, good to know that it will be fixed soon. And, thanks for your "dirty" workaround! I am patient. I'll wait for an update of palefill, hoping it'll fix the issue. Cheers, AstroSkipper
    2 points
  4. https://github.com/dreammjow/ChromiumHardening/blob/main/flags/chrome-command-line.md Even Chromium-based browsers can be hardened to protect our privacy/security. Check out the multiple info in this link if they can help you. Do not use all the command line switches or flags described. But choose and especially check those that may seem useful to you.
    1 point
  5. 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 http://o.rthost.win/basilisk/basilisk55-win32-git-20220702-96fc6a7a2-xpmod.7z Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20220702-96fc6a7a2-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Unconditionally switch on the INTL API on all platforms. (bbcc0d91) (d3c51965f) - import from UXP: Adjust tests for android-enabled Intl. (8726b2dc) (6036a1304) - import from UXP: Issue #324 - Remove the option to build without INTL/ICU (b19e3c34) (f42bfce68) - ported from UXP: ssue #325 Part 1: Remove the legacy non-IDNA2008 code path from nsIDNService. (1af1f5b3) (826a4e29e) - import from UXP: Issue #325 Part 2: Build ICUUtils unconditionally. (6008e3c1) (f4730eeea) - ported from UXP: Issue #325 Part 3: Remove support for using legacy Gecko normalization in gfxHarfBuzzShaper. (cbc1d586) (dbec8b9ec) - import from UXP: Issue #325 Part 4: Remove obsolete and archaic Unicode normalization implementation. (4d5e597e) (58974071f) - ported from UXP: Issue #325 Part 5: Remove non-Intl legacy code paths from js. (d1c16b13) (3cf2ae8cc) - import from UXP: Issue #325 Part 6: Remove non-Intl legacy code paths from line-breaker code. (3f6fb7bb) (c2ea171db) - ported from UXP: Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB. (d4d0fbf3) (78909c9ed) - import from UXP: Issue #325 Part 8: Remove non-Intl legacy code paths from nsChromeRegistry. (29c4fdcc) (620fd957f) - ported from UXP: Issue #325 Part 9: Remove non-Intl legacy code paths from nsNumberControlFrame. (f2d90ee4) (1e45e634e) - ported from UXP: Issue #325 Part 10: Remove non-Intl conditionals from installer files. (b8114dcb) (7474422f7) - ported from UXP: Issue #325 Part 11: Fix up build files. (6b2478e2) (4027a0b3d) - ported from UXP: Issue #325 Part 12: Manually edit Unicode property tables. (f3ce7263) (233cf4826) - ported from UXP: Issue #325 Part 13: Remove Mozilla implementation of the bidi engine completely and use ICU. (04679df9) (69d97689b) - ported from UXP: Issue #325 Part 14: Remove EXPOSE_INTL_API conditionals. (8e9e42c7) (4a65b1830) - import from UXP: Issue #325 Part 15: Remove ENABLE_INTL_API and EXPOSE_INTL_API flags. (127b2c99) (7be85633a) - import from UXP: Clang needs a trailing new line in intl/hyphenation/glue/hnjstdio.cpp (276510c4) (8f8cd0c6e) - import from UXP: Issue #326 - Part 1b: Remove outdated ENABLE_INTL_API code. (291907ef) (2e9df1771) - partly ported from UXP: Issue #326 - Part 1c: Generated files for Unicode 9.0. (66d4f38c) (2073206a2) - partly ported from UXP: Issue #326 - Part 2: Update UTR-50 data to version 16 (cd64bfb1) (e1fa6197f) - import from UXP: Issue #326 - Part 3: Explicitly make the Script enum a 16-bit type (7c2d9482) (7e2beca25) - ported from UXP: Issue #326 - Part 4: Update Unicode data to release 10.0 (54489c30) (67643ae29) - ported from UXP: Issue #326 - Part 5: Simplify the genUnicodePropertyData.pl tool to generate only the data we need to supplement ICU properties (b8e7234b) (b64932ff5) - ported from UXP: Issue #326 - Part 6: Regenerate Unicode data tables with the stripped-down tool (8ad8bfb4) (24edb8053) - addendum of rev 67643ae2 (41e5f4a64) - import from UXP: - Issue #1933 - Part 1: Update build system for libjpeg-turbo. (75e223e3) - Issue #1933 - Part 2: Update libjpeg-turbo source. (fc2133f4) - Issue #1933 - Follow-up: Fix building on ARM. (0eece8e5) - Issue #1933 - Follow-up: Remove cmakedefine directives from neon-compat.h. (b29aa5d5) (f0f3447db) - import from UXP: Issue #1935 - Update libogg to 1.3.5 (9f598a8a) (4d9174310) - import from UXP: - Issue #1939 - Part 1: Update build system for libwebp. (56d49fd5) - Issue #1939 - Part 2: Update libwebp source. (8038505d) (2064b08be) - import from UXP: Issue #1941 - Update libvorbis to 1.3.7. (191a010f) (bf53b0653) - import from UXP: - Issue #1944 - Fix volume handling in sndio backend. (ef4db6f2) - Issue #1944 - Follow-up: Make it clear that volume is a float. (5b40dbab) (c5bc6b89f) - import from UXP: - Issue #1937 - Part 1: Update build system for libaom. (d09a5eec) - Issue #1937 - Part 2: Update libaom source. (ecb7ec73) - Issue #1937 - Follow-up: Fix sources.mozbuild not having exports (49696a78) - Issue #1937 - Follow-up: Add missing sources and includes in sources.mozbuild (8c7e7636) - Issue #1937 - Follow-up: Add missing sources, and remove unneeded ones in sources.mozbuild (463a5027) - Issue #1937 - Follow-up: Exclude aom_encoder.c/h from our build (932e9d8f) - Issue #1937 - Follow-up: Remove some unnecessary includes and sources from sources.mozbuild (6f97a501) (127f7cd69) - ported from Waterfox-Classic: Work around missing JSOP_GOTO functionality for optional chaining. (b5a3f1bd) (96fc6a7a2)
    1 point
  6. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20220702-3219d2d-uxp-3926096df-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20220702-3219d2d-uxp-3926096df-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-20220702-3219d2d-uxp-3926096df-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.6a1.win32-git-20220702-d849524bd-uxp-3926096df-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20220702-d849524bd-uxp-3926096df-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win64-git-20220702-d849524bd-uxp-3926096df-xpmod.7z Official UXP changes picked since my last build: - Issue #326 - Part 3: Explicitly make the Script enum a 16-bit type (7c2d94821) - Issue #326 - Part 4: Update Unicode data to release 10.0 (54489c302) - Issue #326 - Part 5: Simplify the genUnicodePropertyData.pl tool to generate only the data we need to supplement ICU properties (b8e7234b7) - Issue #326 - Part 6: Regenerate Unicode data tables with the stripped-down tool (8ad8bfb4b) - Issue #1933 - Part 1: Update build system for libjpeg-turbo. (75e223e3b) - Issue #1933 - Part 2: Update libjpeg-turbo source. (fc2133f4d) - Issue #1935 - Update libogg to 1.3.5 (9f598a8ab) - Issue #1939 - Part 1: Update build system for libwebp. (56d49fd57) - Issue #1939 - Part 2: Update libwebp source. (8038505d6) - Issue #1941 - Update libvorbis to 1.3.7. (191a010f6) - Issue #1053 - Follow-up: Correct conditional define on POSIX systems. (c0f4b97fa) - Issue #21 - Follow-up: Remove some left-over telemetry plumbing. (c43ed8d93) - Issue #1933 - Follow-up: Fix building on ARM. (0eece8e5b) - Issue #1933 - Follow-up: Remove cmakedefine directives from neon-compat.h. (b29aa5d55) - Issue #1944 - Fix volume handling in sndio backend. (ef4db6f2a) - Issue #1944 - Follow-up: Make it clear that volume is a float. (5b40dbab4) - Issue #1937 - Part 1: Update build system for libaom. (d09a5eeca) - Issue #1937 - Part 2: Update libaom source. (ecb7ec737) - Issue #1937 - Follow-up: Fix sources.mozbuild not having exports (49696a788) - Issue #1937 - Follow-up: Add missing sources and includes in sources.mozbuild (8c7e76360) - Issue #1937 - Follow-up: Add missing sources, and remove unneeded ones in sources.mozbuild (463a50276) - Issue #1937 - Follow-up: Exclude aom_encoder.c/h from our build (932e9d8fc) - Issue #1937 - Follow-up: Remove some unnecessary includes and sources from sources.mozbuild (6f97a5012) 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: - DownloadUIHelper: move `async` keyword position to prevent raising javascript error. (3926096df) * 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.
    1 point
  7. Hi again.. You could also take a look at this thread by our own @Sampei.Nihira ... I do hope you are doing well as I've not seen you around as much lately. On my @NotHereToPlayGames v11 just now... https://www.ghacks.net/2021/04/26/evaluate-your-content-blocker-with-ad-block-tester/ Give it a try
    1 point
  8. Depeche Mode - 1990 Enjoy The Silence [CD Single, Great Britain]/ Nice remixes.
    1 point
  9. I updated my own version in /boc-uxp/ as also attached in JustOff/github-wc-polyfill/issues/68
    1 point
  10. should be fixed. https://github.com/roytam1/basilisk55/commit/96fc6a7a2ddb110f1d03e0c1de73c4fc3d6611d9
    1 point
  11. This is an already known and reported issue, different to the one I reported here (i.e. the re-introduction of "?."+"??" - that breaks the GitHub "experience" on browsers/platforms lacking native support for these two operators - and St55's apparent inability to render many GitHub URIs, being logged-in or not, resulting in crashes, despite including backported support for the operators). FTR, Mypal68 doesn't support the operators, but recent/latest NM28 does! As for the issue you report in NM28, it's probably: https://github.com/JustOff/github-wc-polyfill/issues/68 A "dirty" workaround I posted there is to block in your content blocker the "manuelpuyol_turbo" script(s) ; in uBlock Origin (legacy), I added in the "My Filters" tab: ! github.com ||github.githubassets.com/assets/chunk-vendors-node_modules_manuelpuyol_turbo_dist_turbo_es2017-esm_js-be659c79aff6.js$script,domain=github.com,important The root cause of this issue might be related to https://github.com/martok/palefill/issues/30 so it might get fixed by the next palefill update...
    1 point
  12. I have adapted WUv5 so that you no longer have to rename splash.aspx: https://drive.google.com/file/d/1mHNAy6XtycdVJvpp9rqrJFfaQREGpePT/view?usp=sharing
    1 point
  13. Jimmy Buffett - Come Monday (USA 1974) Donny & Marie Osmond - I'm leaving it all up to you (USA 1974) Jimmy Buffett - Pencil Thin Mustache (USA 1974)
    1 point
  14. 1 point
  15. Thank you, I try to do my best. IMPORTANT for you. https://www.reddit.com/r/soccerspirits/comments/74flks/configuring_nox_app_player_to_remove_adware/ https://www.reddit.com/r/noxappplayer/comments/i06p96/unwanted_programmes_in_the_nox_installer/
    1 point
  16. I use Android Opera as my browser, not Brave. This is my mobile security setup: Huawei P 30 Lite Android 10 Account security - Protected by 2-Step Verification Screen Lock - Protected by 6-digit PIN Biometric Unlock -Fingerprint(s) Notifications - Hide sensitive information when locked Google Play Protect - Activated SIM card lock - Activated Private DNS: AdGuard DNS - (For the block CNAME-cloaked trackers) Real-time protection: Huawei Avast AV built-in Email client: BlueMail Aruba PEC Opera: Search Engine DuckDuckGo Cookie on - Except third parties Pop-up blocker - on Close tabs + clear History and Data on exit Opera ADS blocker Opera Anti Trackers blocker
    1 point
  17. "They inserted the codes so the browser would earn money. BAT stands for Basic Attention Token and is basically Brave's cryptocurrency." https://www.reddit.com/r/browsers/comments/jr6k6d/is_brave_browser_really_that_bad/
    1 point
  18. Sorry , no trust in "brave" , like zero.
    1 point
  19. I read that some MSFN members have problems with Noscript. An interesting solution is to use UBO in Hard Mode: https://github.com/gorhill/uBlock/wiki/Blocking-mode:-hard-mode For MSFN members who resent the inevitable fixes for broken websites an equally interesting solution is that proposed by Kees1958 + Lenny_Fox. Enter the rules below in "My rules": * com * noop * edu * noop * eu * noop * gov * noop * inf * noop * io * noop * it * noop * net * noop * org * noop change the "it" rule with the one of your Country. There will be very few broken websites that need fixing. The increase in protection of UBO with respect to blocking lists only, and even with respect to the Medium mode, will certainly be greater.
    1 point
  20. In legacy it has to be imported, and shows 0 of 0 rules applied.
    1 point
  21. You should see the list in "Privacy". But as you may have read I have no way to verify with UBO Legacy.
    1 point
  22. I'm not sure whether the lan-block list is working, as settings tell me 0 used of 0 rules. Any idea on how to check if it works or not? Thanks again, and my apologies for pestering you ;P
    1 point
×
×
  • Create New...