-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhelp.html
50 lines (46 loc) · 1.54 KB
/
help.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
<!doctype html>
<!-- This is the options page -->
<!-- Notes, add setting for what it does when you reach the value, either exit tab, pop back to the value, or remove body -->
<html>
<head>
<title>Scroll Stop - Help</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div id="header"><img id="logo" src="images/icon48.png"><div id="headerText">Scroll Stop</div></div>
<div id="sideMenu">
<ul>
<li>
<a href="/settings.html">Settings</a>
</li>
<li>
<a href="/about.html">About</a>
</li>
<li class="active">
<a href="/help.html">Help</a>
</li>
</ul>
</div>
<div id="main">
<h1>Help Getting Started</h1>
<p>
To get started with Scroll Stop, open the options and enter a URL that <br>
you would like Scroll Stop to be active on. You do not need to enter an <br>
exact URL in these fields, Scroll Stop will check to see if the URL <br>
contains the string you entered. For instance, typing "facebook" in the <br>
URL field will match "www.facebook.com", as well as other URLs that <br>
contain "facebook" in them.
</p>
<p>
Then, after you have chosen a URL or a match parameter, type in a value,<br>
in pixels, for how far you want Scroll Stop to let you scroll before <br>
stopping you.
</p>
<p>
Finally, you can specify the behavior Scroll Stop should take when you <br>
reach your scroll limit. You can choose between closing the tab, removing <br>
the contents of the tab, or redirecting to a different url.
</p>
</div>
</body>
</html>