SeaMonkey 2.53.10 has been released !!!

Discussion of general topics about Seamonkey
Post Reply
User avatar
ElTxolo
Posts: 2811
Joined: July 30th, 2007, 9:35 am
Location: Localhost

SeaMonkey 2.53.10 has been released !!!

Post by ElTxolo »

How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240416 SeaMonkey/2.53.19 :lildevil:

~
User avatar
Peter Creasey
Posts: 1341
Joined: October 26th, 2007, 2:32 pm
Location: Texas

Re: SeaMonkey 2.53.10 has been released !!!

Post by Peter Creasey »

Good to hear! Thanks much!
. . . . . . . . . . Pete
tyukok
Posts: 18
Joined: November 8th, 2021, 4:49 pm

Re: SeaMonkey 2.53.10 has been released !!!

Post by tyukok »

That's neat, but, unfortunately, FoxyProxy Standard 4.6.5 doesn't work with it.
Joe1962
Posts: 376
Joined: November 4th, 2004, 6:00 am
Location: Havana, Cuba

Re: SeaMonkey 2.53.10 has been released !!!

Post by Joe1962 »

It seems to have broken my flashgot-1.5.6.14 too. :(


EDIT: oops, I just realized it also broke my trusty old DownThemAll, but that was to be expected at some point. Unfortunately, I haven't found anything like it, on any browser.
SM (usually latest stable) on Linux Mint 19 x86_64.
User avatar
Snake4
Posts: 1841
Joined: December 27th, 2017, 4:03 am
Location: Australia

Re: SeaMonkey 2.53.10 has been released !!!

Post by Snake4 »

Joe1962 wrote:It seems to have broken my flashgot-1.5.6.14 too. :(


EDIT: oops, I just realized it also broke my trusty old DownThemAll, but that was to be expected at some point. Unfortunately, I haven't found anything like it, on any browser.
try an Grab DTA 3.1.1 if you can find it
rdtom
Posts: 83
Joined: February 26th, 2016, 3:48 pm

Re: SeaMonkey 2.53.10 has been released !!!

Post by rdtom »

DTA 3.1.1
https://code.downthemall.net/nightly/tr ... 190820.xpi
You have to correct the catch phrases to use it.
DTA has some catch phrases that are obsolete.
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: SeaMonkey 2.53.10 has been released !!!

Post by therube »

:-).

---
It seems to have broken my flashgot-1.5.6.14 too.
How so?
No issues on my end (2.53.11).
it also broke my trusty old DownThemAll
I didn't look, but again, in what way is it broken?
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
rdtom
Posts: 83
Joined: February 26th, 2016, 3:48 pm

Re: SeaMonkey 2.53.10 has been released !!!

Post by rdtom »

therube wrote::-).

it also broke my trusty old DownThemAll
I didn't look, but again, in what way is it broken?
DTA has obsolete catch phrases.

Code: Select all

     catch (ex if ex.becauseExists) {
needs to changed to

Code: Select all

     catch (ex) {
        if (ex.becauseExists) {}
rainyd
Posts: 46
Joined: November 14th, 2008, 1:22 pm

Re: SeaMonkey 2.53.10 has been released !!!

Post by rainyd »

therube wrote: I didn't look, but again, in what way is it broken?
Previous versions supported a proprietary JavaScript try/catch solution. This was removed in bug 1228841 and needed to be backported to 2.53.10b1. The backport might break some add-ons. One add-on affected is the classic version of DownloadThemAll. Please ask in the support groups if a new version is already available.
https://www.seamonkey-project.org/relea ... ey2.53.10/
rainyd
Posts: 46
Joined: November 14th, 2008, 1:22 pm

Re: SeaMonkey 2.53.10 has been released !!!

Post by rainyd »

Here is a fork of DTA compatible with SeaMonkey 2.53.10/2.53.10.1: https://github.com/dirkf/downthemall-legacy/releases/
Post Reply