Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Than you - Awesome new game! Emu Berry
  3. Not a problem. You just start any new word from the last letter of the last one. In this case British inspired. That's all.
  4. @AstroSkipper Huh but I mention AdGuard inside uBlock.
  5. I tried to google this and I can not find out how to play this game - would you give instructions - thank you
  6. So far, I have only used two extensions in multi-process mode, uBlock Origin and Clear Cache. Now that uBO is presumably working again, even if only by neutering the multi-process mode, I will test this mode more closely and report. In any case, I use it especially to access Codeberg because, as you already know, this website is not stable in single-process mode and does not work properly in New Moon 28 or Serpent 52.
  7. do change the posready registry entry change something ? POSReady is just a xp that had longer updates, it updates up older xp versions too https://msfn.org/board/topic/171814-posready-2009-updates-ported-to-windows-xp-sp3-enu/
  8. Determined to shake things up, the new CEO strolled through the bustling office, eyes sharp for any signs of slacking. Spotting a guy casually leaning against the wall, he marched over, ready to set a precedent. "Hey there, what's your weekly paycheck look like?" he demanded. The guy blinked in surprise, then shrugged. "Oh, about $300. Why?" he replied. Without missing a beat, the CEO whipped out a wad of cash, thrusting $1,200 into the guy's hand. "Consider yourself paid for a month! Now scram!" he bellowed, relishing the authority. As the bewildered "employee" made a hasty exit, the CEO turned to the rest of the room, chest puffed with accomplishment. "Alright, spill the beans. What exactly was this guy's job here?" he demanded, expecting tales of inefficiency. There was a moment of awkward silence before one brave soul spoke up, barely suppressing a chuckle. "Um, sir, he was our go-to pizza guy from Domino's. But hey, he always delivered on time!" Cue collective laughter and the CEO's face turning a delightful shade of red. You can visit punsweb for more fun.
  9. Ok. Although Mypal 68 is based on Firefox 68, however, its JavaScript engine is more recent on 83 level. So theoretically, some other extensions may no longer function properly as a result. I will keep that in mind and report in my thread about extensions when such problems appear.
  10. @AstroSkipper Why I asked about AdGuerd, so what about other things there? Evrething is the same or not, does it pass to the network.
  11. Today
  12. Ok and so it's not possible to have the original tooltips with the original font (like the screens above) ? The NoDarkTooltips registry key modifies the tooltips, and they are like this (and default Windows font) : Without NoDarkTooltips registry key (and darker Windows font) : Strange that without the registry key the font is darker (dark mode, etc... off) Thanks for your help
  13. Currently, MCP are running a Gitea-v1.21.11 instance on their repo server to develop their platform+browser: ... but that version of Gitea is already somewhat broken when used in MCP platform/browsers ; e.g., just navigate to the Home page of the PM source repo, https://repo.palemoon.org/MoonchildProductions/Pale-Moon and then try to download a tarball (or ZIP) of the source: It is impossible to perform any of the "More Operations" actions spawned when the ellipsis (...) button is clicked under UXP (latest NM28 tried), because they're not clickable/actionable-upon: ... the irony ; OTOH, I can use KMB (Chromium 87, released in mid-Nov 2020) to fetch that tarball (file "Pale-Moon-master.tar.gz") fine! ... Don't even get me started on HOW MUCH BROKEN Microsoft's "GitHub Web Client" is currently on UXP, all the more so for signed-in members ; GH on UXP is the reason that, since mid-Dec 2023, I practically abandoned my favourite (for many years) Serpent 52 for Kafan MiniBrowser (Cr87) and, at this time, also contemplating switching to either Supermium/Thorium ...
  14. 26100.268 is out, SAB 3.7.9 still works! Looks like Explorer Patcher is worse off... @Tihiy how is SAB able to still use the Win 10 taskbar if EP is saying it no longer works? Is this because you replaced the systray with your own code or is there more to the SAB taskbar that makes it more resilient to Microsoft?
  15. See, that makes me feel a little better :-) Just seeing your "reversal" script from June last year (that you linked to a few posts up) made me think it was just as easy as "reversing" them back the other way...
  16. Does not work! It is labeled as a "work in progress" but it doesn't seem to be doing ANYTHING that an UNGOOGLED browser should do. Easy test, with no open tabs, clear your cache and then go to clear it a second time. An UNGOOGLED browser will NEVER show this after you just cleared your cache and you've not yet visited ANY web site PLUS this is with a profile that HAS NO EXTENSIONS. A Chrome-based browser that is NOT "ungoogled" has a CONSTANT line of communication "open" with the Web Store.
  17. Nope, I can recall something like this happend to me, first time trying this on some windows 10 or 11 build.
  18. Thank you very much for that, great to get a "secret look" in the kitchen :-) Well, at least you know I'm doing my best, and each time I fail I respect YOUR work that much more. So you weren't surprised my system went belly-up with my crude attempts?
  19. It does a bit more than just setting IFEO Debuggers. If Tweaks_NT6_Array(#Tweaks_NT6_Disbale_Defender, 1) If *Z\Build > 10100 ORSetDword(*Z\SftHive, "Policies\Microsoft\Windows Defender", "DisableAntiSpyware", 1) ORSetDword(*Z\SftHive, "Policies\Microsoft\Windows Defender", "DisableAntiVirus", 1) ORSetString(*Z\SftHive, "Microsoft\Windows\CurrentVersion\Explorer", "SmartScreenEnabled", "Off") ORSetDword(*Z\SftHive, "Policies\Microsoft\Windows\System", "EnableSmartScreen", 0) ORSetDword(*Z\SftHive, "Policies\Microsoft\Windows Defender\SmartScreen", "ConfigureAppInstallControlEnabled", 1) ORSetDword(*Z\SftHive, "Policies\Microsoft\Windows Defender\SmartScreen", "ConfigureAppInstallControl", 1) ORSetDword_USClasses(*Z, *Z\Usr_Classes_Hive, "Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter", "EnabledV9", 0) ORSetDword_US(*Z, "Software\Microsoft\Windows\CurrentVersion\AppHost", "EnableWebContentEvaluation", 0) EndIf ORSetDword(*Z\SftHive, "Microsoft\Windows Defender\Real-Time Protection", "DisableRealtimeMonitoring", 1) ORSetDword(*Z\SftHive, "Microsoft\Windows Defender\Real-Time Protection", "DisableAntiSpywareRealtimeProtection", 1) ORSetDword(*Z\SftHive, "Microsoft\Windows Defender", "DisableAntiSpyware", 1) ORSetDword(*Z\SftHive, "Microsoft\Windows Defender", "DisableAntiVirus", 1) If *Z\Build > 18300 ORSetDword(*Z\SftHive, "Microsoft\Windows Defender\Features", "TamperProtection", 0) EndIf If *Z\Build >= 22000 ORSetDword(*Z\SftHive, "Microsoft\Windows Defender\Real-Time Protection", "DpaDisabled", 1) ORSetString(*Z\SftHive, "Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MpCmdRun.exe", "Debugger", "NUL") ORSetString(*Z\SftHive, "Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MsMpEng.exe", "Debugger", "NUL") ORSetString(*Z\SftHive, "Microsoft\Windows NT\CurrentVersion\Image File Execution Options\smartscreen.exe", "Debugger", "NUL") ORSetDword(*Z\SysHive, "ControlSet001\Services\SecurityHealthService", "Start", 0) ORDeleteValue(*Z\SftHive, "Microsoft\Windows\CurrentVersion\Run", "SecurityHealth") EndIf EndIf
  20. In Firefox 78+, some extensions worked incorrectly
  1. Load more activity
×
×
  • Create New...