怎麼去掉 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

  1. 下載小工具 ChromePak V5

    小工具

    鏈接:https://share.weiyun.com/d1c2182dc1094a1f1bad4aa9f2fa8ab1(密碼:7XCW)
  2. 將chrome 根目錄resources.pak 複製到解壓的小工具文件目錄下對應系統的 86 和64
  3. 文件夾內 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&

&o&

&o&

&g&

&l&

&e&

&`;

document.body.innerHTML = document.body.innerHTML + html;

保存(Mac的快捷鍵為command+s,Windows應該是Ctrl+s).

好了,就能得到結果了,如果你不喜歡默認的黑色,那麼你可以修改

html, body {

background-color: ;

中的值


Chrome插件:Hide Most Visited Pages Reloaded

不過最近老是抽瘋,時不時的會跑出略縮圖,不過你退出賬號關閉瀏覽器再打開瀏覽器重新登陸一遍就好了

相比較上面各位大神的方法,這種方法更加簡單,適合小白

效果圖如下:


①使用ChromePAK對resources.pak(一般在以版本號命名的文件夾下)文件進行解包

②打開解包後的文件
esourcesguess315.css(V60及之前)或guess298.css(V61)

③將元素「#ntp-contents」用「display: none !important;」屏蔽掉(通過Chrome自帶的開發者工具分析定位)

④使用ChromePAK重新封裝resources.pak

⑤替換原來的文件

適用V57、V58、V59、V60、V61。

感謝ChromePAK的作者。

感謝 @yeyl 、 @這個人懶沒寫名 @Wesker926。


chrome版本: 62.0.3202.89(正式版本) (64 位)

先下載pak_tools,下載,進去後下載ChromePak V5,感謝原作者的工具。

將chrome的resources.pak和pak_tools放於同一目錄;

在文件夾shift+右鍵打開CMD

輸入 ".pak_tools.exe" -c=unpack -f=".
esources.pak" 不用關閉CMD!還要用

完成後在相同目錄打開
esourceschromerowser
esourceslocal_ntp,找到most_visited_single.js, 用Notepad++打開,搜索#most-visited,在這句話前面加上 //

然後保存。

回到CMD,輸入 ".pak_tools.exe" -c=repack -f=".
esources.json"

把原目錄下的 resources.pak 拖回去Chrome里,(重要)記得備份原文件!

完成!(為了測試成功,特意重裝了一遍Chrome)


我試過在Chrome developer tools(就是F12)的console.log下,用JS代碼屏蔽掉縮略圖:document.querySelector("#most-visited").parentNode.removeChild(document.querySelector("#most-visited")),但是這種方法只能是一次臨時性的,刷新後或者打開新頁面後都需要再執行,所以沒什麼卵用。有誰知道chrome的新標籤頁載入的js文件在哪個路徑下?


chrome的新標籤頁的8個縮略圖實在讓人不爽,網上找了一些去掉這個略縮圖的方法,其中很多已經失效。不過其中一個插件雖然按照原來的方法已經不能用了,但是稍微變通一下仍然是可以用的(本方法於2017.1.12可用)。

  1. 安裝擴展Stylish

  2. 打開Stylish並且新建一個樣式

  3. 為新樣式取一個名字並輸入下面樣式代碼:

1[id="most-visited"]{display:none}

  4. 選擇選項 「網址」,並且在後面的地址欄輸入網址:

1https://www.google.com/_/chrome/newtab?espv=2ie=UTF-8

  然後點擊「添加」,然後點擊左上角「保存」。

大功告成了。

 以上網址是在打開標籤頁的時候地址欄裡面並沒有,需要打開Chrome的開發者工具,然後刷新標籤頁監聽到。如果哪一天這個插件失效了,那麼首先應該去看看是不是新標籤頁的網址變了。


根據@這個人懶沒寫名,@Leung Chinto,兩個小夥伴的答案 ,以及自己的多次踩坑,寫了一篇博客Chrome去除新標籤頁8個縮略圖 希望能幫到大家。


chrome商店搜索infinity


@鏡海藍星

親測此方法V61之前版本有效。

今天(9.19)chrome自動升級到了61.0.3163.91,依照此方法仍然可行,不過需要更改文件guess298.css。

昨天(9.22)Chrome又一次小更新,目前是61.0.3163.100,可行。

我寫了一篇小技巧,不懂的童鞋可以參考下。

去除Chrome新標籤頁的縮略圖


可以用New Tab Redirect把新標籤頁改成https://www.google.com,就是會變的有點卡。


============ 更新 ==============

效果時好時壞

============ 更新 ==============

使用AdBlock可以去掉新標籤頁的所有內容


Custom.css里加入以下內容,新建標籤頁一片空白

.most-visited{display:none !important}

DIV[id="footer"]{display:none !important}DIV[class="tile-grid"]{display:none !important}button[id="page-switcher-start"]{display:none !important}button[id="page-switcher-end"]{display:none !important}DIV[id="attribution"]{display:none !important}DIV[id="login-status-header-container"]{display:none !important}DIV[id="login-status-sub-header"]{display:none !important}

body[style="background-color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial;"]&>div#ntp-contents{display:none!important}

div[id="card-slider-frame"] {display: none !important;}

div[id="footer-content"] {display: none !important;}

不知道可否能用—— 來源百度


推薦閱讀:

Google 在 I/O 大會上推出了 Chromebook 小型筆記本,大家對此產品有些什麼看法?
Chrome OS 上有哪些優秀的軟體可以提升生產力?
在平板即將主流的今天, Chrome OS 和 Chromebook 是否會與時代脫節?
如何看待 Google 宣布將在主流平台上停止支持 Chrome 商店裡的應用?
Google 為什麼要不斷開發新的 IM 應用而不集中精力優化其中一款?

TAG:GoogleChrome | 谷歌Google |