Center the Google search results.
< 脚本 谷歌搜索结果居中 的反馈
没有用的,需要编辑脚本,将执行代码替换为以下内容即可,最佳实践!
(function() { 'use strict'; document.body.style.setProperty('--center-abs-margin', 'calc((100vw - var(--center-width) - var(--rhs-width)) / 2)') })();
登录以发布留言。
没有用的,需要编辑脚本,将执行代码替换为以下内容即可,最佳实践!