ebay.in Freezes PM Temporarily for a few seconds

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
marigold
Apollo supporter
Apollo supporter
Posts: 38
Joined: 2023-05-26, 17:45

ebay.in Freezes PM Temporarily for a few seconds

Unread post by marigold » 2024-03-04, 11:56

Website:
ebay.in which redirects to https://sellglobal.ebay.in/seller-center/

Issue:
Website loads and renders in browser and then freezes PM for a few seconds. Happens on every link on the site.

Browser version:
PaleMoon 33.0.1 (64bit) macOS

Developer Tools Web Console output:

Code: Select all

JQMIGRATE: Migrate is installed, version 3.4.1     		3xtbv.js:1:981
Error: Script terminated by timeout at:               		3xtbr.js:1:7552
value@https://sellglobal.ebay.in/seller-center/wp-content/cache/wpfc-minified/2ddxoumg/3xtbr.js:1:7552

User avatar
adoxa
Fanatic
Fanatic
Posts: 170
Joined: 2019-03-16, 13:26

Re: ebay.in Freezes PM Temporarily for a few seconds

Unread post by adoxa » 2024-03-05, 07:33

It seems to be getting stuck in some sort of resize loop. Here's a Modify HTTP Response filter to prevent it.

Code: Select all

[["sellglobal.ebay.in",["/lkwdbgbo\\/3xtbo\\.js$/",["/trigger\\(\"resize\"/g","trigger(\"x-resize\""]]]]
This will probably break whenever they update (I only did it for a specific URL, which will probably get renamed in an update).