-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (86 loc) · 4.15 KB
/
Copy pathindex.html
File metadata and controls
92 lines (86 loc) · 4.15 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Search Restore adds archive links and a load-more control to Google search results.">
<meta name="theme-color" content="#fffaf1">
<title>Search Restore</title>
<link rel="icon" href="extension/icons/icon48.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<a class="brand" href="./" aria-label="Search Restore home">
<img src="extension/icons/icon48.png" width="40" height="40" alt="">
<span>Search Restore</span>
</a>
<nav aria-label="Main navigation">
<a href="#features">Features</a>
<a href="privacy.html">Privacy</a>
<a href="https://github.com/cig13zs/search-restore">GitHub</a>
</nav>
</header>
<main id="main">
<section class="hero">
<div class="hero-copy">
<p class="eyebrow">Chrome extension for Google Search</p>
<h1>Put two useful search controls back.</h1>
<p class="lede">Open archived copies from each result. Load the next page into the same list when ten links are not enough.</p>
<div class="actions">
<a class="primary" href="https://github.com/cig13zs/search-restore/releases">Download the extension</a>
<a class="secondary" href="https://github.com/cig13zs/search-restore">Read the source</a>
</div>
<p class="availability">Chrome Web Store listing in preparation. The release ZIP works in Chrome, Edge, Brave and Opera.</p>
</div>
<div class="result-sheet" aria-label="Example search result with Search Restore controls">
<div class="sheet-rule"></div>
<article class="mock-result">
<p class="mock-url">example.org / field-notes</p>
<h2>Field notes from the old site</h2>
<p>The page changed last month. An earlier copy may still be available.</p>
<div class="mock-archive"><strong>Archive:</strong> <a href="#preview-note">Wayback</a> <a href="#preview-note">archive.today</a> <a href="#preview-note">save now</a></div>
</article>
<article class="mock-result muted-result" aria-hidden="true">
<p class="mock-url">reference.test / index</p>
<h2>Reference index</h2>
<p>Another result continues below.</p>
</article>
<button type="button" class="mock-button" disabled>Load results 11-20</button>
<p id="preview-note" class="preview-note">Static preview. The installed extension adds these controls to supported Google search pages.</p>
</div>
</section>
<section class="features" id="features" aria-labelledby="features-heading">
<div class="section-heading">
<p class="eyebrow">What it changes</p>
<h2 id="features-heading">Small controls, kept out of the way</h2>
</div>
<div class="feature-grid">
<article>
<span class="number">01</span>
<h3>Archive links</h3>
<p>Each normal result gets links to its latest Wayback Machine copy, archive.today and the Internet Archive save page.</p>
</article>
<article>
<span class="number">02</span>
<h3>More results in place</h3>
<p>The button requests one Google results page at a time. It stops near 100, on a captcha, or when Google returns no more usable results.</p>
</article>
</div>
</section>
<section class="privacy-strip" aria-labelledby="privacy-heading">
<div>
<p class="eyebrow">Local by default</p>
<h2 id="privacy-heading">No analytics and no account</h2>
</div>
<p>Your two preferences stay in Chrome's local extension storage. Search Restore contacts Google only after you press its load button. Archive sites open only after you choose one of their links.</p>
<a href="privacy.html">Read the privacy details</a>
</section>
</main>
<footer>
<p>MIT licensed. Not affiliated with Google, the Internet Archive or archive.today.</p>
<a href="https://ko-fi.com/jju1s">Support on Ko-fi</a>
</footer>
</body>
</html>