-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
68 lines (61 loc) · 3.19 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Incognito Gone: Get Rid of Private Browsing</title>
<script data-ad-client="ca-pub-0450150700734212" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<img id="logo" src="images/logo.png" />
<h1 id="project_title">Incognito Gone</h1>
<h2 id="project_tagline">Get Rid of Private Browsing</h2>
<section id="buttons">
<a class="download_link" title="Download Incognito Gone" href="https://github.com/wmwood/IncognitoGone/releases">Download Incognito Gone</a>
<a class="donate_link" title="Donate to Incognito Gone" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8LV5YZ3XSKQUC">Donate to Incognito Gone</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<!--<blockquote>Want the latest updates in your inbox? Signup for our email list by clicking <a href="http://eepurl.com/b2TmED">here</a>.</blockquote> -->
<!-- Incognito Gone Main -->
<h1>Big problem, simple solution</h1>
<p>Are you worried about the sites your children may be viewing online? Private online browsing options such as the "Incognito" mode in Google Chrome make monitoring the web history nearly impossible. While this option in itself is not bad, many parents
are upset that Google Chrome, and other web browsers do not provide an option to remove or disable the function. So, in response to all the online threads and forums of frustrated parents who want to remove this option, I have created a simple program
called Incognito Gone to disable private browsing.</p>
<h1>Incognito Gone is <span style="text-decoration:underline;">permanent</span></h1>
<p>Before you are allowed to run the program on your computer a warning box pops up that you must respond to. Incognito Gone is not recommended for individuals who wish to enable and disable the private browsing feature at their leisure. This program
is for individuals who wish to be rid of the option.</p>
<!-- Incognito Gone Footer -->
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Incognito Gone by <a href="http://wmwood.net">William Wood</a> | <a href="/privacy.html">Privacy Policy</a><!-- | <a href="http://eepurl.com/b2TmED">Email List</a> --></p>
</footer>
</div>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-49714049-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>