-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
36 lines (31 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="img/favicon.svg.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>You Have Installed These Extensions(Chrome) ~ 😘 </title>
</head>
<body>
<div class="content">
<h1 class="title">You Have Installed These Chrome Extensions Below.</h1>
<h2><a href="https://github.com/neargle/crx-scouter" rel="nofollow" target="_blank"><img src="./img/favicon.svg.png" height="200px" /><img src="./img/title.png" height="200px" /></a></h2>
📚 <a class="title-link" href="https://github.com/neargle/crx-scouter" rel="nofollow" target="_blank"> Source Code </a>
📚 <a class="title-link" href="https://github.com/neargle/crx-scouter/tree/master" rel="nofollow" target="_blank"> Crawler Source Code </a>
🆕 <a class="title-link" href="https://github.com/neargle/crx-scouter/issues/new?assignees=&labels=&template=bug-report.md" rel="nofollow" target="_blank">Request A New Fingerprint </a>
🤲 <a class="title-link" href="https://github.com/neargle/" rel="nofollow" target="_blank">Make Friends (Follow) </a>
</div>
<div id="app" class="content">
<h2>Searching your Extensions ...</h2>
</div>
<div id="app-plugins" class="content">
<h3>Navigator.plugins</h3>
</div>
<div class="content">
<!-- TODO: if some extensions not showing up in the list of extensions-->
<p> </p>
<p> Thanks to 🍄 @n0tr00t (until 2019) && 🌸🍄 @haoduotang && LY Security Team (until 2018). </p>
</div>
<script type="module" src="/main.js"></script>
</body>
</html>