Jump to content

Recommended Posts

13 hours ago, UCyborg said:

Can't enter my bank with Pale Moon anymore, the script hangs forever.

13 hours ago, UCyborg said:

Afterwards, they obviously broke website further.

More observations, it does not take forever and it could've been like that since the overhaul. Started with bumping dom.max_script_run_time in about:config to 120 seconds and setting dom.always_stop_slow_scripts to false. I assumed 2 minutes will be enough for script to finish, the second setting was altered so browser doesn't stop the script, but presents the dialog asking user whether the problematic script should be stopped.

So, official builds of Pale Moon at least come with PerformanceObserver disabled by default (dom.enable_performance_observer set to false). With that configuration, shortest time I recorded to load bank's login page was about 4 minutes, longest time was about 9 minutes and half.:buehehe:

With PerformanceObserver enabled, shortest time was about 40 seconds, the longest was about a minute and half.

The wonders of modern web development! That was all on a Raspberry Pi 5. Just another example of things going wacky on over-complex websites web apps.

Link to comment
Share on other sites


Posted (edited)

Hello again, i want to add again to my original post a few days ago about the problems with the pixai.art website.

I mentioned how there was that very strange behavior with the models page also about how the images keep zooming in until it's impossible to see anything, and the image window itself keeps growing bigger nonstop until it literally covers everything...well..

i noticied this very exact same thing just start randomly happen on google search's too. the regular normal search page, not the image search page. i dont know how or why but it's exhibiting exactly the same way. I dont know what the heck is going on. And it seems to happen sometimes, and sometimes not. For example if i google "mother teresa" - those images keep getting bigger and cover up the whole screen.. some other search terms do it, some dont.

Again this is on the latest seperent update from last saturday.. I'm more concerned about the pixai.art website i mentioned about though since i use that site every day. It's extrmely fustrating not having those image previews working when im trying to look through dozens of image generations on my account history stuff and other pages.

Anyway i dont know why the image growing stuff is happening on google now too, maybe uses the same code or something, who knows. :(

Edited by kuja killer
Link to comment
Share on other sites

I get this resizing crap ALL THE TIME with menu bar in with web app I have to support at work since many months ago, which have turned into years unless I unset a bunch of redundant CSS props. No one gives a s***. Try this with Google:

@-moz-document domain("www.google.com") {
  .e6hL7d,
  .c8rBkc.oLJ4Uc,
  .xd0Ff.YWkDN,
  .RbVlwe,
  .I9e1O,
  .lRPPDf {
    height: unset !important;
  }
}

Perhaps a similar solution can be found for PixAI.

Link to comment
Share on other sites

New NewMoon 27 Build!

32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20240601-07da6b90ed-xpmod.7z
32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20240601-07da6b90ed-xpmod-sse.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20240601-07da6b90ed-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20240601-07da6b90ed-xpmod.7z

source repo: https://github.com/roytam1/palemoon27

repo changes since my last build:
- nss: update nssckbi to 2.66 (1b2e5e9e5c)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1265072 part 1. Add GetWindowIfCurrent and GetDocumentIfCurrent helpers to DOMEventTargetHelper. r=smaug (238cf93592)
 - Bug 1265072 part 2. Get rid of uses of GetDocumentFromScriptContext in XMLHttpRequest code. r=smaug (263f063149)
 - Bug 1265072 part 3. Get rid of the use of GetDocumentFromScriptContext in DOMEventTargetHelper. r=smaug (8dd8dca53d)
 - Bug 1265072 part 4. Get rid of uses of GetDocumentFromScriptContext in WebSocket code. r=smaug (be9c18769b)
 - Bug 1265072 part 5. Get rid of uses of GetDocumentFromScriptContext in EventSource code. r=smaug (5fbcf73629)
 - Bug 1265072 part 6. Get rid of nsContentUtils::GetDocumentFromScriptContext. r=smaug (752aa67986)
 - Bug 1258576 part.1 nsContentIterator should give up to find next/previous node if it reached the root node unexpectedly r=smaug (7175ce5477)
 - Bug 1230660 - Remove verbose warnings emitted from nsContentIterator. r=smaug (ef0b8a3a4c)
 - Bug 1260908 - Fix type of kMinTelemetryMessageSize. r=smaug (8817839277)
 - Bug 1209461 - Remove compilation warnings in nsFrameMessageManager, r=smaug (da95cf91ab)
 - Bug 1251361 - "Assertion failure: cache->PreservingWrapper()" with <marquee>, navigation, adoptNode. r=smaug. (630cff1943)
 - Bug 1144204. Stop returning things for non-plug-in MIME types from the navigator.mimeTypes getter. r=smaug (329eac72b1)
 - Bug 1150709 - Add mForceContentDispatch to nsInProcessTabChildGlobal (r=smaug) (d7e2887457)
 - Bug 233705 - remove mDontWrapAnyQuotes, mWrapToWindow and pref wrap_to_window_width. r=ehsan (c7e98bc307)
 - Bug 1105556 - nsPerformance::CheckAllowedOrigin should return early for TYPE_DOCUMENT loads. TYPE_DOCUMENT loads don't go through a TimingAllowedCheck(). r=bz, vgosu (5da5530caf)
 - Bug 1241183 - Make nsScriptLoadRequest non-threadsafe now it's no longer used as a context for network loads r=sicking (206d763af8)
 - Bug 962251 - Add relatedTarget in FocusEvent, r=smaug (f66018e5a4)
 - Bug 1248806 - Splitting out protocol handlers from nsLayoutModule. r=bholley (572243ca92)
 - Bug 1256488 - Use Base64 URL-encoding in CryptoBuffer. r=ttaubert (9d28ca5f9c)
 - Bug 1243311 - Add structured cloning tests for CryptoKeys r=rbarnes (5cde35d811)
 - Bug 842818 - Enable structured cloning for CryptoKeys across threads r=baku,keeler (8863b23dc3)
 - Bug 1257325 - Silence VS2015 compiler warnings in CryptoKey.cpp f=gps r=rbarnes (0d93bdc950)
 - Bug 1188750 - Add test to ensure NSS is initialized before the WebCrypto API tries to deserialize a key f=keeler r=khuey (8d08363e2c)
 - Bug 842818 - Run WebCrypto tests in Workers r=mt,rbarnes (48477dfeb4)
 - Bug 1205177 - call fileHandleQueue->Finish if aFinish in FileHandleThreadPool::Enqueue. r=janv (f5d6737f27)
 - Bug 1206166 - Move FetchUtil::Consume methods into separate BodyUtil class and update Fetch.cpp and ServiceWorkerEvents.cpp accordingly. r=kitcambridge (967f2f58e1)
 - Bug 1250930 - Use SubtleCrypto's global when creating keys for an ImportKeyTask r=bz (6227fb14b3)
 - Bug 1250930 - Use correct global when creating a key in GenerateSymmetricKeyTask r=bz (92d7faa773)
 - Bug 1240436 - Part1: Convert UTF16 to UTF8 before generating nsStringInputStream. r=khuey (1919accaf8)
 - Bug 1240436 - Part2: Lossy convert UTF16 to ASCII before generating nsStringInputStream. r=mayhemer (03aa1b6dbe)
 - Bug 1240436 - Part3: Remove NS_NewStringInputStream to prevent misuse. r=froydnj (cff40c1b2e)
 - Bug 1263405 - Some headers missing in dom/base, r=smaug (12043c5368)
 - Bug 964583 - Revert Web IDL [EnforceRange] (unsigned) long long boundary conditions to match ES6. r=bz (6e235bb6b7)
 - Bug 1260838 - Assert that ScriptSource's reference count is zero upon destruction; r=jimb a=kwierso (8455465c92)
 - Bug 1257164 - Check for interrupts in a few loops in JSON.stringify to eliminate feedback-less hangs. r=evilpie (dbe1336aa8)
 - Bug 837192 followup: In js::FunctionToString, fold variable into its only remaining usage-site (an assertion) to fix opt Werror build failures. rs=Waldo (e6b4f52d6a)
 - Bug 1258436 - Remove GC suppression in JSFunction::createScriptForLazilyInterpretedFunction. r=sfink (206023942d)
 - Declare and define ExecutableAllocator::reprotectRegion only #ifdef NON_WRITABLE_JIT_CODE, to eliminate MOZ_ASSERT of a constant condition that makes some compilers warn. No bug, r=efaust over IRC (5a4d3ab11b)
 - Bug 1254369 - IonMonkey: MIPS: Fix ma_b(Register, Imm32, wasm::JumpTarget) missing. r=arai (2f906fec70)
 - Bug 1256502 - Use a uint32_t cast to avoid C4319 on VS2015; r=botond (93ba380002)
 - Bug 1236043 - Use TiledRegion for the invalid region of a layer. r=jrmuizel (37b87bc355)
 - Bug 1248044 - Add PingPongRegion for faster region operations for 2x memory usage. r=jrmuizel (fbd73fb879)
 - Bug 1236043 - Add a TiledRegion class. r=jrmuizel (3056f641a4)
 - Bug 1116473 - [3.2] Use RefPtr for AndroidSurfaceTexture references. r=snorp (c6e80d0d84)
 - Bug 1116473 - [1.1] Handle AndroidSurfaceTexture mapping in thread-safe class. r=snorp (ee8b1d0736)
 - Bug 1116473 - [2.1] Const-correctness fixes. r=snorp (5f5fb8fbc4)
 - Bug 1251163 - Clear android surface texture before widget shutdown, r=nical (b71d849297)
 - Bug 1245813 - Make TextureHost bullet-proof against changing its compositor. r=dvander (b0ef2492fc)
 - Recreate GLTextureSources after changing compositors on Mac. (bug 1247611, r=mattwoodrow) (26bd0e69aa)
 - Bug 1258768 - Check compositor backends before casting. r=dvander (98929ca492)
 - Bug 1245813 - Fix a trivial inverted null check in TextureHostOGL.cpp. r=me (956cfd2e5c)
 - Bug 1245813 - Add a missing parenthesis on NS_SUCCEEDED, on a CLOSED TREE. (8e13cc3e1b)
 - Bug 1262601 - Handle video content as opaque in PostProcessLayers() r=mattwoodrow (ba578d7394)
 - Bug 1258768 - Remove the remaining unsafe compositor casts. r=dvander (8ec58c0ce8)
 - Bug 1229946 - report GL_ARB_texture_rg extension to SkiaGL to avoid using GL_ALPHA render targets. r=jgilbert (cf0f3a9fec)
 - Bug 1238541 - Don't die in SharedSurface_EGLImage::ProducerReadReleaseImpl() if there is an existing fence r=jgilbert (c1ea4891f7)
 - Bug 1240806 - Remove some dead code in GLContextProviderEGL. r=jgilbert (40484e9039)
 - Bug 1258094 - Use SurfaceFormat::B8G8R8A8 as back buffer surface r=jrmuizel (cec7a31ffd)
 - Bug 1254897 - Recycle back buffer in BasicCompositor r=jrmuizel (0359698b68) (2ce8c88a9b)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1248822 - In LayerManagerComposite::UpdateAndRender(), call PostProcessLayers() before LayerTreeInvalidation. r=mattwoodrow (503f81f51f)
 - Bug 1259541 - Reduce clearing backbuffer in nsBaseWidget::CreateBackBufferDrawTarget() r=mattwoodrow (4f8cf8ab04)
 - Bug 1174461 - [e10s] Return a cached result from SendGetNativePluginPort (r=jimm) a=kwierso (fff65b95ac)
 - Bug 1263200 - Reset the APZ pointer in the base widget to null if the compositor creation fails. r=mstange (109d4a16a8)
 - Bug 1264161 - Ensure we null out APZ pointers to the widget when it gets destroyed. r=botond (fdb516451e)
 - Bug 1260018 - Route drag events to APZ, so it can accurately detect the end of a drag. r=kats (acd2b4a051)
 - Remove drawWidgetAsOnScreen. (bug 1264393, r=mattwoodrow, webidl r=khuey) (b0ce23eacc)
 - Bug 1254151 - use B8G8R8X8 for 24 bit depth visuals in nsShmImage with Cairo. r=jrmuizel (070ef9495d)
 - Bug 1218955 - Remove nsIMEPicker, r=jchen (83adb6c582)
 - Bug 1255655 - Const-ify keysymtab. r=karlt. (d9544cbf0c)
 - Bug 1165048 - Music playback is getting stopped and is not resumed when modem is restarted. r=mwu (d3f99f8542)
 - Bug 1264183. Remove unused argument to nsView::InvalidateHierarchy. r=mats (218ce04623)
 - Bug 1210617 - [e10s] Implement PrivateBrowsingChannel for ExternalHelperAppParent. r=jduell (36e6ab7635)
 - Bug 1258087 - Fix -Wunreachable-code warning in StartupCache.cpp on macosx64-mulet. r=froydnj (5f88df6993)
 - Bug 1329798 - Include sys/sysmacros.h for major(), minor() on Linux. r=glandium, a=jcristau (a5c4073eb2)
 - guard for non-linux system again or mac & FreeBSD fail to compile (6b5d2856b6) (07da6b90ed)

Link to comment
Share on other sites

New regular/weekly KM-Goanna release:
https://o.rthost.win/kmeleon/KM76.5.4-Goanna-20240601.7z

Changelog:

Out-of-tree changes:
* update Goanna3 to git df2987f659...07da6b90ed:
- nss: update nssckbi to 2.66 (1b2e5e9e5c)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1265072 part 1. Add GetWindowIfCurrent and GetDocumentIfCurrent helpers to DOMEventTargetHelper. r=smaug (238cf93592)
 - Bug 1265072 part 2. Get rid of uses of GetDocumentFromScriptContext in XMLHttpRequest code. r=smaug (263f063149)
 - Bug 1265072 part 3. Get rid of the use of GetDocumentFromScriptContext in DOMEventTargetHelper. r=smaug (8dd8dca53d)
 - Bug 1265072 part 4. Get rid of uses of GetDocumentFromScriptContext in WebSocket code. r=smaug (be9c18769b)
 - Bug 1265072 part 5. Get rid of uses of GetDocumentFromScriptContext in EventSource code. r=smaug (5fbcf73629)
 - Bug 1265072 part 6. Get rid of nsContentUtils::GetDocumentFromScriptContext. r=smaug (752aa67986)
 - Bug 1258576 part.1 nsContentIterator should give up to find next/previous node if it reached the root node unexpectedly r=smaug (7175ce5477)
 - Bug 1230660 - Remove verbose warnings emitted from nsContentIterator. r=smaug (ef0b8a3a4c)
 - Bug 1260908 - Fix type of kMinTelemetryMessageSize. r=smaug (8817839277)
 - Bug 1209461 - Remove compilation warnings in nsFrameMessageManager, r=smaug (da95cf91ab)
 - Bug 1251361 - "Assertion failure: cache->PreservingWrapper()" with <marquee>, navigation, adoptNode. r=smaug. (630cff1943)
 - Bug 1144204. Stop returning things for non-plug-in MIME types from the navigator.mimeTypes getter. r=smaug (329eac72b1)
 - Bug 1150709 - Add mForceContentDispatch to nsInProcessTabChildGlobal (r=smaug) (d7e2887457)
 - Bug 233705 - remove mDontWrapAnyQuotes, mWrapToWindow and pref wrap_to_window_width. r=ehsan (c7e98bc307)
 - Bug 1105556 - nsPerformance::CheckAllowedOrigin should return early for TYPE_DOCUMENT loads. TYPE_DOCUMENT loads don't go through a TimingAllowedCheck(). r=bz, vgosu (5da5530caf)
 - Bug 1241183 - Make nsScriptLoadRequest non-threadsafe now it's no longer used as a context for network loads r=sicking (206d763af8)
 - Bug 962251 - Add relatedTarget in FocusEvent, r=smaug (f66018e5a4)
 - Bug 1248806 - Splitting out protocol handlers from nsLayoutModule. r=bholley (572243ca92)
 - Bug 1256488 - Use Base64 URL-encoding in CryptoBuffer. r=ttaubert (9d28ca5f9c)
 - Bug 1243311 - Add structured cloning tests for CryptoKeys r=rbarnes (5cde35d811)
 - Bug 842818 - Enable structured cloning for CryptoKeys across threads r=baku,keeler (8863b23dc3)
 - Bug 1257325 - Silence VS2015 compiler warnings in CryptoKey.cpp f=gps r=rbarnes (0d93bdc950)
 - Bug 1188750 - Add test to ensure NSS is initialized before the WebCrypto API tries to deserialize a key f=keeler r=khuey (8d08363e2c)
 - Bug 842818 - Run WebCrypto tests in Workers r=mt,rbarnes (48477dfeb4)
 - Bug 1205177 - call fileHandleQueue->Finish if aFinish in FileHandleThreadPool::Enqueue. r=janv (f5d6737f27)
 - Bug 1206166 - Move FetchUtil::Consume methods into separate BodyUtil class and update Fetch.cpp and ServiceWorkerEvents.cpp accordingly. r=kitcambridge (967f2f58e1)
 - Bug 1250930 - Use SubtleCrypto's global when creating keys for an ImportKeyTask r=bz (6227fb14b3)
 - Bug 1250930 - Use correct global when creating a key in GenerateSymmetricKeyTask r=bz (92d7faa773)
 - Bug 1240436 - Part1: Convert UTF16 to UTF8 before generating nsStringInputStream. r=khuey (1919accaf8)
 - Bug 1240436 - Part2: Lossy convert UTF16 to ASCII before generating nsStringInputStream. r=mayhemer (03aa1b6dbe)
 - Bug 1240436 - Part3: Remove NS_NewStringInputStream to prevent misuse. r=froydnj (cff40c1b2e)
 - Bug 1263405 - Some headers missing in dom/base, r=smaug (12043c5368)
 - Bug 964583 - Revert Web IDL [EnforceRange] (unsigned) long long boundary conditions to match ES6. r=bz (6e235bb6b7)
 - Bug 1260838 - Assert that ScriptSource's reference count is zero upon destruction; r=jimb a=kwierso (8455465c92)
 - Bug 1257164 - Check for interrupts in a few loops in JSON.stringify to eliminate feedback-less hangs. r=evilpie (dbe1336aa8)
 - Bug 837192 followup: In js::FunctionToString, fold variable into its only remaining usage-site (an assertion) to fix opt Werror build failures. rs=Waldo (e6b4f52d6a)
 - Bug 1258436 - Remove GC suppression in JSFunction::createScriptForLazilyInterpretedFunction. r=sfink (206023942d)
 - Declare and define ExecutableAllocator::reprotectRegion only #ifdef NON_WRITABLE_JIT_CODE, to eliminate MOZ_ASSERT of a constant condition that makes some compilers warn. No bug, r=efaust over IRC (5a4d3ab11b)
 - Bug 1254369 - IonMonkey: MIPS: Fix ma_b(Register, Imm32, wasm::JumpTarget) missing. r=arai (2f906fec70)
 - Bug 1256502 - Use a uint32_t cast to avoid C4319 on VS2015; r=botond (93ba380002)
 - Bug 1236043 - Use TiledRegion for the invalid region of a layer. r=jrmuizel (37b87bc355)
 - Bug 1248044 - Add PingPongRegion for faster region operations for 2x memory usage. r=jrmuizel (fbd73fb879)
 - Bug 1236043 - Add a TiledRegion class. r=jrmuizel (3056f641a4)
 - Bug 1116473 - [3.2] Use RefPtr for AndroidSurfaceTexture references. r=snorp (c6e80d0d84)
 - Bug 1116473 - [1.1] Handle AndroidSurfaceTexture mapping in thread-safe class. r=snorp (ee8b1d0736)
 - Bug 1116473 - [2.1] Const-correctness fixes. r=snorp (5f5fb8fbc4)
 - Bug 1251163 - Clear android surface texture before widget shutdown, r=nical (b71d849297)
 - Bug 1245813 - Make TextureHost bullet-proof against changing its compositor. r=dvander (b0ef2492fc)
 - Recreate GLTextureSources after changing compositors on Mac. (bug 1247611, r=mattwoodrow) (26bd0e69aa)
 - Bug 1258768 - Check compositor backends before casting. r=dvander (98929ca492)
 - Bug 1245813 - Fix a trivial inverted null check in TextureHostOGL.cpp. r=me (956cfd2e5c)
 - Bug 1245813 - Add a missing parenthesis on NS_SUCCEEDED, on a CLOSED TREE. (8e13cc3e1b)
 - Bug 1262601 - Handle video content as opaque in PostProcessLayers() r=mattwoodrow (ba578d7394)
 - Bug 1258768 - Remove the remaining unsafe compositor casts. r=dvander (8ec58c0ce8)
 - Bug 1229946 - report GL_ARB_texture_rg extension to SkiaGL to avoid using GL_ALPHA render targets. r=jgilbert (cf0f3a9fec)
 - Bug 1238541 - Don't die in SharedSurface_EGLImage::ProducerReadReleaseImpl() if there is an existing fence r=jgilbert (c1ea4891f7)
 - Bug 1240806 - Remove some dead code in GLContextProviderEGL. r=jgilbert (40484e9039)
 - Bug 1258094 - Use SurfaceFormat::B8G8R8A8 as back buffer surface r=jrmuizel (cec7a31ffd)
 - Bug 1254897 - Recycle back buffer in BasicCompositor r=jrmuizel (0359698b68) (2ce8c88a9b)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1248822 - In LayerManagerComposite::UpdateAndRender(), call PostProcessLayers() before LayerTreeInvalidation. r=mattwoodrow (503f81f51f)
 - Bug 1259541 - Reduce clearing backbuffer in nsBaseWidget::CreateBackBufferDrawTarget() r=mattwoodrow (4f8cf8ab04)
 - Bug 1174461 - [e10s] Return a cached result from SendGetNativePluginPort (r=jimm) a=kwierso (fff65b95ac)
 - Bug 1263200 - Reset the APZ pointer in the base widget to null if the compositor creation fails. r=mstange (109d4a16a8)
 - Bug 1264161 - Ensure we null out APZ pointers to the widget when it gets destroyed. r=botond (fdb516451e)
 - Bug 1260018 - Route drag events to APZ, so it can accurately detect the end of a drag. r=kats (acd2b4a051)
 - Remove drawWidgetAsOnScreen. (bug 1264393, r=mattwoodrow, webidl r=khuey) (b0ce23eacc)
 - Bug 1254151 - use B8G8R8X8 for 24 bit depth visuals in nsShmImage with Cairo. r=jrmuizel (070ef9495d)
 - Bug 1218955 - Remove nsIMEPicker, r=jchen (83adb6c582)
 - Bug 1255655 - Const-ify keysymtab. r=karlt. (d9544cbf0c)
 - Bug 1165048 - Music playback is getting stopped and is not resumed when modem is restarted. r=mwu (d3f99f8542)
 - Bug 1264183. Remove unused argument to nsView::InvalidateHierarchy. r=mats (218ce04623)
 - Bug 1210617 - [e10s] Implement PrivateBrowsingChannel for ExternalHelperAppParent. r=jduell (36e6ab7635)
 - Bug 1258087 - Fix -Wunreachable-code warning in StartupCache.cpp on macosx64-mulet. r=froydnj (5f88df6993)
 - Bug 1329798 - Include sys/sysmacros.h for major(), minor() on Linux. r=glandium, a=jcristau (a5c4073eb2)
 - guard for non-linux system again or mac & FreeBSD fail to compile (6b5d2856b6) (07da6b90ed)

* Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.

A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76

Link to comment
Share on other sites

Posted (edited)

TLS 1.3 update for my older browsers:

NewMoon 26 for Win2000:
http://o.rthost.win/gpc/files1.rt/palemoon-26.5.0-20240601.win2000.7z

K-Meleon 74 Goanna 2.2:
http://o.rthost.win/gpc/files1.rt/KM74-g22-20240601.win2000.7z

Retrozilla (suite):
http://o.rthost.win/gpc/files1.rt/retrozilla-suite-tls13-20240526.7z

Retrozilla browser (rzbrowser):
http://o.rthost.win/gpc/files1.rt/rzbrowser-tls13-20240526.7z

K-Meleon 1.5.4:
http://o.rthost.win/gpc/files1.rt/K-Meleon1.5.4en-US.tls13.7z

TLS 1.3 update files for Netscape 9:
http://o.rthost.win/gpc/files1.rt/ns9-nss-update-tls13.7z

TLS 1.3 update files for Firefox 1.0 - 1.5 and K-Meleon 0.8 - 1.1.6:
http://o.rthost.win/gpc/files1.rt/VC6-nss-update-tls13.7z

Classilla 9.3.3/9.3.4b suite: ^
http://o.rthost.win/gpc/files1.rt/classilla-9.3.3-win32-tls13.7z

Phoenix 0.5 with Classilla 9.3.3/9.3.4b changes: ^
http://o.rthost.win/gpc/files1.rt/phoenix-0.5-cl933-tls13.7z

^ also comes with fixes for running under Win9x/FAT, also fixed some crashes in updated archive.

Edited by roytam1
Link to comment
Share on other sites

Posted (edited)

Revised CSS fix for Google Search:

@-moz-document domain("www.google.com") {
  .lRPPDf {
    height: unset !important;
  }
  .VNzqVe {
    flex: unset !important;
  }
}

PixAI now deviates a bit from how it was intended, but at least it stops resizing like mad, though it would also need other fixes:

@-moz-document domain("pixai.art") {
  #app .size-full {
    width: unset !important;
    height: unset !important;
    min-width: 100%;
    min-height: 100%;
  }
}
Edited by UCyborg
Link to comment
Share on other sites

Il y a 7 heures, roytam1 a dit :

Mise à jour TLS 1.3 pour mes anciens navigateurs :

NewMoon 26 pour Win2000 :
http://o.rthost.win/gpc/files1.rt/palemoon-26.5.0-20240601.win2000.7z

K-Meleon 74 Goanna 2.2 :
http://o.rthost.win/gpc/files1.rt/KM74-g22-20240601.win2000.7z

Retrozilla (suite):
http://o.rthost.win/gpc/files1.rt/retrozilla-suite-tls13-20240526.7z

Navigateur Retrozilla (rzbrowser) :
http://o.rthost.win/gpc/files1.rt/rzbrowser-tls13-20240526.7z

K-Méléon 1.5.4 :
http://o.rthost.win/gpc/files1.rt/K-Meleon1.5.4en-US.tls13.7z

Fichiers de mise à jour TLS 1.3 pour Netscape 9 :
http://o.rthost.win/gpc/files1.rt/ns9-nss-update-tls13.7z

Suite Classe 9.3.3/9.3.4b : ^
http://o.rthost.win/gpc/files1.rt/classilla-9.3.3-win32-tls13.7z

Modifications de Phoenix 0.5 avec Classilla 9.3.3/9.3.4b : ^
http://o.rthost.win/gpc/files1.rt/phoenix-0.5-cl933-tls13.7z

^ est également livré avec des correctifs pour fonctionner sous Win9x/FAT.

Wow thanks, I use still Retrozilla ! Yes Tls 1.3 was missing.

Link to comment
Share on other sites

Posted (edited)
2 hours ago, UCyborg said:

Revised CSS fix for Google Search:

@-moz-document domain("www.google.com") {
  .lRPPDf {
    height: unset !important;
  }
  .VNzqVe {
    flex: unset !important;
  }
}

PixAI now deviates a bit from how it was intended, but at least it stops resizing like mad, though it would also need other fixes:

@-moz-document domain("pixai.art") {
  #app .size-full {
    width: unset !important;
    height: unset !important;
    min-width: 100%;
    min-height: 100%;
  }
}

what do i do to add this ? sorry i have no clue about CSS stuff. I dont know anything about programming, is this something we can do ourselves somewhere or something without waiting for the next update from roytam1 ??

Where or what do i edit or what. I'm clueless. :(

Edited by kuja killer
Link to comment
Share on other sites

Posted (edited)

It's just a DIY temporary fix, easiest way to use it is by using a user style manager like Stylem, which you should be able to download from either https://addons.palemoon.org/addon/stylem/ or https://addons.basilisk-browser.org/addon/stylem/, after installing it and restarting the browser, it will add another section on the page with Add-ons, where you can add a new style, give it a name, paste the code and save it. Add one for Google and another one for PixAI.

Extension's commands are also accessible from its toolbar button.

Edited by UCyborg
Link to comment
Share on other sites

Posted (edited)

Ohhh wow. I did not know that. Okay i installed that addon and added the CSS code things you posted, tested and both google and pixai arent doing the stupid image growing and automatic scrolling page thing i described before. That's great. Thank you. :)

Now all that's left is just the image previews on most other pages on the site, i hope. About the web console saying that "image elements/arguments missing" error it says that VistaLover pointed out.

Edited by kuja killer
Link to comment
Share on other sites

Posted (edited)
On 5/29/2024 at 7:45 PM, VistaLover said:
On 5/29/2024 at 6:24 PM, AstroSkipper said:

BTW, Amazon, eBay and Paypal have become really bad.

Nah... "They" were "bad" to begin with :angry: ... Updating their code frameworks to target Google Chrome 125+ (which "they" expect every single one of their users to be on at the moment :whistle:) is what distances all these services further away from what UXP can (reasonably) digest :( ...

As part of my research into hardware acceleration in the Thorium Browser, I have now taken another look at New Moon 28 and Serpent 52
uniforme4.gif 
I realised that hardware acceleration was not running to its full extent. suisjebete.gif I have now fixed this. d010.gif And what shall I say, at the moment Amazon and eBay are working perfectly again in these browsers, especially in New Moon 28. And all that on my acient machine. 100% CPU utilisation is no longer an issue, quite the opposite. :P I am delighted. :cheerleader:

Edited by AstroSkipper
Update of content
Link to comment
Share on other sites

Posted (edited)

So what exactly did you do?

BTW, my previous computer had more ancient graphics card, NVIDIA GeForce4 MX 440, Direct3D 7 level, I doubt any browser acceleration would work on it. What increased the performance of that computer was overclocking, Celeron could be overclocked by a whooping half gigahertz before serious stability issues were noticed. Similar for graphics card, but I don't remember the numbers, except that they were in megahertz. I just remember putting those sliders in RivaTuner near the red line and it still worked. xD I don't think it was literally red, but the limit was color coded somehow on the slider.

Although I'm not sure even that was truly stable, the computer would emit beeps while playing games. Or was that only with 2,6 GHz CPU overclock, I really don't remember anymore, it was over half my life ago.

Edited by UCyborg
Link to comment
Share on other sites

Posted (edited)
17 hours ago, AstroSkipper said:

As part of my research into hardware acceleration in the Thorium Browser, I have now taken another look at New Moon 28 and Serpent 52
uniforme4.gif 
I realised that hardware acceleration was not running to its full extent. suisjebete.gif I have now fixed this. d010.gif And what shall I say, at the moment Amazon and eBay are working perfectly again in these browsers, especially in New Moon 28. And all that on my acient machine. 100% CPU utilisation is no longer an issue, quite the opposite. :P I am delighted. :cheerleader:

 

6 hours ago, UCyborg said:

So what exactly did you do?

TBH, in the many years that first Pale Moon and then New Moon 28 have been my daily browsers, I didn’t care much about the hardware acceleration settings. It was enabled, and that was it. However, since the websites have become more and more bloated and sluggish, I have always taken some measures to increase the page loading speed. Since the hardware acceleration was activated, I always thought that nothing can be increased. Based on my research, I came to the conclusion that this is not quite true. Two preferences were not optimally configured to enjoy hardware acceleration to its full extent under my hardware conditions, which I have now corrected. These are the preferences layers.acceleration.disabled, which I now set from true to false, and layers.prefer-d3d9, which I switched from false to true. Now, the hardware acceleration is working great and much better than before. :thumbup Amazon and eBay are now loading fine, and less lags while using the MSFN forum editor as, for example, in this moment. :o :P

Edited by AstroSkipper
Correction
Link to comment
Share on other sites

On 6/1/2024 at 8:31 AM, seven4ever said:

Wow thanks, I use still Retrozilla ! Yes Tls 1.3 was missing.

Tested on Win 95, works! Update works too for Netscape 9 on Nt4

Retoz13.thumb.png.5b1946b84adc653a2d5ee1e7fd1e388d.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...