-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtools.html
More file actions
34 lines (34 loc) · 1.99 KB
/
tools.html
File metadata and controls
34 lines (34 loc) · 1.99 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tools</title>
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1>Tools</h1>
<p> This is is a testing ground for your convenience.</p>
<a href="javascript:eval?.">Crash WebTV Box</a><br>
<a href="javascript:alert('Test')">Display Alert box</a><br>
<a href="javascript:window.location.reload(true);">Clear Cache</a><br>
<a href="javascript:window.location.reload();">Refresh this page</a><br>
<a href="javascript:alert(window.navigator.userAgent)">Display User Agent</a><br>
<a href="javascript:navigator.vibrate(200);">Vibrate Test</a><br>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">???</a><br>
<a href="https://neocities.org/">Go to Neocities</a><br>
<a href="https://github.com/">Go to GitHub</a><br>
<a href="https://github.com/GlitchyZorua/GlitchyZorua.github.io/">Go to GitHub Site Source Code</a><br>
<a href="https://github.com/GlitchyZorua/retrojcities.neocities.org">Go to Neocities Site Source Code</a><br>
<a href="not_found.html">Go to 404 page</a><br>
<a href="https://neocities.org/dashboard">Go to Neocities Dashboard</a><br>
<a href="robots.txt">Go to robots.txt</a><br>
<a href="https://neocities.org/site_files/download">Download Entire Neocities Site (1 hour cooldown)</a><br>
<a href="">Do nothing</a><br>
<a href="javascript:alert(window.navigator.onLine)">Check Online Status</a><br>
<a href="javascript:if(document.body.contentEditable != 'true')void(document.body.contentEditable = 'true');else void(document.body.contentEditable = 'false');">Toggle edit mode (Changes won't be saved)</a><br>
</body>
</html>