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