Jump to content

feodor2

Member
  • Posts

    181
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Ukraine

Everything posted by feodor2

  1. @exogenesis Try updated SSE version, I have put another ucrt which to be good with pentuim3 About addons they are all made for multiprocess long before 68, but some things may not work in the single process, no time to investigate as not important.
  2. So here I give more information. I did same path as firefox did, and put 74 version because this is where I stopped of clean of xul, yes not all xull stuff has been removed, this essential about interfere new functions, remember wrong icons on permissions. Also you may want to learn yourself what and when removed between 68-74. For everybody else this is unnecessary junk information waste to discuss.
  3. @AstroSkipper may be you missed something, do it again carefully and do not forget about purgecaches If any other fellow use custumbuttons too please confirm. I say again that other your written page is irrelevant, also I thing this is unnecessary information here for others too, so may considered as spam or flame whatever.
  4. This hubbub is all irrelevant. Nevertheless one place checks MOZ_APP_VERSION So you can fix this diff --git a/chrome/custombuttons/content/SelfHelper/SelfHelper.jsm b/chrome/custombuttons/content/SelfHelper/SelfHelper.jsm index 8e009ac..42807e7 100644 --- a/chrome/custombuttons/content/SelfHelper/SelfHelper.jsm +++ b/chrome/custombuttons/content/SelfHelper/SelfHelper.jsm @@ -52,7 +52,7 @@ var AC, SelfHelper = { this.platform = ["win", "linux", "macosx"] .includes(platform) ? platform : "linux"; - this.version = parseInt(AppConstants.MOZ_APP_VERSION); + this.version = 74; if (this.version >= 95) { var pref = "extensions.custombuttons.prefersColorSchemeOverride"; var pb = Cc["@mozilla.org/preferences-service;1"].getService(Ci.nsIPrefBranch); I shall think out what to do with the version discord.
  5. Custumbuttons rely on the platformVersion, if the value was left 68 it thinks that the xul is preset therefore fails, thats why I lift platformVersion to 74. But it rely not only the version, but other things which is silly I thing, I am to investigate further.
  6. set extensions.allowPrivateBrowsingByDefault to false and it will install
  7. @NotHereToPlayGames About vorapis supposed you block unwanted connections, it is intricated thing required connection to their home and to the google even if youtube doesn't. That's why I dropped it
  8. Okey this is not CatsXP, not a chrome at all. What do you mean "fully working", as I know mozilla has push to the firefox the very same cromish "sandbox" (flash and drm for xp) I already told that consider it useless. From the beginning I did only 32bit versions and not bothered with its "sandbox", but if you want I may enable it for х64 and shall see, no point in saving resources there.
  9. You keep gnawing this why, what do you want actually? Flash has gone, DRM is not possible. And yes firefox 68 has many win10 specifics, while that mostly was removed from mypal. The same reason he told
  10. Certainly useless, and not designed for singleprocess. https://wiki.mozilla.org/Security/Sandbox#Current_Status In addition several of these things works only on win10.
  11. Then here we may consider the mypal as the original firedox 68, another matter if will be differences there
  12. Supposed we all know what the sandbox is, I mean the particular setting in the particular browser - it is not truly a sandbox, no matter disable it or enable, and about nvidia what?
  13. security.sandbox.content.level is not a sandbox actually. Also I can say for 115 firefox also not really do sandbox with this. Yes do not get to the delusion with this setting, If you want true sandbox use proper software.
  14. What exactly does not work with Nvidia and how this is related to the sanbox? What is it about the sandbox thing at all? Any usual program may be ran with or without sandbox as I know, It is users choice what to do.
  15. Cauldronshitare keep adjusting its checks, though stopped to freeze, shall look later. By one month or may be two I plan move javascript to 92 level and finish new version. @Rod Steel I do not provide languages myself, somebody make their languages by themselves, details on github https://github.com/Feodor2/Mypal68/issues/203 russian is present.
  16. Seems nobody noticed before Sure multiprocess starts slower, and on yours old pentioum 4 this is it noticeable may be, so that why I keep single process. Remember not to rely on xul things, I begin to remove them, xul addons page has gone already.
  17. Yes the browser may be ran without sandbox, same as any other stuff.
  18. @Monroe will be good read there too https://github.com/Feodor2/Mypal68/wiki/Updating-to-a-new-version
  19. I have found that it was fixed on the 84 version, so I probably can fix it too in the next version, at least I shall focus attention on this.
  20. Not necessary - here the custumbutton already published by you /*Initialization Code*/ var prefName = "security.csp.enable"; var enabledImage = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAO1JREFUOE9jZPgPhFQFIAOpCalqGNi31HQdfQz8R6Gb4drVwLGNwGlQGWQxWAC5Iqnjg7LnwtSD/G0GFYSFpzSQzwTEfWjiIANhPgCx7aGG6COpg6bD/wxuWLzagWYgcgSCDDSG6pmHzcBuHGEH83IEmjxI3A4qpoDNQJBrcMFcpDCDqYFZFACV248chiBJayzGgcLrA5I4SF0tTCOQNsCiByxkBLXlJVTBOSCdA8RiaGEIMnADkoGmuAwEGSqO5C2QxlYgPg8VY4bSoCQCgqFIasPQDMViB2ZI/iFKFUQfCUqJy/WjBhIXTnhUAQCxF7FzNVSQlgAAAABJRU5ErkJggg=="; var disabledImage = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAOlJREFUOE9j/M/AAERUBCADqYlBzhvpBv6jMAjgYagGiW04ToMajCwGYoPC3BVJHR+UPRemHqTADCoIiyBpIJ8JiPvQxEEGwnwAYttDDdFHUgd2IUjSDYtXO9AMRE4RID3GUD3zsBnYjSPsYF6OQJMHidtBxRSwGQhyDa40mYsUZjA1MIsCoHL7kcMQJGmNxUBQeH1AEgepq4VpBNIGWPSAw9AIastLqIJzQDoHiMXQwhBk4AYkA01xGQgyVBzJWyCNrUB8HirGDKVBSQSkNhRJbRiaoUTl5T94whc93IkykJQCZNRAygtbAOb2sXODGkDmAAAAAElFTkSuQmCC"; this.onclick = function (aE) { if (aE.button === 0) { Services.prefs.setBoolPref(prefName, !Services.prefs.getBoolPref(prefName)); setSelfImage(); } }; function setSelfImage() { if (Services.prefs.getBoolPref(prefName)) self.image = enabledImage; else self.image = disabledImage; } setSelfImage(); replace "security.csp.enable" with the desired thing Why to tease then?
  21. I do not get why @AstroSkipper do not want put it for all available. There is nothing extraordinary, you can make any custum button you want, take another similar button available as example and replace inside its setting with process switch.
  22. The 68.14.7 version is finished. https://codeberg.org/Theodor2/Mypal68/releases
  23. Process mode toggles works good, thanks. Ublock 1.61.2 also works as usually, on the single process logger opens by the context menu on "new tab" or "new window". For you the last good version may be 1.56
  24. I shall fix new bugs then soon
  25. @egrabrych So that patch is not enough now, make a new, look this is about "picture in picture".
×
×
  • Create New...