|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> |
| 2 | +<html> |
3 | 3 | <head>
|
4 |
| - <link rel="apple-touch-icon" sizes="57x57" href="https://www.iwannet.cc/images/apple-icon-57x57.png"> |
5 |
| - <link rel="apple-touch-icon" sizes="60x60" href="https://www.iwannet.cc/images/apple-icon-60x60.png"> |
6 |
| - <link rel="apple-touch-icon" sizes="72x72" href="https://www.iwannet.cc/images/apple-icon-72x72.png"> |
7 |
| - <link rel="apple-touch-icon" sizes="76x76" href="https://www.iwannet.cc/images/apple-icon-76x76.png"> |
8 |
| - <link rel="apple-touch-icon" sizes="114x114" href="https://www.iwannet.cc/images/apple-icon-114x114.png"> |
9 |
| - <link rel="apple-touch-icon" sizes="120x120" href="https://www.iwannet.cc/images/apple-icon-120x120.png"> |
10 |
| - <link rel="apple-touch-icon" sizes="144x144" href="https://www.iwannet.cc/images/apple-icon-144x144.png"> |
11 |
| - <link rel="apple-touch-icon" sizes="152x152" href="https://www.iwannet.cc/images/apple-icon-152x152.png"> |
12 |
| - <link rel="apple-touch-icon" sizes="180x180" href="https://www.iwannet.cc/images/apple-icon-180x180.png"> |
13 |
| - <link rel="icon" type="image/png" sizes="192x192" href="https://www.iwannet.cc/images/android-icon-192x192.png"> |
14 |
| - <link rel="icon" type="image/png" sizes="32x32" href="https://www.iwannet.cc/images/favicon-32x32.png"> |
15 |
| - <link rel="icon" type="image/png" sizes="96x96" href="https://www.iwannet.cc/images/favicon-96x96.png"> |
16 |
| - <link rel="icon" type="image/png" sizes="16x16" href="https://www.iwannet.cc/images/favicon-16x16.png"> |
17 |
| - <link rel="manifest" href="https://www.iwannet.cc/images/manifest.json"> |
18 |
| - <meta name="msapplication-TileColor" content="#ffffff"> |
19 |
| - <meta name="msapplication-TileImage" content="https://www.iwannet.cc/images/ms-icon-144x144.png"> |
20 |
| - <meta name="theme-color" content="#ffffff"> |
21 |
| - <meta charset="UTF-8"> |
22 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
23 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
24 |
| - <meta charset="utf-8" /> |
25 |
| - <meta name="generator" content="pandoc" /> |
26 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> |
27 |
| - <script> |
28 |
| - fetch(`https://api.github.com/repos/iwannet/LanschoolBlocker/releases/latest`) |
29 |
| - .then(response => { |
30 |
| - if (response.ok) { |
31 |
| - return response.json(); |
32 |
| - } else { |
33 |
| - throw new Error(response.status); |
34 |
| - } |
35 |
| - }) |
36 |
| - .then(data => { |
37 |
| - if (data.assets.length > 1) { |
38 |
| - let downloadCount = data.assets[1].download_count; |
39 |
| - document.getElementById("count").innerHTML = downloadCount; |
40 |
| - } else { |
41 |
| - document.getElementById("count").innerHTML = "No downloads yet"; |
42 |
| - } |
43 |
| - }) |
44 |
| - .catch(error => { |
45 |
| - console.log(error); |
46 |
| - document.getElementById("count").innerHTML = "Error fetching download count"; |
47 |
| - }); |
48 |
| - </script> |
49 |
| - <title>LanschoolAir Blocker | Iwannet</title> |
50 |
| - <style> |
51 |
| - html { |
52 |
| - color: #1a1a1a; |
53 |
| - background-color: #fdfdfd; |
54 |
| - } |
55 |
| - body { |
56 |
| - margin: 0 auto; |
57 |
| - max-width: 36em; |
58 |
| - padding-left: 50px; |
59 |
| - padding-right: 50px; |
60 |
| - padding-top: 50px; |
61 |
| - padding-bottom: 50px; |
62 |
| - hyphens: auto; |
63 |
| - overflow-wrap: break-word; |
64 |
| - text-rendering: optimizeLegibility; |
65 |
| - font-kerning: normal; |
66 |
| - } |
67 |
| - @media (max-width: 600px) { |
68 |
| - body { |
69 |
| - font-size: 0.9em; |
70 |
| - padding: 12px; |
71 |
| - } |
72 |
| - h1 { |
73 |
| - font-size: 1.8em; |
74 |
| - } |
75 |
| - } |
76 |
| - @media print { |
77 |
| - html { |
78 |
| - background-color: white; |
79 |
| - } |
80 |
| - body { |
81 |
| - background-color: transparent; |
82 |
| - color: black; |
83 |
| - font-size: 12pt; |
84 |
| - } |
85 |
| - p, h2, h3 { |
86 |
| - orphans: 3; |
87 |
| - widows: 3; |
88 |
| - } |
89 |
| - h2, h3, h4 { |
90 |
| - page-break-after: avoid; |
91 |
| - } |
92 |
| - } |
93 |
| - p { |
94 |
| - margin: 1em 0; |
95 |
| - } |
96 |
| - a { |
97 |
| - color: #1a1a1a; |
98 |
| - } |
99 |
| - a:visited { |
100 |
| - color: #1a1a1a; |
101 |
| - } |
102 |
| - img { |
103 |
| - max-width: 100%; |
104 |
| - } |
105 |
| - svg { |
106 |
| - height: auto; |
107 |
| - max-width: 100%; |
108 |
| - } |
109 |
| - h1, h2, h3, h4, h5, h6 { |
110 |
| - margin-top: 1.4em; |
111 |
| - } |
112 |
| - h5, h6 { |
113 |
| - font-size: 1em; |
114 |
| - font-style: italic; |
115 |
| - } |
116 |
| - h6 { |
117 |
| - font-weight: normal; |
118 |
| - } |
119 |
| - ol, ul { |
120 |
| - padding-left: 1.7em; |
121 |
| - margin-top: 1em; |
122 |
| - } |
123 |
| - li > ol, li > ul { |
124 |
| - margin-top: 0; |
125 |
| - } |
126 |
| - blockquote { |
127 |
| - margin: 1em 0 1em 1.7em; |
128 |
| - padding-left: 1em; |
129 |
| - border-left: 2px solid #e6e6e6; |
130 |
| - color: #606060; |
131 |
| - } |
132 |
| - code { |
133 |
| - font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace; |
134 |
| - font-size: 85%; |
135 |
| - margin: 0; |
136 |
| - hyphens: manual; |
137 |
| - } |
138 |
| - pre { |
139 |
| - margin: 1em 0; |
140 |
| - overflow: auto; |
141 |
| - } |
142 |
| - pre code { |
143 |
| - padding: 0; |
144 |
| - overflow: visible; |
145 |
| - overflow-wrap: normal; |
146 |
| - } |
147 |
| - .sourceCode { |
148 |
| - background-color: transparent; |
149 |
| - overflow: visible; |
150 |
| - } |
151 |
| - hr { |
152 |
| - background-color: #1a1a1a; |
153 |
| - border: none; |
154 |
| - height: 1px; |
155 |
| - margin: 1em 0; |
156 |
| - } |
157 |
| - table { |
158 |
| - margin: 1em 0; |
159 |
| - border-collapse: collapse; |
160 |
| - width: 100%; |
161 |
| - overflow-x: auto; |
162 |
| - display: block; |
163 |
| - font-variant-numeric: lining-nums tabular-nums; |
164 |
| - } |
165 |
| - table caption { |
166 |
| - margin-bottom: 0.75em; |
167 |
| - } |
168 |
| - tbody { |
169 |
| - margin-top: 0.5em; |
170 |
| - border-top: 1px solid #1a1a1a; |
171 |
| - border-bottom: 1px solid #1a1a1a; |
172 |
| - } |
173 |
| - th { |
174 |
| - border-top: 1px solid #1a1a1a; |
175 |
| - padding: 0.25em 0.5em 0.25em 0.5em; |
176 |
| - } |
177 |
| - td { |
178 |
| - padding: 0.125em 0.5em 0.25em 0.5em; |
179 |
| - } |
180 |
| - header { |
181 |
| - margin-bottom: 4em; |
182 |
| - text-align: center; |
183 |
| - } |
184 |
| - #TOC li { |
185 |
| - list-style: none; |
186 |
| - } |
187 |
| - #TOC ul { |
188 |
| - padding-left: 1.3em; |
189 |
| - } |
190 |
| - #TOC > ul { |
191 |
| - padding-left: 0; |
192 |
| - } |
193 |
| - #TOC a:not(:hover) { |
194 |
| - text-decoration: none; |
195 |
| - } |
196 |
| - code{white-space: pre-wrap;} |
197 |
| - span.smallcaps{font-variant: small-caps;} |
198 |
| - div.columns{display: flex; gap: min(4vw, 1.5em);} |
199 |
| - div.column{flex: auto; overflow-x: auto;} |
200 |
| - div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} |
201 |
| - /* The extra [class] is a hack that increases specificity enough to |
202 |
| - override a similar rule in reveal.js */ |
203 |
| - ul.task-list[class]{list-style: none;} |
204 |
| - ul.task-list li input[type="checkbox"] { |
205 |
| - font-size: inherit; |
206 |
| - width: 0.8em; |
207 |
| - margin: 0 0.8em 0.2em -1.6em; |
208 |
| - vertical-align: middle; |
209 |
| - } |
210 |
| - </style> |
211 |
| - <!--[if lt IE 9]> |
212 |
| - <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> |
213 |
| - <![endif]--> |
| 4 | + <meta http-equiv="refresh" content="0; url=https://iwannet.cc/lanschoolblocker" /> |
214 | 5 | </head>
|
215 | 6 | <body>
|
216 |
| -<h1 id="lanschoolair-blocker">LanschoolAir Blocker</h1> |
217 |
| -<p>LanschoolAir Blocker is a windows program that stops the lanschool |
218 |
| -and lanschool air program from starting on your (school)computer</p> |
219 |
| -<p></p> |
220 |
| - <p></p> |
221 |
| - <p>The NEWEST version of the app is downloaded <span id="count"></span> times.</p> |
222 |
| -<h2 id="features">Features</h2> |
223 |
| -<ul> |
224 |
| -<li>Supports windows 10-11</li> |
225 |
| -<li>Almost Undetectable</li> |
226 |
| -<li>Auto start</li> |
227 |
| -<li>Auto update</li> |
228 |
| -</ul> |
229 |
| -<h2 id="download">Download</h2> |
230 |
| -<p>Download <a |
231 |
| -href="https://github.com/iwannet/LanschoolBlocker/releases/latest/download/Install.bat">this |
232 |
| -file</a></p> |
233 |
| -<h2 id="install">Install</h2> |
234 |
| -<pre class="bash"><code>1) Open the file |
235 |
| -2) Click on "more information" |
236 |
| -3) Click on "run anyways"</code></pre> |
237 |
| -<h2 id="uninstalling">Uninstalling</h2> |
238 |
| -<p>Use this <a |
239 |
| -href="https://github.com/iwannet/LanschoolBlocker/releases/download/LanschoolUninstaller/Uninstaller.bat">script</a></p> |
240 |
| -<h2 id="tutorial">Tutorial</h2> |
241 |
| -<p>You can follow my youtube tutorial <a |
242 |
| -href="https://youtu.be/0hbgAmH6Nw0">here</a></p> |
243 |
| -<h2 id="important-notes">Important Notes</h2> |
244 |
| -<p>You can now delete the old file. The app will auto start.</p> |
245 |
| -<p>Dont use the pre-installed chrome app on your school-laptop because |
246 |
| -they can track it to. Just use an other browser.</p> |
247 |
| -<h2 id="credits">Credits</h2> |
248 |
| -<p>Please give credits to <a |
249 |
| -href="https://iwannet.github.io/">me</a></p> |
250 |
| -<h2 id="support">Support</h2> |
251 |
| -<p>If you have questions, email me at <a |
252 |
| -href=" mailto:[email protected]" ><span>[email protected]</span></a></p> |
253 |
| -<h2 id="disclaimer">Disclaimer</h2> |
254 |
| -<p>Disclaimer: This program is intended for educational purposes only |
255 |
| -and should not be used to engage in any illegal activities. Bypassing |
256 |
| -school filters is strictly prohibited and may result in severe |
257 |
| -consequences. The content of this program should not be used as a guide |
258 |
| -or instructions for circumventing any school filters or systems. The |
259 |
| -creator of this program is not responsible for any harm or damage that |
260 |
| -may occur as a result of attempting to bypass school filters.</p> |
| 7 | + <p>If you are not redirected in five seconds, <a href="https://iwannet.cc/lanschool-blocker">click here</a>.</p> |
261 | 8 | </body>
|
262 | 9 | </html>
|
0 commit comments