Skip to content

Instantly share code, notes, and snippets.

@vimcaw
Created September 4, 2022 06:14
Show Gist options
  • Save vimcaw/4f674ee06916a2b54e322105b42fda54 to your computer and use it in GitHub Desktop.
Save vimcaw/4f674ee06916a2b54e322105b42fda54 to your computer and use it in GitHub Desktop.
让网页在双核浏览器中使用 Chromium 内核
<!-- 使用 Chromium 内核,作用于 360 浏览器、QQ 浏览器等国产双核浏览器 -->
<meta name="renderer" content="webkit" />
<!-- 使用 Chromium 内核,作用于其他双核浏览器 -->
<meta name="force-rendering" content="webkit" />
<!-- 如果有安装 Google Chrome Frame 插件则使用 Chromium 内核,否则使用本机支持的最高版本 IE 内核,作用于 IE 浏览器 -->
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment