Re: New Iron-Version: 50.0.2650.0 Stable for Windows
Posted: Wed May 04, 2016 7:20 pm
Thank you very much for removing the "new page bing bar" but
Why do we see not empty "new page"?
Can't you simply get rid of everything?
Why do we see not empty "new page"?
Can't you simply get rid of everything?
Code: Select all
<!doctype html>
<html>
<!-- Copyright 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<head>
<link rel="stylesheet" href="chrome-search://local-ntp/theme.css"></link>
<link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
<script src="chrome-search://local-ntp/config.js"></script>
<script src="chrome-search://local-ntp/local-ntp.js"></script>
<meta charset="utf-8">
<meta name="google" value="notranslate">
</head>
<body>
<div id="ntp-contents">
<div id="most-visited">
<div id="mv-tiles"></div>
<!-- Notification shown when a tile is blacklisted. -->
<div id="mv-notice" class="mv-notice-hide">
<span id="mv-msg"></span>
<!-- Links in the notification. -->
<span id="mv-notice-links">
<span id="mv-undo" tabIndex="1"></span>
<span id="mv-restore" tabIndex="1"></span>
<div id="mv-notice-x" tabIndex="1"></div>
</span>
</div>
</div>
<div id="attribution"><div id="attribution-text"></div></div>
</div>
</body>
</html>