Greasy Fork

Greasy Fork is available in English.

谷歌搜索结果居中

Center the Google search results.

< 脚本谷歌搜索结果居中的反馈

提问/评论

§
发表于:2022-12-30

没有用的,需要编辑脚本,将执行代码替换为以下内容即可,最佳实践!

(function() {
    'use strict';


    document.body.style.setProperty('--center-abs-margin', 'calc((100vw - var(--center-width) - var(--rhs-width)) / 2)')
})();

发表回复

登录以发表回复。