Jump to content

DanR20

Member
  • Posts

    394
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by DanR20

  1. Just a guess on my part but Pale Moon/UXP support will probably continue on Windows 7 for as long as Mozilla supports it and by the looks of it that's going to be a while. 68esr is good until next September and then 78esr for another year unless they break it in the next four nightly versions, highly unlikely. Windows 7 is still being supported by Microsoft if you pay (or install a hack and get the updates for free) for three more years so it's going to be another POS Ready situation.
  2. There's different ways of doing it and the -no-remote -Profile method is how I've done it with different thunderbird versions.. If you're using a portable on flash drive another way is to download a portable FF version then swap the App/firefox folder with a renamed basilisk. Works just as good and doesn't require a profile.ini either.
  3. The way I run it in portable mode is to rename the basilisk folder firefox and also basilisk.exe to firefox exe then swap that with the App/firefox folder. You can put your profile named "Profile" in the data folder. Edit: should have mentioned that this requires downloading the portable firefox version then swapping the renamed basilisk and basilisk.exe with the portable firefox version: https://sourceforge.net/projects/portableapps/files/Mozilla Firefox%2C Portable Ed./
  4. They probably figure since they're doing the work to maintain it the inconsistency is just fine. Google, Microsoft, and Mozilla can be just as inconsistent at times and they will always find ways to justify it. On Windows 7 I'm using this version since it restores many of the features they've removed so either way I'm glad the support is still there and hope it doesn't go away anytime soon.
  5. Yes that’s true, my comment was meant for the whole MC team since I know some of them are following this thread. Fortunately Roy sometimes reverts changes so if they do get re-blocked I can ask nicely. --). As I've stated many times before, these latest versions of UXP are what Firefox 52 should have and could have been if the developers took the time to listen to users.
  6. Was that link to an older version of basilisk? Might explain the crashes I was having last night. Redownloaded today and so far it seems fine but it's only been a few hours. Since this is Windows 7 it could be related to this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1606138#c25
  7. Having problems tonight with Serpent/UXP on Windows 7, so far within an hour it's crashed four times. The offending file has either been ntdll.dll or xul.dll. Reverting back to last week's build and the crashes stopped.
  8. Whatever you do, please don't re-block ATI radeon drivers. I'm even getting good acceleration in an old W2k box, something I never saw with any version of firefox or flash player. Not sure what mozilla's criteria was for blocking drivers, all it took it seems was one or two crashes from random users. layers.acceleration.force-enabled never did anything either.
  9. This is kind of hard to figure out at times but firefox quantum video rendering in Windows 7 works so well since hardware acceleration is enabled but in XP that setting did nothing. For some reason I thought I’d try again with UXP 52 and mp4 videos play almost as good as Win 7, even twitter. For youtube I’ve disabled ogg and webm to force avc1 mp4a only and playback is so much better. There is definitely gpu accelerated video decoding since the card flashes blue when it’s working properly. Don’t know what if anything changed with the browser since these ATI Radeon legacy video drivers stopped updating in 2013 but Mozilla 52esr never gave me this performance using the adobe plugin so good job by everybody who’s involved with the project.
  10. Agree, it looks like JustOff is going to be very proactive in keeping the legacy version alive.
  11. Thanks to Just Off and other contributors who are keeping the legacy software alive. Raymond Hill has already stated that legacy UBO will get no new features, only bug fixes and filter updates but at least it's not dead.
  12. Good news for UBO users: gorhill has updated the legacy version to 1.16.4.12. Glad to see since I actually prefer this to the newer ones.
  13. Do you have either Custom Buttons or keyconfig installed? If you can't get the kill sticky addon working those are good options. I've got them both and the code will remove sticky and fixed objects. What's especially good about keyconfig is that I assigned it to number 2 so it's real easy to remove all the objects and javascript doesn't even have to be on like they do with some of the addons.
  14. This is after making the change with the Hex Editor? I'm still doing it this way since I've got an older ole32.dll version of blackwingcat's kernelex and it 's always worked. It might be related to USP 5.1 with Unofficial Update Rollup, I've never installed that so it's impossible for me to know. Installing a kernelex might conflict with that, not sure. Your best bet would be to go to the win 2000 thread and see if blackwingcat can help you directly: https://msfn.org/board/topic/149233-kernelex-for-win2000/page/84/
  15. A newer KernelEx from blackwingcat fixes that error but if you'd rather not update that then you can fix it manually. Open a Hex Editor, I use HxD. Locate and open xul.dll then type in "CoGetInterceptor" in search and replace it with this string: OleGetIconOfFile Right under that you should see: "CoGetInterceptorFromTypeInfo". Replace it with this string and save: StgCreateDocfileOnILockBytes It should now open in Win 2000.
  16. On a sad note mozillazine is shutting down. The owner kerz posted last September it was the end so it could be anytime unless they can work out some way of keeping it going. That used to be the go to site for everything Firefox but it's become a casualty of Quantum. After v57 the traffic went to a fraction of what it was.
  17. Anyone know why the built-in ffvpx can't take advantage of graphics hardware decoding? Would it require some kind of major architectural changes in the browser or is it just not possible?
  18. In Windows 7 decoding works good for me with media.wmf.enabled to true but in Windows XP, where I sometimes go to use older software CPU decoding doesn't cut it on certain sites like Twitter. But I just finally learned a little trick to force lower resolution by adding a mobile tag in the url, for example, https://twitter.com/FireTheFoxxo/status/1196668801489739777 to this: https://mobile.twitter.com/FireTheFoxxo/status/1196668801489739777 Twitter videos are now at least bearable in XP without having to download them. Unless I'm missing it it's apparently beyond the capability of the "Twitter team" to provide resolution options on their player the way youtube and others do. Edit: you can also force mobile twitter by changing the UA to an older browser like Firefox 3.0 but if you're like me and have the UA set in about:config then adding the mobile tag to watch videos is another option.
  19. Yes on occasion with UXP, with the most recent being Fox Video. https://video.foxnews.com/playlist/featured-latest-news/ The problem for me is when the user agent is IE11 but changing it for that specific site resolves it. With Twitter I set it to the latest firefox ua and with Fox Video specifically I had to set static.foxnews.com.
  20. Ok should have specified every other version of firefox from 60+, since those are versions I'm on in Win 7 when not UXP. The function isn't used much in Win 7 by me since beginning in that OS the mouse API lacking in XP lets you scroll left or right solely with the middle mouse wheel by tilting it left or right. Much more convenient. In XP "mousewheel.with_*.action" - 4 is the best alternative available. I am aware it was added in Pale Moon and then removed for some reason and is probably reflected in moebius.
  21. Re-downloaded moebius and recaptcha is coming in but most of the time the play option gives me the “Your computer or network may be sending automated queries” message. There’s v2 and v3 recaptcha and the newer firefox probably calls v3 where the play option almost never fails. Roytam, there’s one minor issue with moebius, the pref “mousewheel.with_control.action” doesn’t affect horizontal scroll when set to 4. In UXP this functions properly as it does in every other version of firefox. Can it be fixed?
  22. Any site that requires reCaptcha that message appears. Looks like I'll have to re-download moebius just for this purpose then if it's working, as long as it has the play option. For the longest time I kept getting a network error and couldn't use that feature with firefox but lately it's been available.
  23. These are long threads and this question may have already been asked but is there anything that can be done with Captcha and Serpent/UXP? It whines that you need a newer browser version. It looks like it's missing a google api since spoofing the user agent doesn't work either. Absolutely hate those things but at least with the latest versions of firefox it is now possible to hear the challenge instead. It's much easier and quicker.
  24. That crisis was resolved quickly, everything back to normal. What was the glitch?
  25. Definitely lost custom buttons and classic theme restorer so maybe it's related to the UI. Tried creating a new profile and it's impossible to get the menu bar to show. It does temporarily if you hit F10 but not right clicking to make it permanent. Also can't open the Customize pallette so at least for me there's UI problems.
×
×
  • Create New...