怎麼去掉 Chrome 新標籤頁的縮略圖?
就是怎麼把中間的白塊去掉(平時應該是常用網站,我全部右上角點x後就變成白塊了)...
可以試試這個Empty New Tab Page
有個方法
最新 去掉 Chrome 新標籤頁的8個縮略圖
1月某日 谷歌更新了 版本號 63.0.3239.132 長期使用建議關掉谷歌自動更新,關閉方法自行搜索
最近我爬梯子的時候總是打滑 就自己加了個百度搜索 效果圖如下
鏈接:https://share.weiyun.com/7609366bb4533f8046c0baba30a15fac(密碼:vr9y)
好用請點贊把我頂上去讓大家看到, 不好用請評論
需要 不帶百度的 可以自己下了
使用方法 下載對應版本 pak 重命名resources.pak 放到chrome 根目錄下替換
12.15 chrome 升級了 ,改了結構 版本號 63.0.3239.108
最新修改pak 鏈接:https://share.weiyun.com/49c3ff64d4944a5c6be6fc86cc63b84c(密碼:SgeZ)
好用請點贊把我頂上去讓大家看到, 不好用請評論
使用方法 下載pak 重命名resources.pak 放到chrome 根目錄下替換
63 版本 修改文件路徑
esourceschromerowser
esourceslocal_ntp 有 js 和html基礎的可以進行高度自由化
分割線-----------------------------------以下方法只適用於62版本谷歌---------------
@陳顥偉 測試後電腦未知原因不能使用,遠程操作後確實無效,我台式機筆記本工作正常,後來他推薦了一個插件Bing new tab 也能接受
win 10 版本差距較大 可能是失效原因, 推薦各位更新win10
雙11 給懶得動手黨的禮物
鏈接:https://share.weiyun.com/d49cf7cfa93d940d53b64765e106c99b(密碼:ji3K)
下載後 右鍵chrome瀏覽器 屬性 打開文件位置 繼續右鍵打開文件夾位置 到達根目錄
進 62.0.32文件夾 將 我分享的文件替換 (記得備份自己的)
適用於 62.0.32 版本 或許之後的版本也能用 具體有待測試
10.30 更新 chrome 最新版本 環境win 10
- 下載小工具 ChromePak V5 小工具鏈接:https://share.weiyun.com/d1c2182dc1094a1f1bad4aa9f2fa8ab1(密碼:7XCW)
- 將chrome 根目錄resources.pak 複製到解壓的小工具文件目錄下對應系統的 86 和64
- 文件夾內 shift +右鍵,在此處啟動powershell 將 pak_tools.exe 拖到 shell框里,然後輸入 括弧內代碼( -c=unpack -f=)最後將resources.pak拖放進去按回車 結果如下
4. 用notepade++Notepad++ v7.5.1 - Current Version 打開文件resourcesunknown315 搜索「#most-visited」 更改為如下
「 display: none !important;」
保存
5.與步驟3相同方式,代碼更換為( -c=repack -f=)
將生成的pak複製到谷歌根目錄下
感謝以上工具作者@shuax 的付出
@鏡海藍星
接樓上答案,按樓主12,在3的這段代碼 #most-visited加上 display 會有如下效果,
感謝@鏡海藍星 此答案僅為補充
2017.11.30:各位,作者最近重新上傳了此插件,但是插件名字改成了Super Evil New Tab,你可以通過原來的名字搜索,Google Chrome的第一個就是了,不過體驗了一下,它的頁面現在是一個空白頁面,感覺不舒服,然後我嘗試著作者給的代碼進行了修飾,結果頁面如下
其實也就多了幾個字而已。。。
打開插件中的選項按鈕,會顯示如下頁面(我這是添加後的,沒有添加前框框里都是空的)
然後你在Custom css中輸入一下代碼(源代碼地址)
html, body {
background-color: #272b30; color: #fff; width: 100%; height: 100%; text-align: center;overflow: hidden;
}@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700);.container { overflow: hidden; height: 150px; width: 500px; padding-top: 30px; display: inline-block; position: relative;top: 150px;
}.letter { display: inline-block; font-family: "Montserrat Alternates", sans-serif; font-size: 140px; color: #3c3c3c; -webkit-text-stroke: 0px #282828; position: relative; z-index: 1;top: 0px;
line-height: 120px; top: 0px; margin-right: -10px; -webkit-transform: translate3d(0, 150px, 0); -moz-transform: translate3d(0, 150px, 0); -ms-transform: translate3d(0, 150px, 0); transform: translate3d(0, 150px, 0);}.G:after {content: "G";
font-size: 140px; color: #4285f4;}.g:after { content: "g"; font-size: 140px; color: #4285f4;}.o:after { content: "o"; font-size: 140px; color: #ea4335;}.o:nth-of-type(3):after { color: #fbbc05;}.l:after { content: "l"; font-size: 140px; color: #34a853;}.e:after { content: "e"; font-size: 140px; color: #ea4335;}.G:after, .o:after, .g:after, .e:after, .l:after { position: absolute; left: 0; top: 0px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; transition: all 1s; opacity: 1; z-index: 100;}.letter:nth-child(1) { animation-delay: 1.1s; -webkit-animation-delay: 1.1s;}.letter:nth-child(1):after { animation-delay: 2.7s; -webkit-animation-delay: 2.7s;}.letter:nth-child(2) { animation-delay: 1.2s; -webkit-animation-delay: 1.2s;}.letter:nth-child(2):after { animation-delay: 2.9s; -webkit-animation-delay: 2.9s;}.letter:nth-child(3) { animation-delay: 1.3s; -webkit-animation-delay: 1.3s;}.letter:nth-child(3):after { animation-delay: 3.1s; -webkit-animation-delay: 3.1s;}.letter:nth-child(4) { animation-delay: 1.4s; -webkit-animation-delay: 1.4s;}.letter:nth-child(4):after { animation-delay: 3.3s; -webkit-animation-delay: 3.3s;}.letter:nth-child(5) { animation-delay: 1.5s; -webkit-animation-delay: 1.5s;}.letter:nth-child(5):after { animation-delay: 3.5s; -webkit-animation-delay: 3.5s;}.letter:nth-child(6) { animation-delay: 1.6s; -webkit-animation-delay: 1.6s;}.letter:nth-child(6):after { animation-delay: 3.7s; -webkit-animation-delay: 3.7s;}.letter:nth-child(7) { animation-delay: 1.7s; -webkit-animation-delay: 1.7s;}.letter:nth-child(7):after { animation-delay: 3.9s; -webkit-animation-delay: 3.9s;}.letter { -webkit-animation: show 0.3s 4s 1 ease-out forwards; -moz-animation: show 0.3s 4s 1 ease-out forwards; -o-animation: show 0.3s 4s 1 ease-out forwards; animation: show 0.3s 4s 1 ease-out forwards;}.letter:after { -webkit-animation: up 1s 1 ease-out forwards; -moz-animation: up 1s 1 ease-out forwards; -o-animation: up 1s 1 ease-out forwards; animation: up 1s 1 ease-out forwards;}@keyframes show { 100% { -webkit-transform: translate3d(0, 0px, 0); -moz-transform: translate3d(0, 0px, 0); -ms-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); }}@keyframes up { 30% { -webkit-transform: translate3d(0, -7px, 0); -moz-transform: translate3d(0, -7px, 0); -ms-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); } 60% { -webkit-transform: translate3d(0, -4px, 0); -moz-transform: translate3d(0, -4px, 0); -ms-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } 80% { -webkit-transform: translate3d(0, -7px, 0); -moz-transform: translate3d(0, -7px, 0); -ms-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); -moz-transform: translate3d(0, -5px, 0); -ms-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } 100% { -webkit-transform: translate3d(0, -7px, 0); -moz-transform: translate3d(0, -7px, 0); -ms-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); }}@-webkit-keyframes show { 100% { -webkit-transform: translate3d(0, 0px, 0); -moz-transform: translate3d(0, 0px, 0); -ms-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); }}@-webkit-keyframes up { 30% { -webkit-transform: translate3d(0, -7px, 0); -moz-transform: translate3d(0, -7px, 0); -ms-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); } 60% { -webkit-transform: translate3d(0, -4px, 0); -moz-transform: translate3d(0, -4px, 0); -ms-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } 80% { -webkit-transform: translate3d(0, -7px, 0); -moz-transform: translate3d(0, -7px, 0); -ms-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); -moz-transform: translate3d(0, -5px, 0); -ms-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } 100% { -webkit-transform: translate3d(0, -7px, 0); -moz-transform: translate3d(0, -7px, 0); -ms-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); }}
在Custom JavaScript中輸入
var html = `&
&G&