-
Notifications
You must be signed in to change notification settings - Fork 34
/
index.html
127 lines (121 loc) · 5.12 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<html lang="en">
<head>
<title>Blackeye for Windows | The Ultimate Phishing tool | Hack any Social Media Account</title>
<link rel="stylesheet" type="text/css" href="https://hide-techno-tips.github.io/style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<div id = "header"></div><br />
<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-ytsubscribe" data-channelid="UCy3fBVKd0RMY05CgiiuGqSA" data-layout="" data-count="default"></div>
</header>
<script>
fetch("../header.txt").then(function(response) {
response.text().then(function(text) {
document.getElementById("header").innerHTML = text;
});
});
</script>
<div id = "tabbar" class = "tab" style = "z-index:1"></div>
<script>
fetch("../tab.txt").then(function(response) {
response.text().then(function(text) {
document.getElementById("tabbar").innerHTML = text;
});
});
</script>
<script>
function Menu(icon) {
var x = document.getElementById("tabbar");
if (x.className === "tab") {
x.className += " responsive";
} else {
x.className = "tab";
}
}
</script>
<div class="controls">
<span class="buttons">
<a href="https://github.com/HiDe-Techno-Tips/Blackeye-for-Windows">
<button class="icontext">
<img src="../assets/GitHub-Mark-Light-120px-plus.png" width="30px" style="margin-right: 10px;">
View Repository in Github
</button>
</a>
</span>
<span class="horizontalspace"></span>
<span class="stats">
<span>HTML</span>
<a id="stars" href="https://github.com/hide-techno-tips/blackeye-for-windows/stargazers"><svg aria-hidden="true" height="19" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true">
<path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path>
</svg></a>
<a id="forks" href="https://github.com/hide-techno-tips/blackeye-for-windows/network/members"><svg aria-hidden="true" height="19" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true">
<path fill-rule="evenodd" d="M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z"></path>
</svg></a>
</span>
</div>
<script>
fetch("https://api.github.com/users/Hide-techno-tips/repos").then(res => res.json()).then((out) => {
count = 0;
for (let i = 0; ; i++) {
if (out[i] == null) {
break;
}
if (out[i].name.toLowerCase() == out[i].owner.login.toLowerCase() || out[i].name.toLowerCase() == out[i].owner.login.toLowerCase() + ".github.io") {
continue;
}
if (out[i].name.toLowerCase() == "blackeye-for-windows") {
document.getElementById("stars").innerHTML = document.getElementById("stars").innerHTML + out[i].stargazers_count.toString();
document.getElementById("forks").innerHTML = document.getElementById("forks").innerHTML + out[i].forks.toString();
}
count++;
}
document.getElementById("repos").innerHTML = document.getElementById("repos").innerHTML + " <span>" + count + "</span>"
})
</script>
<div class="controls">
<span class="buttons">
<a href="https://github.com/hide-techno-tips/blackeye-for-windows/issues"><button>Bugs and Issues</button></a>
<a href="https://github.com/HiDe-Techno-Tips/Blackeye-for-Windows/pulls"><button>Pull Requests</button></a>
</span>
<span class="horizontalspace"></span>
<span class="buttons">
<a href="https://github.com/hide-techno-tips/blackeye-for-windows/issues/new"><button>Report a Bug or Issue</button></a>
<a href="https://github.com/HiDe-Techno-Tips/Blackeye-for-Windows/compare"><button>Create a Pull Request</button></a>
</span>
</div>
<script>
fetch("https://api.github.com/users/Hide-techno-tips/gists").then(res => res.json()).then((out) => {
count = 0;
divtxt = "";
for (let i = 0; ; i++) {
if (out[i] == null || Object.keys(out[i].files)[0] == null) {
break;
}
count++;
}
document.getElementById("gists").innerHTML = document.getElementById("gists").innerHTML + " <span>" + count + "</span>";
})
</script>
<div id = "content"></div>
<script>
fetch("README.md").then(function(response) {
response.text().then(function(text) {
document.getElementById("content").innerHTML = text;
});
});
</script>
<footer>
<div id = "footer"></div>
</footer>
<script>
fetch("../footer.txt").then(function(response) {
response.text().then(function(text) {
document.getElementById("footer").innerHTML = text;
});
});
</script>
</body>
</html>