-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbrowser-action.html
More file actions
58 lines (47 loc) · 1.48 KB
/
browser-action.html
File metadata and controls
58 lines (47 loc) · 1.48 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
<!doctype html>
<html>
<head>
<style type="text/css">
body {
line-height: 1; }
ol, ul {
list-style: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle; }
q, blockquote {
quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none; }
a img {
border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block; }
h1 {
color: rgb(0, 191, 255);
}
.wrapper {
display: grid;
grid-template-columns: 400px;
grid-template-rows: auto;
background-color: #2D3540;
color: #fff;
}
a {
color: rgb(0, 191, 255);
}
</style>
<script src="phonedork.js"></script>
</head>
<body class="wrapper">
<h1>PhoneDork</h1>
<p> Hello, and thank you for using PhoneDork. Below are some simple instructions to get you working smoothly. We hope that this extension is successful in streamlining your workload. </p>
<p> • Highlight a phone number, right click, and execute the search. <br/> • Each search will create a new tab. <br/> • "Search All" will search Facebook, Google, and Twilio. <br/> • To enter your Twilio account information: <a href ="options.html">Click Here</a>, and save.</p>
<p>Add custom url: <a href ="optionsByURL.html">Click Here</a></p>
</body>
</html>