Greasy Fork is available in English.

谷歌搜索结果居中

Center the Google search results.

< Commentaires sur 谷歌搜索结果居中

Question / commentaire

§
Posté le: 07/12/2021

(function() {
'use strict';
var style = document.createElement('style');
var cssStyle = '@media(min-width:1410px){#extabar {display: flex;justify-content: center;} #slim_appbar {width: 1280px;margin-left:0;padding-left: 221px;box-sizing: border-box;} '+
'#searchform .tsf{margin:0 auto}#hdtb-s{display:flex;justify-content:center}.mw{margin:0 auto}#fbar{text-align:center}#topabar{max-width:1197px;margin:0 auto;min-width:1100px}.K1fSEd{text-align:center;} .yg51vc,.GyAeWb{max-width:1197px;margin:0 auto;min-width:1100px} .A8SBwf{margin-left: -27px!important;;}';

style.innerText = cssStyle;
document.querySelector('head').appendChild(style);
})();


编辑把这个拷贝进去,就可以用了

§
Posté le: 04/05/2022

只有搜索框居中,搜索结果居中失效

Poster une réponse

Connectez-vous pour poster une réponse.