6 ms·
Ha. Last time I wanted to buy something on Amazon, their search page kept freezing every time I load it: 100% CPU load. Because I really wanted to buy that thin
by ffe44 7y ago
Ha. Last time I wanted to buy something on Amazon, their search page kept freezing every time I load it: 100% CPU load. Because I really wanted to buy that thing, I spent 30 mins debugging their silly scripts and found one for-loop that tries to find a non-existent element. Unfortunately, I couldn't figure out a way to enable my fix in a minified script, as reloading the page kept loading the original script.
- mcdevilkiller 7y agoWhit uMatrix, you could have created a rule to block that script.
- edoloughlin 7y agoPut a breakpoint on the offending line, manually add the element when it breaks, hit resume and hope for the best?
- giardini 7y agoTurn off Javascript - Amazon still works OK.