test-2

test-2
test-2

test-2
test-2

Google has confirmed that a bug on its end is causing website favicons to disappear from Google Search results. Rajan Patel said the company identified the issue and is working to resolve it.

浏览器扩展使用 JavaScript、HTML、CSS 开发实现,理论上可以一套代码实现适配多个浏览器。但事实上浏览器之间还是存在一些差异,比如 manifest.json 的兼容性,在这个详细的列表里 https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_compatibility_for_manifest.json 可以看到差异还是很大。不过还好,可以使用 webextension-polyfill 解决不同浏览器 API 兼容问题,或者直接使用 Plasmo 框架,这样就无需考虑配置和浏览器扩展特性兼容问题。

Simplicity isn't the absence of complexity. It's the result of understanding a problem well enough to solve it cleanly.