删除 google chrome 选项卡中的加载微调器

Remove the loading spinner in google chrome tab

我正在尝试为我的项目制作一个网站。在寻找一些 "cool" 想法时,我偶然发现了 https://www.fliplingo.com/。在本网站上,当您点击任何选项卡时,chrome 选项卡中的网站图标不会变为微调图标。相反,在页面本身的顶部有一个进度条和一个微调器。我该怎么做呢?

这个微调器的确切站点实现是使用 ng-progress / angular SPA 完成的。你可以看到当他们的页面加载时,ng-progress-busy class 被添加到 html 标签。

http://victorbjelkholm.github.io/ngProgress/

另一种解决方案,如果您只想在 AJAX 调用或页面加载时使用不带 Angular 的进度条,您可以使用 NProgress https://github.com/rstacruz/nprogress 这就是 NgProgress 的基础来自

YouTube、Medium 等上的细长进度条示例http://ricostacruz.com/nprogress