Slashdot Mirror


Firefox-Forking Browser 'Pale Moon' Releases Major Update 28.0 (palemoon.org)

Long-time Slashdot reader tdailey spotted a new version of Pale Moon, a customised version of Firefox optimized for speed and efficiency. Beta News reports it's the first major update since November of 2016:

There are virtually no visual or obvious changes in this new major build, but the under-the-hood changes are both extensive and necessary.... Despite all the updates, Moonchild is keen to stress certain things haven't changed -- unlike Firefox, for example, Pale Moon continues to support NPAPI plugins, complete themes and a fully customizable user interface. There is also no DRM built into the browser, although third-party plugins such as Silverlight are supported. It will also continue to work with certain "legacy" plugins of the type abandoned by Firefox.
Pale Moon strips out what one reviewer calls "little-used components" of Firefox, including parental controls and accessbility features, as well as crash reports and support for Internet Explorer's ActiveX and ActiveX scripting technology.

"Proving that open source leads to great development, Pale Moon takes the already decent Firefox web browser and makes it even better and a faster."

144 comments

  1. Makes it... by Anonymous Coward · · Score: 0

    ... a faster?

    A faster what?

  2. Does it support electrolysis yet by Billly+Gates · · Score: 0, Troll

    I stopped using Firefox as it only uses 1 core unlike IE 8 and Chrome 1.0 10 years ago which are multithreaded for added security and performance. Firefox in the last 6 months finally caught up but I was under the impression PaleMoon still didn't support this?

    1. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0, Flamebait

      haven't you heard? multi-threaded shit is exploitable af. the old firefox esr, still built on the single-process xul architecture, is probably safer than quantum, chrome or edge.

    2. Re:Does it support electrolysis yet by Mister+Transistor · · Score: 1

      Is this true?

      I only have two other questions about PaleMoon - AdBlock? and NoScript? "No" to either is a deal-breaker. Otherwise I might be interested, ever since "Pocket" it's been downhill all the way.

      Now I am having this really annoying weird shit problem where it stops rendering pages at random halfway through the page before it has rendered completely. It just hangs there, displaying favicon and it thinks it's done, but it isn't. Reloading the page re-renders it fine. Sometimes links don't work on the half-rendered page. Just started doing this about 3-4 weeks ago. Completely removed all traces of FF from the machine, completely reloaded from scratch and re-imported everything so no traces of the old profile remained, and it still does it. Disabled AdBlock and NoScript and it still does it on common pages like Google and even, (gasp!) Slashdot! Oh noes!

      Sorry for the rant. :P Anyone else seeing this in the last month or so?

      --
      -- You are in a maze of little, twisty passages, all different... --
    3. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0

      I mean... I see Pale Moon using up to 3 of 4 cores on this ancient laptop. But I have a handful of PM windows open and one of them's private browsing and so on.

      So... at least, it doesn't force single-thread across multiple windows. They're not full instances, just ctrl-n and one ctrl-p.

      Pale Moon rocks. The plugin ecosystem is everything I ever liked about FFX and none of the cruft. It is so very fast. And recent exploits that caused crashes are patched by this release.

    4. Re:Does it support electrolysis yet by Tough+Love · · Score: 3, Insightful

      I stopped using Firefox as it only uses 1 core unlike IE 8 and Chrome 1.0 10 years ago

      Rubbish. Top immediately shows Firefox on multiple cores with multiple tabs. Couldn't be bothered to check before spouting?

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    5. Re:Does it support electrolysis yet by Tough+Love · · Score: 2

      Is this true?

      No, he's an idiot.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    6. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 1

      PaleMoon works just fine with AdBlock (uBlock Origin) and NoScript.
      No problems with half loading. It's just you.

    7. Re:Does it support electrolysis yet by Billly+Gates · · Score: 0

      Oh Really?

      What you see is JavaScript using multi-threads but all your tabs still use one big thread where one can freeze up the rest.

    8. Re:Does it support electrolysis yet by rtb61 · · Score: 1

      Let's not be forking naughty, I much prefer https://www.waterfoxproject.or..., because it let's me do things the old way, a bit slower but who cares performance is not everything. Just because it is faster does not make it better, cough, cough, just ask women about the testicular excitability of men, well, men they like, men they dislike and just fuck for money and want it over as fast a possible, high performance, as in faster being more high performance than slower, high performance all the way I suppose ;D.

      Car analogy, drive around in an uncomfortable, shit to drive but idiot poseur value super car(that would be super useless I guess) or drive around in a comfortable slow and convenient mid size fuel efficient hybrid or all electric SUV, whose design hasn't really changed much in years because it works.

      Waterfox because it works like you are used to and happy with. Forking Mozilla, well, isn't that the whole idea of FOSS. I will not try firefox again until the allow easy relocation of the tabs to below the address bar, a configuration setting, no editing nothing, grrr, stubborn ;).

      --
      Chaos - everything, everywhere, everywhen
    9. Re:Does it support electrolysis yet by Tough+Love · · Score: 4, Insightful

      I have more than 500 Firefox tabs open at this moment without freezing or performance issues. Looks like sound engineering to me, please do everybody a favor and take your wanking elsewhere.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    10. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 5, Informative

      No, you have this exactly backwards. Spidermonkey -- Firefox's JS engine -- can only use one thread per process. Firefox (and Gecko itself for that matter) use multiple threads and always have. Part of the reason for moving to a multi-process architecture (electrolysis) was to allow for multiple instances of Spidermonkey so that (among other things) browser chrome that relies on JS can not be blocked by content JS.

      (In case you're going to do the tedious 'citation needed' thing here, my citation is that I'm a former Firefox engineer.)

    11. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0

      I'll also point out that V8 (Chrome's JS engine) and JavaScriptCore (Safari's JS engine) are also limited to one thread per process -- in fact, to the best of my knowledge (though I'm no longer nearly as up-to-date as I was in years gone by) no one is running a single-process multi-threaded JS engine except possibly in experimental/research contexts.

    12. Re:Does it support electrolysis yet by reg · · Score: 1

      Most engines these days support worker threads, but that means you are managing them yourself. That might be a good thing...

    13. Re:Does it support electrolysis yet by Mashiki · · Score: 1

      Since the developer has blocked noscript from working out of the box, then that'd be a yes wouldn't it?

      --
      Om, nomnomnom...
    14. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0

      Yes, I didn't want to muddy the issue too much, but web workers are indeed run in a separate thread -- the main point is that Spidermonkey (and all other JS engines I'm aware of) do not 'automagically' multithread -- web devs have to actually do that work themselves with worker threads, which they generally don't. As a consequence, your UI can block on a single badly written site if you aren't running a multiprocess architecture.

    15. Re: Does it support electrolysis yet by Anonymous Coward · · Score: 0

      Yes, I've seen similar stuff, especially on Android where page zooms can take forever and only half refresh

      The thing that really rustles my jimmies is the way the address bar is or isn't populated with the URL after clicking on a link or boookmark. Watch closely, or slow the network down in developer tools, then click on a bookmark. Compare the behavior to opening the bookmark in a new tab. Opening in a new tab populates the address immediately. Opening in the current tab does not populate the address bar with the target URL until the page loads. Attemting to reload the tab during that time causes FF to get really confused and forget the target URL entirely. I know the problem was reported a long time ago but I guess consistently following links (or bookmarks) and updating the address bar so FF doesn't get lost isn't a high priority.

    16. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0

      I should probably just quite drunkposting, but I feel I should clarify that when I said JS engines don't automagically multithread I mean that they do not even (for example) spawn a new JS thread for each tab, or have a pool of JS threads shared among tabs, or whatever -- all JS that isn't explicitly run in a worker thread runs on the (single-per-process) JS thread regardless of where it came from.

    17. Re:Does it support electrolysis yet by arglebargle_xiv · · Score: 1

      I stopped using Firefox as it only uses 1 core unlike IE 8 and Chrome 1.0 10 years ago

      Firefox already uses all the memory, you want it to evolve to use all the cores as well?

    18. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0

      "The plugin ecosystem is everything I ever liked about FFX"

      Try installing NoScript and watch what happens as you learn PM has been removing the ability for you to choose for coming up on a full year.

    19. Re:Does it support electrolysis yet by mattventura · · Score: 1

      AdBlock? and NoScript?

      It does. A major selling point of Palemoon is that it doesn't break existing extensions by forcing everything to use the Webextensions API.

    20. Re:Does it support electrolysis yet by serviscope_minor · · Score: 0

      Typical Maskiki-ism: the words on the page you "read" and what comes out of your brain are linked only in the most tenuous sense.

      For the information of anyone else reading (not you Mashiki: you're utterly impervious to facts) what they actually say is they're not providing support when NoScript is installed since it's causing too many problems.

      And how on earth you think htat has anything to do with whether firefox uses threads is anyones guess. Not that anyone would want to guess!

      --
      SJW n. One who posts facts.
    21. Re: Does it support electrolysis yet by Anonymous Coward · · Score: 0

      I guess you want the address bar to reflect was is still currently displayed on the page...

    22. Re: Does it support electrolysis yet by Anonymous Coward · · Score: 0

      Unlike chrome thatis so light in its memory usage

    23. Re:Does it support electrolysis yet by Luckyo · · Score: 4, Informative

      Reading further tells you that they actually blacklisted the addon in browser. You must disable addon blocklist in about:config to make it work.

    24. Re:Does it support electrolysis yet by Mashiki · · Score: 1

      Thanks for continuing to prove the old point. You can lead an idiot to knowledge, but you can't make them smarter.

      If you actually read the thread, then you'd know that you can only enable noscript by getting into the guts of the browser via about:config as another person pointed out to you.

      --
      Om, nomnomnom...
    25. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0

      I don't have any problem with installing noscript or using it, but palemoon flags it as being a problematic addon when you install it. Palemoon used to prompt me to uninstall it but that behavior seems to have stopped. For palemoon you have to use an older version of NoScript version 5.x.

    26. Re: Does it support electrolysis yet by Anonymous Coward · · Score: 0

      No, of course not. I want the address bar to reflect what I last tried to load. (So I can reload, or copy-paste that URL for a later attempt or another browser.)

      The previous page is reachable via the back button. There is NO REASON to keep displaying its URL - especially since most browsers blank out the current display as soon as something comes in.

    27. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0

      It does. A major selling point of Palemoon is that it doesn't break existing extensions by forcing everything to use the Webextensions API.

      .
      .
      .
      until the pre-webextensions versions fall into disrepair because they are no longer maintained because all the major browsers now use webextensions.

      That's a VERY short-term situation.

    28. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0

      Just use uBlock Origin and uMatrix
      No need for "acceptable ads"

    29. Re:Does it support electrolysis yet by serviscope_minor · · Score: 1

      Nice try but no cigar. The post has a couple of random users saying it's blacklisted. Here you go form the horse's mouth:

      https://forum.palemoon.org/vie...

      (also note how I linked to not just the page but the post).

      You can lead an idiot to knowledge, but you can't make them smarter.

      Touche, my man, touche!

      --
      SJW n. One who posts facts.
    30. Re:Does it support electrolysis yet by robsku · · Score: 1

      I use uBlock Origin because of the efficiency and better UI than ABP, but the thing I hate is the lack of choice on supporting Acceptable Ads - I'm not against ad's, I'm against intrusive ads.

      --
      In capitalist USA corporations control the government.
    31. Re:Does it support electrolysis yet by robsku · · Score: 1

      No it doesn't.

      --
      In capitalist USA corporations control the government.
    32. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0

      These are shills who talk down browsers that aren't their masters'.

      "It's not blocked, it is a rightful warning. And all it takes is NOT selecting "disable" in the dialog and it will remain enabled."

      If the shills used PM - or weren't lying to be more effective - they'd know this. I can confirm firsthand, NS works fine now. NS had some super buggy releases that borked the UI, and they patched. That lasted about a week. In that time the UI would sometimes require a few interactions to correctly display.

    33. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0

      I just "foe" servicescope, and down-mod my foes in my preferences. Works great.

    34. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0

      > I have more than 500 Firefox tabs open at this moment without freezing or performance issues

      You know you can bookmark those, right?

      I'm guessing your claim of lack of "performance issues" doesn't include the browser trying to reload all 500 tabs automatically after rebooting your machine?

    35. Re:Does it support electrolysis yet by Anonymous Coward · · Score: 0

      LOL, you look like a complete tool right now, kid.

  3. benchmarks by Anonymous Coward · · Score: 1

    Any benchmarks?

    1. Re:benchmarks by deviated_prevert · · Score: 0

      Any benchmarks?

      With real programmers the only important "bench marks" are the ones on their butts after sitting for hours doing the optimization testing and bug fixes. Bench marks can be similar to "fake news" if not done on low powered equipment as well as silicon rockets, that said I don't think Pale Moon even with no script has a blue moons chance in hell at outperforming Lynx on my P11 running on the latest kernel on Slackware in straight Enlightenment xWindows with 256 meg of ram on a 3 gig 5400 rpm drive.

      I would give it a try if I had time to spare. It took me almost a month and a mountain of potato chips just to compile the kernel.

      --
      This message was not sent from an iPhone because Peter Sellers really was a deviated prevert without a dime for the call
    2. Re:benchmarks by Anonymous Coward · · Score: 0

      Well thank you for the very unhelpful reply. For your next act, piss off. You have convinced me this software is not worth trying.

  4. Active Support by Anonymous Coward · · Score: 0

    support for Internet Explorer's ActiveX and ActiveX scripting technology.

    That support has been always available in Firefox by opening the offending site in IE. Dropping the support is like removing cut and paste support from the browser. Horrible!

    1. Re:Active Support by Anonymous Coward · · Score: 0

      Er, nobody used activeX, it was terrible, insecure, and garbage like all microsoft products.

      Dropping it is a non issue as it never gained use in the first place. Quite frankly regular FF should drop it and silverlight as well. These proprietary formats have no place on the web, and having the web partially determined by a single company from a single country known to abuse human rights, and to be an abusive 3rd world Kleptocracy.

      Quite frankly microsoft anything has no place on the web, and in modern times american anything is a warning not an advertisement, they are just not competent to create a product in this area and should stick to games and stop trying to do office and operating systems.

    2. Re:Active Support by Anonymous Coward · · Score: 0

      I was joking.

  5. The important part by bobstreo · · Score: 5, Interesting

    Palemoon still supports NPAPI plugins and themes.

    I had literally spent years getting FF just the way I liked when they started screwing up everything.

      Chrome never did much for me other than being able to run Netflix on my laptop (linux) And the settings menu in Chrome has always looked like it was designed by a 10 year old as an extra credit project in remedial programming.

    I've pretty much completely ditched Firefox for Palemoon and don't really care about FF or what the Mozilla foundation is breaking anymore.

    1. Re:The important part by vossman77 · · Score: 1

      Same here, but I use WaterFox on my Mac. It appears PaleMoon is not on mac, yet.

      https://www.waterfoxproject.or...

    2. Re:The important part by Anonymous Coward · · Score: 0

      Same here, but I use WaterFox on my Mac. It appears PaleMoon is not on mac, yet.

      https://www.waterfoxproject.or...

      It's available for MacOS: https://forum.palemoon.org/viewforum.php?f=41

    3. Re:The important part by Anonymous Coward · · Score: 0

      And PM has devs who pull the actually useful FFX stuff.

      If you're loving PM, contribute to the project!

    4. Re: The important part by Anonymous Coward · · Score: 0

      I watch Netflix on Firefox on Linux.
      (I'm quite sure it's a recent addition, though)

    5. Re:The important part by Luckyo · · Score: 1

      Yet they nuked jetpack addons even before the "addon apocalypse" of firefox, and now they're blacklisting some addons because "we can't be bothered to provide support, and we don't trust you to be smart enough not to ask for support".

      I.e. the noscript being blacklisted by palemoon devs in browser.

      Pale Moon development is just weird. At some points, they genuinely seem to try to work to meet existing demand. And then there are other points, where they make mozilla's worst actions look user-friendly by comparison.

    6. Re:The important part by thegarbz · · Score: 1

      Palemoon still supports NPAPI plugins

      Commonly referred to as unmaintained plugins.

    7. Re:The important part by Anonymous Coward · · Score: 0

      why do you think that they screw up everything? do they have too many engineers and need to make changes to the source code even when nothing is broke? I sure will give Palemoon a try

    8. Re:The important part by nadass · · Score: 1

      And the settings menu in Chrome has always looked like it was designed by a 10 year old as an extra credit project in remedial programming.

      The 27-year-old Ph.D. in computer science who did the design as part of their interview/internship at Google is mildly offended by that remark.

    9. Re:The important part by Anonymous Coward · · Score: 0

      Well, there's your problem. You don't let UI's be designed by compsci interns. You have them designed by experienced UI designers.

  6. How much spyware and privacy violating shit? by Anonymous Coward · · Score: 1

    How much spyware and privacy violating shit?

    Some new plugin slurping up browser history or tabs under the guise of security or safety?

    Bought and paid for management means the Firefox product will shit out whatever advertisers dictate this quarter. Fucking wonderful.

    Don't forget to add whataboutism about competitors to justify one's own actions.

  7. Little-used components by Anonymous Coward · · Score: 4, Insightful

    > accessbility features

    Because fuck handicapped people, right?

    1. Re: Little-used components by Anonymous Coward · · Score: 1, Funny

      Yeah, they are grateful when you do

    2. Re:Little-used components by Anonymous Coward · · Score: 1

      People who need accessibility features don't use Firefox. Prior to the removal of NPAPI and XUL addons, they may have made heavy use of those to add needed accessibility options to Firefox. But they don't use the native accessibility features. They use addons and plugins that require the hooks provided by Pale Moon and the old Firefox addon API in order to meet their own, personal, needs. Accessibility is not "one size fits all" - everyone is different, and everyone needs different addons and plugins to meet their own, personal, needs.

      Pale Moon is, if anything, more accessible than Firefox because of that.

    3. Re:Little-used components by Anonymous Coward · · Score: 4, Informative

      > accessbility features

      Because fuck handicapped people, right?

      Here is the reasoning behind this decision:

      As far as accessibility goes: Pale Moon supports full accessibility features as one can expect from a browser, like caret browsing, adaptation to high-contrast themes, etc. -- but what it does not support is specialized hardware for the severely disabled. This has been a choice since day 1 of its publication, and falls in line with another key statement about the Pale Moon browser: that it does not attempt to cater to all possible usage scenarios, but instead tries to find a sane balance between features and performance/stability. This inevitably means that deeply-complexity-impacting components that would be used by a disproportionately small portion of the users are disabled. The browser is no less useful because of what is disabled - but it may of course not cater to specific specialized needs that specifically rely on those components and fall outside of what should be considered the scope of a web browser.

    4. Re:Little-used components by Swave+An+deBwoner · · Score: 2

      Actually, that is a very long-winded way of saying what the other AC put so succinctly.

      Because fuck handicapped people, right?

    5. Re:Little-used components by Anonymous Coward · · Score: 0, Troll

      Yes. Fuck them. They can build their own fucking browser. Or just plug ins, which already exist. Maybe you can stop virtue signalling for 10 minutes and code your own handicap browser instead of bitching about what other people aren't doing for free.

    6. Re:Little-used components by Anonymous Coward · · Score: 0

      There's no need to build and maintain accessibility features yourself when your browser allows addons that are powerful enough to provide them. Pale Moon is more accessible than Firefox because it still supports themes and XUL addons.

    7. Re: Little-used components by Anonymous Coward · · Score: 0

      Wow. Just wow.

    8. Re: Little-used components by Anonymous Coward · · Score: 0

      You'll change your tune when you get hit by a car and put in a wheel chair. But your sociopathy will mean you still won't actually care.

      Normal people care for others. It's part of being human.

      We need to root out the cunts like you and ostracise them from our community.

    9. Re: Little-used components by Anonymous Coward · · Score: 0

      Do people in a wheel chair need a browser with a ramp? I don't think it affects browsing much. If user can't control mouse I don't see what browser developers can do about it.

    10. Re:Little-used components by antdude · · Score: 2

      Some of them wouldn't mind sex. ;)

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
    11. Re:Little-used components by thegarbz · · Score: 1

      Because fuck handicapped people, right?

      Just because handicapped people exist doesn't mean every parking spot needs to be twice the size. There is already a browser that has accessibility features. Not including these features in every piece of software *eva* is not "fuck handicapped people".

      What next: There's people in wheelchairs, why do motorbikes even exist?

    12. Re: Little-used components by Anonymous Coward · · Score: 0

      That reply seemed pretty reasonable to me.
      Why should a free browser spend disproportionate development time on features used by less than 0.1% of the (non-paying) users?

    13. Re:Little-used components by Anonymous Coward · · Score: 0

      What next: There's people in wheelchairs, why do motorbikes even exist?

      Duh. That's how they got into the wheelchairs in the first place

    14. Re: Little-used components by Swave+An+deBwoner · · Score: 1

      Do people in a wheel chair need a browser with a ramp? I don't think it affects browsing much

      Say what?

      If user can't control mouse I don't see what browser developers can do about it.

      https://support.google.com/chromebook/answer/177893#autoclick
      https://support.google.com/chromebook/answer/177893#tapdrag
      https://support.mozilla.org/en-US/kb/mouse-shortcuts-perform-common-tasks

  8. Is Pale Moon is a browser for Furries? by Anonymous Coward · · Score: 4, Funny

    Pale Moon is a great idea but I have this unshakeable feeling that it is some kind of furry-related thing. A je ne sais quois. There's something weird about the whole "moon" and IM A WOLF INSIDE theme. I do support this project. Any web browser unaffiliated with garbage corporations is automatically a "good browser", even if it's not functional.

    Perhaps it's just a man and his undying love of werewolves, but it does have that "was this built by a person who wears a sweaty fursuit?" sort of concern. Like that pick-up truck at the Winn-Dixie with a giant 3 WOLFS + LIGHTNING decal on the rear window of the cab, and when the driver gets out he's wearing a nearly identical shirt, and the license plate also says MOONCHLD.

    1. Re:Is Pale Moon is a browser for Furries? by Rosco+P.+Coltrane · · Score: 1

      Why do you care about the maintainer's personal life choices? As long as they provide software you like and they don't murder someone - thereby stopping maintaining the software you like because they get thrown in the slammer - why should it matter to you whether they wear furry suits or smelly shirts? I mean, most of the world uses software made by a brilliant guy with revolting personal hygiene and nobody bats an eyelid...

      --
      "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    2. Re: Is Pale Moon is a browser for Furries? by MakerDusk · · Score: 1

      Sadly, it's fairly safe to say that furries built the internet. You'll find them involved all over the industry and open source projects. I even know one who works for RHEL. They're an odd bunch. You get used to them over time. Just avoid accidental entry into their side channel message streams at all costs.

    3. Re:Is Pale Moon is a browser for Furries? by Anonymous Coward · · Score: 0

      Hans Reiser was a great engineer who disposed of his useless piece of shit wife the way a real man would. Most programmers are spineless nerds who meekly accept things like "alimony", but Reiser enjoyed the feeling of punching a good-looking woman in the face. Typical nerds will never know this unique, incredible pleasure. When he had enough of her shit, he simply unlinked her nodes and placed the orphaned blocks in a shallow grave because he was practical and efficient, like any decent FS

    4. Re:Is Pale Moon is a browser for Furries? by Anonymous Coward · · Score: 0

      You can tell it's a furry thing because of the horrible decisions the lead dev has made, like blocking NoScript. Furries are kings of bad decision making.

    5. Re: Is Pale Moon is a browser for Furries? by Tsolias · · Score: 1

      That's a poem

    6. Re:Is Pale Moon is a browser for Furries? by Anonymous Coward · · Score: 0

      I'd take ten Stallmans over a single furry any day. At least Stallman wouldn't classify my third-party security extensions as malware and then tell me that breaking the modern panopticon's data analytics is a "stability issue."

    7. Re:Is Pale Moon is a browser for Furries? by Aighearach · · Score: 1

      Pale Moon is a great idea but I have this unshakeable feeling that it is some kind of furry-related thing.

      If it was Cheetara running the show I'd be a lot more comfortable with it.

    8. Re:Is Pale Moon is a browser for Furries? by jez9999 · · Score: 0

      My problem is with the fact that a fat obnoxious fuck called Tobin has a lot of influence over things. God knows why Moonchild likes him, he's rude and has absolutely no social skills or desire to be diplomatic to anyone. No idea how he functions in the real world. He literally kickbanned me from the IRC channel for saying that Pale Moon was a fork of Firefox because he's so autistic that you can't call it that because they changed some of the code.

    9. Re:Is Pale Moon is a browser for Furries? by Anonymous Coward · · Score: 0

      God knows why Moonchild likes him

      takes 2 to yiff

    10. Re:Is Pale Moon is a browser for Furries? by Anonymous Coward · · Score: 0

      Actually I am pretty sure they do yiff. I had seen how many people that had "messed up" with Tobin (aka not agree with him at 100% or not accept his insults) got banned or harassed from the Palemoon forums, only love can hide these sins and God knows how many more are in their bed. *rolleyes*

    11. Re:Is Pale Moon is a browser for Furries? by Anonymous Coward · · Score: 0

      My problem is with the fact that a fat obnoxious fuck called Tobin has a lot of influence over things.

      Isn't he banned from forums?

    12. Re:Is Pale Moon is a browser for Furries? by Anonymous Coward · · Score: 0

      If he really been "Practical and efficient" he wouldn't have got caught.

      BTW You must be a big hit with the ladies.

    13. Re:Is Pale Moon is a browser for Furries? by Thad+Boyd · · Score: 1

      When Firefox first came out, I knew guys who seriously refused to use it because its name was "too furry". Like, they thought that was reason enough to stick with IE goddamn 6.

  9. Next Stop... by guygo · · Score: 1

    the Balkans, where FF spins can enjoy the company of incompatible Linux distros

  10. Re:The important (bad) part by Anonymous Coward · · Score: 1

    Palemoon still supports NPAPI plugins

    Looks like it's time for a fork of the fork... to get rid of the NPAPI security nightmare.

  11. Palemoon an unsecure privacy leaking browser by Anonymous Coward · · Score: 0

    Maybe Google will eventually block it.

  12. Focus by JBMcB · · Score: 4, Insightful

    Then use Firefox. Or Edge. Or Chrome. Not every feature needs to be in every browser.

    --
    My Other Computer Is A Data General Nova III.
    1. Re:Focus by Anonymous Coward · · Score: 0

      Then use Firefox. Or Edge. Or Chrome. Not every feature needs to be in every browser.

      ADA. It may not apply in this exact case, but it exists for the reason that people who require accessibility considerations shouldn’t be shut out because they are a small enough group to ignore. Saying that they can just use FF is fine if PaleMoon offers nothing other than FF without accessibility.

      It is an asshole move that should taint anyone who contributes or shills for this project.

  13. 6 watts low enough power? by tepples · · Score: 0

    Bench marks can be similar to "fake news" if not done on low powered equipment as well as silicon rockets

    Does a 6 watt 4 Airmont core 1.6 GHz Pentium N3710 CPU in a fanless 11.6" Dell laptop count as "low-powered equipment" or "silicon rockets"? Or are you talking CPUs designed to fit in a 5-6" phablet?

  14. Firefox does weird stuff on bad connections by Anonymous Coward · · Score: 0

    I love using Firefox, but I have noticed that when using a bad connection, it doesn't manage as well as Chrome. Sometimes, if a page is half loaded, and you want it to try again, you press refresh and it doesn't fix it (even though you know the connection had come back up).

    I started to realise occassionally onsite that when I thought a website was having issues, it was simply firefox (because Chrome worked fine). If FF fixed that, I would be more than happy to use them more often, but it seems FF doesn't handle stuff like that well.. Pity.

    Also, kind of happy FF removed NPAPI honestly. By them doing so, its forced companies to develop stand alone apps which operate correctly.

  15. When you need to access old HP iLO and Dell DRAC by kriston · · Score: 4, Interesting

    This is great when you need to access old Java-based HP iLO and Dell DRAC remote console interfaces. It also helps with the occasional elderly IPMI interface that only works with a similarly old Java-based remote console interface. It is worth keeping around so you can save a trip to the data center to maintain your legacy hardware.

    Palemoon is why we have open source.

    I used to keep an old CentOS 7 VM with a very elderly Java-enabled Firefox ESR browser to access near-end-of-life servers with obsolete iLO and DRAC. With Palemoon, I don't have to do that anymore.

    --

    Kriston

  16. About time Palemoon's mentioned on the frontpage by Anonymous Coward · · Score: 0

    a customised version of Firefox optimized for speed and efficiency.

    That's what it started of as - based on a Firefox fork from many years ago and has since became a life of its own.

    Proving that open source leads to great development, Pale Moon takes the already decent Firefox web browser and makes it even better and a faster.

    This is an understatement. It's excluding a bunch of crap Firefox crap, such as Google-SafeBrowsing, Pocket, Australis, canvas poisoning.

    Now if they can disable geo by default and enable canvas poisong by default...

  17. Re:When you need to access old HP iLO and Dell DRA by Anonymous Coward · · Score: 0

    You need an enema.

  18. May limit access to NoScript by yusing · · Score: 5, Insightful

    UNFORTUNATELY, much as I've enjoyed using it, a while back (v.26 or 27?) Pale Moon decided to unilaterally disable NoScript, then make updated versions unavailable for installation. I don't quite understand their beef (many accusations, didn't find any evidence), but I know what mine is: I don't need browser-makers deciding what extensions I should use, although I appreciate a heads-up.

    Here's their two cents worth: https://forum.palemoon.org/vie...

    I've disabled my PM installer app and won't be updating. I recently DL'd the most recent IceCat; it's still good enough for them.

    --

    "You must try to forget all you have learned. You must begin to dream." -- Sherwood Anderson

    1. Re:May limit access to NoScript by Anonymous Coward · · Score: 0

      Just use firefox with umatrox.

    2. Re:May limit access to NoScript by Anonymous Coward · · Score: 1

      they fixed that, theres a new setting, in security menu set "addon security level" to off. I agree it sucked when they borked noscript, not a good move on their part-- this is not a plugin you want to break

    3. Re:May limit access to NoScript by Anonymous Coward · · Score: 0

      No they haven't. I've been using noscript + umatrix + ublock for years already. They do mark noscript as having issues though when you look at which addons are currently installed.

    4. Re:May limit access to NoScript by Anonymous Coward · · Score: 1

      I just installed the newest old-style noscript on the newest palemoon. Seems to work fine.

  19. Pale Moon browser un-installs NoScript. by Futurepower(R) · · Score: 3, Informative

    Pale Moon browser version 27.9.4 actually sometimes un-installs NoScript without notifying the user. Other times it complains. When Pale Moon un-installs NoScript, I re-install it.

    A Pale Moon Add-ons page provides a link to NoScript. Confusion?

    Pale Moon seems to be developed by extremely capable people. Is there a hidden reason for un-installing NoScript?

    1. Re:Pale Moon browser un-installs NoScript. by Mashiki · · Score: 2

      Is there a hidden reason for un-installing NoScript?

      Simple? Moonchild threw a hissyfit, no other reason. There was a far longer thread that they nuked the fuck out of a while back on it, and that's what it boiled down to.

      --
      Om, nomnomnom...
    2. Re:Pale Moon browser un-installs NoScript. by Anonymous Coward · · Score: 1

      Pale Moon seems to be developed by extremely capable people. Is there a hidden reason for un-installing NoScript?

      Halfay Decent synopsis here:
      https://endchan.net/tech/res/12708.html

    3. Re:Pale Moon browser un-installs NoScript. by Anonymous Coward · · Score: 0

      "Moonchild"...such an appropriate name.

      I used Pale Moon for a long time but this petulant kid has thrown a number of temper tantrums and this latest one over NoScript is the last straw. I've removed Pale Moon and gone to SeaMonkey.

    4. Re:Pale Moon browser un-installs NoScript. by Anonymous Coward · · Score: 0

      Why do other browsers not whine about script blocker extensions? How is it that the maintainers of those browsers are able to handle it without being petulant, righteous douchebags?

      Pale Moon is a fucking joke. "Moonchild" is a fucking joke. Sycophants like you are a fucking joke.

  20. Pale Moon isn't very good by Anonymous Coward · · Score: 2, Insightful

    Unless you really have some desire for some old extensions Pale Moon looks old, isn't updated nearly enough to call it secure and definitely Pale's in comparison to any other modern browser. The browser looks like some relic dug up from a old software CD with a bunch of old crappy outdated software on it. Yeah its just barely kept alive by a few developers who don't have time to properly update it, and their few users who enjoy being stuck in the 90's.

    1. Re:Pale Moon isn't very good by Anonymous Coward · · Score: 0

      Apparently, I enjoy being stuck in the 90's. Netscape Navigator!

    2. Re:Pale Moon isn't very good by Anonymous Coward · · Score: 0

      I don't care how it looks, I care how it works. (Goes even for my SO.)

      And FF doesn't work for me anymore. Next week it'll be gone completely when I reinstall my oldest laptop.

      Not sure I'll stick to Palemoon. I don't like companies telling me "we changed it, suck it up", and I find it doesn't make a difference to me when a developer says "I changed it, suck it up".

      Yep, I might be a bit inconsistent there.

    3. Re:Pale Moon isn't very good by Anonymous Coward · · Score: 0

      It looks like a normal desktop app. Just because it doesn't have the stupid UI choices of the major browsers doesn't mean it looks like a 'relic' or from the 90s. You either forgot what actual 90s software looks like or have only seen some ancient version. Of all the things you could pick to criticize, you pick one of the best features of Pale Moon over FF and Chrome, a vastly superior UI.

    4. Re:Pale Moon isn't very good by justthinkit · · Score: 1

      Pale Moon (the final XP version) is a little antiquated. But man is it fast. When you X it away, one second later it is gone from memory. No other browser comes close (and Chrome is the worst at this).

      Most importantly, it uses about 20% of the memory of Chrome. My main machine has 3 GB of RAM. With it, I could watch a total of one video in one tab using Chrome and I still had RAM issues. With PM, I can forget about memory issues.

      Two drawbacks (with YouTube). #1 - it doesn't support the now default video format of YT's. So either I wait half a day for the other form to be available -- only an issue on new videos -- or I fire up Chrome. #2 - it doesn't go higher than 360px. Little known fact? This rarely matters. And when it does, I fire up Chrome.

      This is why people are die hard PM fans. PM is a lean, mean, machine for people who want to get stuff done.

      --
      I come here for the love
  21. That's what Firefox is for! *Exclusively*! by Anonymous Coward · · Score: 0

    All Apple, Microsoft, Google, Gnome, KDE and Mozilla software nowadays seems to be *exclusively* designed for handicapped/disabled people.
    It is horrifyingly cumbersome and limited to a point of crippling you if you aren't. (Which you can tell, as soon as you get to use something that isn't.)

    We obviously mean no disrespect, and are happy, there are so many options for you guys.
    But can we non-handicapped people have at least ONE thing that isn't nearly useless to us?

    (In that wake, I hope that there will never ever be a "Linux on the desktop". ... And looking at how Ubuntu basically stopped being Linux because it wanted so hard to be on everyone's desktop, I'm pretty certain that it will never happen.)

  22. Flash still working? Awesome! by Anonymous Coward · · Score: 1

    I assume the NPAPI support means flash will keep working? That's awesome news for someone like me who enjoys flash every day online. Believe it or not but flash is alive and well for a certain percentage of the population and we want a browser that still supports flash.

    1. Re:Flash still working? Awesome! by Anonymous Coward · · Score: 0

      Shumway looked promising as a Flash VM on Firefox for a little while, but nobody really noticed it (helped me use some Flash-based things in Linux I needed at the time after NPAPI was on the outs). Not sure if Mozilla just gave up or if someone else forked anything better.

      https://github.com/mozilla/shumway

    2. Re:Flash still working? Awesome! by Anonymous Coward · · Score: 0

      And java applets too!

  23. uMatrix is better by Anonymous Coward · · Score: 3, Informative

    Get uMatrix instead of NoScript. NoScript is proprietary. uMatrix is GPLv3. uMatrix is more flexible and works better.

    1. Re:uMatrix is better by Anonymous Coward · · Score: 0

      uMatrix is much better than NoScript, yes.

      But which one I run should be me choice, not in anyway involve the browser maker.

    2. Re:uMatrix is better by Anonymous Coward · · Score: 0

      NoScript actively breaks the defined APIs. They refuse to fix or support this. All good in my book here.

  24. Please Support Pale Moon by Anonymous Coward · · Score: 0

    There is a Patreon page where you can throw a dollar or more their way to support development. Please consider supporting them:
    https://www.patreon.com/MoonchildProductions

    I have no relation to Pale Moon other than as a supporter. Thank you!

    1. Re:Please Support Pale Moon by Anonymous Coward · · Score: 0

      There is a Patreon page where you can throw a dollar or more their way to support development. Please consider supporting them:
      https://www.patreon.com/MoonchildProductions

      I have no relation to Pale Moon other than as a supporter. Thank you!

      No going to happen in my lifetime.

      I just installed the portable version of Palemoon 28 as downloaded from their own mirrors. My Windows 7 OS is 64-bit so I used the 64-bit version of PM.

      I tried to install "NoScript" in the Addons; could not. I tried to install "uBlock Origin" in the Addons; could not.

      Why could I not install them? PM Addons could not find them for some reason. I laughed since I have them working just fine in FF.

      So I turned off the "blocking" feature in the "Security" tab of "Preferences"; no change.

      So PM just proved to me that it simply SUX by failing 2 abso-f-ing-lutely simple tests.

      I guess the PM developers use Chrome or Edge or Safari for their own web browsing, eh?

    2. Re:Please Support Pale Moon by EndlessNameless · · Score: 1

      Not sure what your problem is.

      I just updated to v28 and posted this with uBlock Origin. It's running fine---looks like 9 of 18 domains are blocked on this page.

      I'm running 1.13.8, so maybe there is an issue specific to the newer releases. That's always a possibility.

      --

      ---
      According to the latest ruleset, this post should be modded as Vorpal Flamebait +5.
  25. multi thread = spectre/meltdown by Anonymous Coward · · Score: 0

    multi thread = spectre/meltdown

  26. Found the shill. by Anonymous Coward · · Score: 0

    Do you work for Google or Mozilla?

    PM looks just like any other non-abusive browser, and is updated constantly.

    And considering this is a major update, your assertion that developers "don't have time to properly update it" is obvious bollocks. Troll.

  27. Firefox forked itself by Anonymous Coward · · Score: 0

    long ago. And has been forking users continuously.

    Frankly, The Management of Mozilla can go fork themselves!

  28. Just use Vivaldi by rojash · · Score: 1

    Tried PM a while back....took me back decades. FF sucks big time ever since they got bloated and put shit in you couldn't remove. I tried Vivaldi and haven't gone back.

    1. Re:Just use Vivaldi by Anonymous Coward · · Score: 0

      I like Vivaldi and all, but it's ultimately just a different UI on Chrome. Firefox has, in large part, caught up with Vivaldi and Chrome. There are still a few areas Vivaldi has an edge, but they're pretty minor.

  29. Can't be stressed enough... by Excelcia · · Score: 1

    A major selling point of Palemoon is that it doesn't break existing extensions

    This can't be stressed enough. The original article actually failed to make the biggest selling point of Pale Moon, which is that it works, and it keeps working release after release without breaking things.

    Pale Moon became popular because Mozilla just couldn't stop breaking things and trying to tell the users what sort of UI they should want. In fact, Mozilla has been quite content to shed any technical merit they had for almost any reason at all. It all started when they saw Chrome beginning to become successful, and immediately decided to emulate Google's development environment. They adopted Google's rapid release and versioning methodology on a project that was neither technically nor culturally suited for it. They broke extensions by the truck load with that little gem, and instead of slowing down and letting the extension system catch up, their solution was to write a script that automatically scanned their extensions and just disabled the ones which hadn't caught up yet. Then they went all hell bent on adopting major UI changes that were demonstrably unpopular by the majority of its user base. And if alienating the extensions authors wasn't enough, many of the UI changes then went on to destroyed themes on back-to-back-to-back releases. It reminds me of one of my country's more famous (and intensely divisive) prime ministers who, when he realized he'd alienated half my country, proceeded to give them the finger from his seat on a train as he was passing through their area. That's Mozilla. They have repeatedly gone out of their way to alienate users, and then the ones who have stayed loyal they proceeded to give the finger to with.

    All of this was in an attempt at emulating Chrome's burgeoning success. The problem is, they never figured out... you simply cannot surpass someone else by playing copycat on their methods. This is important so I'm going to say it again. Mozilla cannot copy Google and be better than Google. All they did with Firefox was alienate their existing user base in favour of a product that could never be quite as good at being Chrome as Chrome was. And now they are running headlong into inevitability again. See here for details.

    The Pale Moon project has done for the browser what Mozilla should have done. It was originally a patch on an earlier FF ESR, they have since essentially departed from Firefox, though they still borrow some bits when it makes sense to do so. It's what Firefox should have been if they hadn't taken the detour into crazy six years ago.

    The biggest selling point of Pale Moon is they don't break prod. By that, of course, I mean they go out of their way to maintain a stable user presentation. I have had to make one browser tweak in the several years I have been using Pale Moon to let it keep using my decade old theme. Extensions just work, and keep working. Under the hood there have been major changes, but they do it in a way that keeps things working. UI changes are ones that make sense, not simply done in a desperate attempt to make their browser different set it apart in an attention-seeking way.

    1. Re: Can't be stressed enough... by Anonymous Coward · · Score: 0

      Well said. Iâ(TM)ve simply stopped using Firefox. On Windows at work I use Chrome and on my iMac/iPhone/iPad at home I use Safari.

    2. Re:Can't be stressed enough... by Anonymous Coward · · Score: 0

      Mozilla cannot copy Google and be better than Google.

      Firefox is better than Chrome. Compare Firefox versus Chrome (ignore Edge) in each one of these 9 browser benchmarks. Firefox beats Chrome in 5 of the 9 benchmarks. Note also that Firefox is never last in any benchmark.

      So there you have it. Mozilla is better than Google.

  30. Total nonsense and overrated by Anonymous Coward · · Score: 0

    What, because there are handicapped kids there shouldn't be slides and swings?

  31. WaterFox by Anonymous Coward · · Score: 0

    WaterFox is not as slim as Pale Moon, but it still accepts all the old FireFox plugins. This is why I use WF.

  32. "Pale Moon decided to [...] disable NoScript" - no by Anonymous Coward · · Score: 2, Informative

    I'm glad you provided a link but it's not what the link actually says. To quote my clarifications in box brackets:
    'We're sorry that you will be considered to be "on your own" when you use NoScript,'
    and
    ' If you install NoScript, you're on your own with any breakage [of the site, not the browser]'
    because
    'The problem is users who install NoScript, without knowing the inherent risks, and expecting it to "keep them safe" but otherwise not expecting (major) breakage [of the site], and as a result come knocking with "Pale Moon doesn't work on site X!"'
    I've never had a problem with NoScript and I'm ok with stupidly written sites breaking. If you don't understand it's the site's fault, not noscript's, you will be confused.

  33. No. Proprietary. by Anonymous Coward · · Score: 0

    Closed-source, proprietary browser.

    If you aren't paying for it, you are the product. Who are they selling you to?

  34. What about going forward? by Anonymous Coward · · Score: 0

    So it supports old XUL extensions and that's all well and good, but what about going forward? Most extension developers have migrated to the new WebExtension model. Sure, some extensions are basically feature complete and don't need regular updating, but what about security related extensions like NoScript? Unless the developer wants to devote the time and resources necessary to maintain parallel branches, odds are they're going to go with Firefox where most of the users are. So the versions Pale Moon supports will become increasingly outdated and stale and not everyone's favorite extension is going to be popular enough for someone to take up the mantle of maintaining it like a few others might.

    1. Re:What about going forward? by Anonymous Coward · · Score: 0

      NoScript has been replaced with the much better uMatrix.

      Get with the times.

  35. PEBKAC by Anonymous Coward · · Score: 0

    Both are installed and working fine on both my Win10 (work) and Xubuntu 18.04 installations. I had no difficulty finding or installing them. You might try again with your eyes open?

  36. I don't have problems with NoScript on Pale Moon. by Futurepower(R) · · Score: 1

    I don't have problems with NoScript installed on Pale Moon.

    Of course, anyone who doesn't pay attention to what NoScript says it is blocking is likely to have web site page display problems.

    Another issue: Pale Moon doesn't allow the Ghostery add-on. It allows Disconnect instead. The user interface of Ghostery is much more sophisticated. I didn't find any explanation about why Ghostery is not allowed.

  37. License Plate by Anonymous Coward · · Score: 0

    Which would be fascinating to any cop, as California State license plates allow only seven characters, not eight.

    AC

    PS - Yes, the DeLorean in 'Back To The Future' had the plate 'OUTATIME'. Yes. Eight. That's Hollywood for you.

  38. Isn't Pale Moon a beer? by Anonymous Coward · · Score: 0

    That's a name for a beer, not a browser.

  39. Unofficial Windows XP builds for Pale Moon by Antiocheian · · Score: 1

    Installer releases and latest betas

    These are called New Moon builds. They are unsupported but I've tested them and work fine on Windows XP. Biggest advantage over outdated Firefox ESR versions: you can watch Youtube with the latest video codecs.

  40. ADA by JBMcB · · Score: 1

    Saying that they can just use FF is fine if PaleMoon offers nothing other than FF without accessibility

    PaleMoon's main selling points are that it loads faster because it drops a bunch of functionality. It keeps old fashioned extension and plugin support, which includes support for (now) deprecated accessibility plugins. And it allows for more UI customization, which is useless for the people using accessibility support it drops - namely screen readers.

    The reverse your argument is also true. Does PaleMoon do something that people needing accessibility need that you can't get with Firefox?

    --
    My Other Computer Is A Data General Nova III.