Since it is not possible to use Greasemonkey for this , I want to write a Chrome extension that will reload the page if it was not able to load initially.
I know how to write a Chrome extension, I have already introduced scripts and figured out how to communicate with pages, so I have basic knowledge of how tabs work and how to build my manifest.
What events am I looking for and how can I make it work for both GET requests and POST?
source
share