0% found this document useful (0 votes)
10 views1 page

Custom Background for New Tab Page

The document is an HTML template for a new tab page with a dark background and an embedded iframe for a custom background image. It includes styles to manage the visibility of the background image and links to external stylesheets. Additionally, it contains a script for functionality and a placeholder for the app content.

Uploaded by

rpsh3184
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

Custom Background for New Tab Page

The document is an HTML template for a new tab page with a dark background and an embedded iframe for a custom background image. It includes styles to manage the visibility of the background image and links to external stylesheets. Additionally, it contains a script for functionality and a placeholder for the app content.

Uploaded by

rpsh3184
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

< html>

<html dir="ltr" lang="en">


<head>
<meta charset="utf-8">
<title>New Tab</title>
<style>
body {
background: #3C3C3C;
margin: 0;
}

#backgroundImage {
border: none;
height: 100%;
pointer-events: none;
position: fixed;
top: 0;
visibility: hidden;
width: 100%;
}

[show-background-image] #backgroundImage {
visibility: visible;
}
</style>
</head>
<body>
<iframe id="backgroundImage"
src="chrome-untrusted://new-tab-page/custom_background_image?url=https%3A%2F
%[Link]%2Fproxy
%2Fxvtq6_782kBajCBr0GISHpujOb51XLKUeEOJ2lLPKh12-
xNBTCtsoHT14NQcaH9l4JhatcXEMBkqgUeCWhb3XhdLnD1BiNzQ_LVydwg%3Dw3840-h2160-p-k-no-nd-
mv"></iframe>
<ntp-app></ntp-app>
<script type="module" src="new_tab_page.js"></script>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="stylesheet" href="chrome://theme/[Link]?sets=ui,chrome">
<link rel="stylesheet" href="shared_vars.css">
</body>

893e6e3b46f2ef7bed10643516563615d3b6bea0=TREE FILE

</html>

You might also like