-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.html
25 lines (24 loc) · 904 Bytes
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<title>Heap Options</title>
<link rel="shortcut icon" type="image/png" href="/assets/icons/logo.png"/>
<script type="text/javascript" src="/assets/js/jquery-2.1.3.min.js"></script>
<script src="/options.js"></script>
<link rel="stylesheet" type='text/css' href='/options.css'
</head>
<body>
<div class='header header-container'>Heap</div>
<div class='description'>
Chrome currently doesn't allow extensions to focus on the address bar. A way to get around this is by using iframes.
<br/><br/>
However, some websites, including all of Reddit, don't allow their content to be loaded through iframes.
<br/><br/>
Select the option below if you would like to use iframes so that the address bar automatically gets focus on opening a new tab.
</div>
<label>
<input type="checkbox" id="iframe">
I would like to use iframes
</label>
</body>
</html>