Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Disable 'Page unresponsive' window

Post Reply
thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Disable 'Page unresponsive' window

Post by thefunkyjoint »

Hello,

Is there a way to disable this popup ? I would like to always wait, not showing this error :

https://ibb.co/LY4NQbt
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Disable 'Page unresponsive' window

Post by salvadordf »

Hi,

Apparently, Google don't want to expose any way to modify the timeouts :
https://superuser.com/questions/633648/how-can-i-change-the-default-website-connection-timeout-in-chrome/633649#633649

I've never tried these switches but perhaps they're what you're looking for :
  • --disable-timeouts-for-profiling : Disable timeouts that may cause the browser to die when running slowly. This is useful if running with profiling (such as debug malloc).
  • --network-quiet-timeout : Sets the timeout seconds of the network-quiet timers in IdlenessDetector. Used by embedders who want to change the timeout time in order to run web contents on various embedded devices and changeable network bandwidths in different regions. For example, it's useful when using FirstMeaningfulPaint signal to dismiss a splash screen.
  • --timeout : Issues a stop after the specified number of milliseconds. This cancels all navigation and causes the DOMContentLoaded event to fire.
Post Reply