How to disable the loading circle of a browser ( near favicon )
问题 I want to disable the loading bar of the browser i.e above the address bar as show here : I have seen on many websites such as Rededition in which when we click on a hyperlink the browser loading circle near favicon is not shown 回答1: The page your are referring to isn't loading a new page when a link is clicked, all the necessary pages have already been pre-loaded in one html file. If you notice in the url bar you don't see the file extension being loaded. 来源: https://stackoverflow.com