Google搜索居中
Chrome插件 stylish
URL前缀: https://www.google.com/search
@media (min-width: 1480px) {
.GcKpu {
display: flex;
justify-content: center;
}
body {
max-width: max-content;
margin-left: auto;
margin-right: auto;
}
}