AC-baidu-google_sogou_bing_RedirectRemove_favicon_adaway_TwoLine

1.bypass the redirect link at baidu\sogou\google\haosou; 2.remove ads at baidu; 3.add Favicon for each website; 4.render your own style; 5.counter; 6.Switch to handle all 7.Auto Pager

< Feedback on AC-baidu-google_sogou_bing_RedirectRemove_favicon_adaway_TwoLine

Review: Good - script works

§
Posted: 2018-09-07
Edited: 2019-02-12

单列居中不正常

单列居中其实是偏左边 根本没居中 右边留了很大空白 不美观 希望作者改进 我用的chrome

§
Posted: 2018-09-08

你不是分辨率1080px1920,作者是在某个像素偏移上,做的居中。10801920(指宽1920)是居中的,其他分辨率是有偏移的,你可以的话,可以调一下偏移像素,作者做了详细的注解。 百度的https://coding.net/u/zb227/p/zbImg/git/raw/master/baiduOnePageStyle.css?t=19.2 谷歌的https://coding.net/u/zb227/p/zbImg/git/raw/master/googleOnePageStyle.css?t=19.2

我看了之后有点晕,建议先加个1px的边框,看看框架,慢调。 主体搜索内容(百度的)

content_left,#rs,#page{

position:relative;
padding-left: 0;
margin-left: calc(38% - 330px);  /*主体搜索内容,(左边)向右偏移38%,并向左偏移330像素*/
width: 50%!important;
min-width: 670px;

}

其他的部分你问作者吧?强迫症啊!

§
Posted: 2018-09-08

编辑脚本----点外部-----找上面的样式--百度的(或谷歌)---找到content_left,#rs,#page-----改margin-left: calc(38% - 330px)中的数字,直到合适。

§
Posted: 2018-09-08

感谢楼上的帮忙解答,谢谢。 ps楼主,分辨率过大的话确实不美观,所以你可以把右边栏点出来,两边都有东西看着美观一些,同时也不会看着过于空洞,实在不习惯就用双列吧

Post reply

Sign in to post a reply.