-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhn.html
More file actions
26 lines (25 loc) · 927 Bytes
/
Copy pathhn.html
File metadata and controls
26 lines (25 loc) · 927 Bytes
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
26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="hn.css" />
</head>
<body>
<h1 id="header">HackerNew</h1>
<div id="saveCheckboxes">
<span id="openSpan">
<input type="checkbox" id="openT" name="openT" checked>
<label for="openT">Open stories in new tab</label>
</span>
<span id="faviconSpan">
<input type="checkbox" id="favicons" name="favicons">
<label for="favicons">Show favicons</label>
</span>
</div>
<hr/>
<p>HackerNew adds a 'hideAll' control to the top bar on HackerNews so you can see a fresh set of stories whenever you visit. It also optionally opens stories in a new tab and adds web site favicons.</p>
<hr/>
<h2>HackerNew works great with tab groups in <a href="https://braintool.org" target="_blank">BrainTool</a></h2>
<script defer src="hn.js"></script>
</body>
</html>