Jump to content

Flame.

Member
  • Posts

    44
  • Joined

  • Donations

    0.00 USD 
  • Country

    Russian Federation

Everything posted by Flame.

  1. Glad to see another madman with the same reasoning as mine. Yep, lack of TLS support is common and major problem with old software now… But fortunately, file hosters are still working in Fx25, at least most of them are. But the most unique feature of that addon is the support of Archive.org headers, it was added in this commit: https://github.com/SparkyBluefang/PDMTS/commit/600cc44bf6dea4cdea81fb7e17028221ca3eb0db Hopefully it can be hacked into the DownThemAll as well, unfortunately, I have not enough skill or patience to do it myself.
  2. Unfortunately, no, it doesn't work since Firefox 26 came out. So I had no choice but to keep last available build of Firefox 25 since, just for this reason alone. :) Not the ESR build for some reason I don't quite remember anymore, but probably because of some additional features of Firefox 25. The only similar thing that was working fairly well (but still not perfect) until Firefox 57 was DownThemAll. Now there is no such workaround anymore. Since its author wasn't particularly happy with Mozilla's course of actions, I don't see any options of correcting this situation. Maybe it can be dirty-hacked a bit somehow, but that is also not trivial at all (at least for me).
  3. @roytam1 Those are very impressive lists of cherry-picks, I must admit. Could I ask for a bit of retro-un-picking, so to say? :) Please look into this issue here https://bugzilla.mozilla.org/show_bug.cgi?id=178506 also here https://bugzilla.mozilla.org/show_bug.cgi?id=733954 Could it be fixed? So that unique addon would work again. I don't expect you to devote much effort to this, but still, it could be something to revert without much hassle. Or probably not, either way I'll accept your verdict. :)
  4. Sounds like a major PITA. If possible, try to grab that text by using, for example, NirSoft's SysExporter — https://www.nirsoft.net/utils/sysexp.html or similar software, there are TONS of them.
  5. Hi, yep, that's a problem with portable mozillas. Please take a look at this question http://www.msfn.org/board/topic/177125-my-build-of-new-moon-temp-name-aka-pale-moon-for-xp/?do=findComment&comment=1146299 and author's response to it http://www.msfn.org/board/topic/177125-my-build-of-new-moon-temp-name-aka-pale-moon-for-xp/?do=findComment&comment=1146328 Looks like he was not overly happy with this task and, frankly, I don't blame him. So, other workarounds/options could be: 1) Start browser in portable mode beforehand, and then every time you try opening a link with same default browser you will get a new tab in that browser, unless it is started with "-no-remote" option. 2) Use that "proggie" of yours to configure the default browser to be started always with appropriate "-profile" option, or you may need to fiddle with the registry manually to do that.
  6. Yep, could be useful for some people. Why SSE is it required at all? I don't get it. O_o This should be platform-independent and Qt ARM builds are not considered something unique, right? Also, if by any chance you have access to any static analyzer, please consider checking the QtWeb code with it, for crashes and memory leaks are some of the most notable problems of that browser, IMO.
  7. Sorry for being a little off-topic here, but I'd suggest trying QtWeb for your tasks. Once you turn off external plugins (they don't work nowadays properly anyway) and maybe s as well, it becomes the real mean humble texting machine. With only 35-40 Mb on start/one opened page, it should be exactly what you are looking for. Expect crashes and misbehavior on some heavy/fancy sites though, as its engine is moderately old and based on Qt 4 Webkit. Similar, but a bit less "spartan" option: Qupzilla, with its older versions also being based on Qt4, but with a little more web support and memory requirements. Older versions are available in a topic "List of Web Browsers Working with XP".
  8. @roytam1 Could you please share your source code for a portable launcher? Also, seems like last version (2017-11-21) of New Moon doesn't like it for some reason, e.g. bookmark tab disappears after start. But the same version with PortableApps launcher isn't affected.
  9. Why of course there is! https://addons.mozilla.org/ru/firefox/addon/suspend-tab/ Oh, and don't forget about heavy cavalry: https://addons.palemoon.org/addon/bartab-tycho/
  10. https://stackoverflow.com/questions/639540/how-much-memory-can-a-32-bit-process-access-on-a-64-bit-operating-system While you (in theory) can get 4+ GB memory usable by XP, with Palemoon you are out of luck - the only way (sorta) for 32 bit software to use more than 4 GB of memory is to split itself into several processes, like Chrome or Firefox with E10S, but Palemoon is explicitly ONE process only (not counting the flash container). So, get NoScript, uBlock, uMatrix and cut most pages of their excessive fat while you still can.
  11. It is already compiled with 3GB-aware flag (kudos for that), so besides setting it in XP, nothing else could be done realistically, except for switching to 64 bits. Firefox also can use it, btw. Oh, and ofc you can use some RAM-disk that is smart enough to use memory above XP limit, and set browser cache, temp and swap there.
  12. @roytam1 Do you feel confident enough to move portability to the main executable instead of a launcher? Basically, you need to check any of following conditions on start to set profile to current directory: File name of executable ends with "-portable" (or something like this) There is a file "palemoon.ini" (or something like this) in the same directory as executable, with relative profile path. Or just an empty file. Each one has its strong sides in different situations. Now, the main reason for doing this is - while all simple (non-virtualizing) launchers work relatively fine in common case like "start-use-exit", they do not provide any reliable means for keeping the run arguments (keys, switches) between restarts, which can potentially lead to many problems, but the most important one in this context would be the loss of initial profile path, provided by "-profile" argument. Most commonly encountered cases: A simple restart after installing/updating addons or changing important settings. A crash, with potential subsequent (auto)restart by crash dumper. An external call by another program, which can result (or not) in a mess with another running instance. What do you think of this?
×
×
  • Create New...