-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
254 lines (238 loc) · 6.07 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!----CREATED BY MEHMET KAHYA - 5.05.2023 - Last Updated: 18.05.2023-->
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link type="text/css" rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="script" href="script.js">
<link href="//db.onlinewebfonts.com/c/d7e8a95865396cddca89b00080d2cba6?family=SoDo+Sans+SemiBold" rel="stylesheet"
type="text/css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<title>Random Strangest Location🕵️</title>
<link rel="stylesheet" src="style.css">
</head>
<script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="mehmetkahy1" data-color="#FFDD00" data-emoji="" data-font="Arial" data-text="Buy me a coffee" data-outline-color="#000000" data-font-color="#000000" data-coffee-color="#ffffff" ></script>
<div style="display: flex; justify-content: center; align-items: center; height: 90%;">
<button id="random-location-button">Random Strangest Location 🕵️</button>
</div>
<script type="text/javascript">
document.addEventListener("contextmenu", function (e) {
e.preventDefault();
}, false);
</script>
<div class="pop-up">
<p style="color: rgb(0, 0, 0);">❗️ Announce: I solved location sharing bug. Now Google Maps does not want your location. </p>
</div>
<p
style="font-family:monospace;font-weight: bold;font-size: larger; display: flex; justify-content: center; align-items: center; height: 0.1vh; color: #E4E5EB;">
[ Mehmet Kahya - open source - there are 29 locations on the site at now - I'll add more locations soon.<a href="mailto:mehmetkahyakas5@gmail.com" target="_blank" style="font-family: monospace; font-size: large; color: rgb(185, 1, 1); font-weight:bolder;">Report an interesting location!</a>]</p>
<div class="contact">
<a href="https://www.twitter.com" target="_blank"><i class='fab fa-twitter'></i></a>
<a href="https://github.com/mehmetkahya0" target="_blank"><i class='fab fa-github'></i></a>
<a href="https://www.instagram.com/mehmettkahya_" target="_blank"><i class='fab fa-instagram'></i></a>
</div>
<script>
const button = document.querySelector("#random-location-button");
const locations = [
{
name: "Airplane Boneyard",
coordinates: {
lat: 32.149989,
lng: -110.835842,
}
},
{
name: "Satanic rites",
coordinates: {
lat: 52.4801256,
lng: 62.1858301,
}
},
{
name: "It’s okay, Jesus loves us",
coordinates: {
lat: 43.6450740,
lng: -115.9930810,
}
},
{
name: "The occultism of the Cartagena naval base",
coordinates: {
lat: 37.6587100,
lng: -1.0134399,
}
},
{
name: "Romantic Island",
coordinates: {
lat: 43.9785280,
lng: 15.3833720,
}
},
{
name: "A very musical forest",
coordinates: {
lat: -33.867886,
lng: -63.987,
}
},
{
name: "shipwreck",
coordinates: {
lat: -33.836379,
lng: 151.080506,
}
},
{
name: "heart-shaped lake",
coordinates: {
lat: 41.303921,
lng: -81.901693,
}
},
{
name: "Mysterious Desert Pattern",
coordinates: {
lat: 40.452107,
lng: 93.742118,
}
},
{
name: "Giant Target",
coordinates: {
lat: 37.563936,
lng: -116.85123,
}
},
{
name: "World's biggest pool",
coordinates: {
lat: -33.350534,
lng: -71.653268,
}
},
{
name: "Jesus Loves You",
coordinates: {
lat: 43.645074,
lng: -115.993081,
}
},
{
name: "Northern Cyprus Flag",
coordinates: {
lat: 35.282902,
lng: 33.376891,
}
},
{
name: "Potash Ponds",
coordinates: {
lat: 38.483378,
lng: -109.681333,
}
},
{
name: "Coca-Cola logo",
coordinates: {
lat: -18.529211,
lng: -70.249941,
}
},
{
name: "Multiple Landing Strips in the Desert",
coordinates: {
lat: 32.663367,
lng: -111.487618,
}
},
{
name: "Oil Fields",
coordinates: {
lat: -37.654461,
lng: -68.171228,
}
},
{
name: "Mattel Logo",
coordinates: {
lat: 33.921277,
lng: -118.391674,
}
},
{
name: "Barringer Meteor Crater",
coordinates: {
lat: 35.027185,
lng: -111.022388,
}
},
{
name: "Huge Bunny",
coordinates: {
lat: 44.244167,
lng: 7.769444,
}
},
{
name: "Solar Field",
coordinates: {
lat: 34.871778,
lng: -116.834192,
}
},
{
name: "Grand Prismatic Spring",
coordinates: {
lat: 44.525049,
lng: -110.83819,
}
},
{
name: "Batman Symbol",
coordinates: {
lat: 26.357896,
lng: 127.783809,
}
},
{
name: "ALIENS !!!!11!!?",
coordinates: {
lat: 45.703536,
lng: 21.302092,
}
},
{
name: "plane on the forest",
coordinates: {
lat: 45.407817,
lng: -123.008573,
}
},
{
name: "Russian Hexagonal Warehouses",
coordinates: {
lat: 54.35967,
lng: 41.32853,
}
},
{
name: "UFO Crash site",
coordinates: {
lat: -25.89493,
lng: 27.80137,
}
},
];
button.addEventListener("click", function () {
const location = locations[Math.floor(Math.random() * locations.length)];
const name = (location.name)
const url = `https://www.google.com/maps/@${location.coordinates.lat},${location.coordinates.lng},18z/data=!3m1!1e3`;
alert('You are going to: ' + name)
window.open(url, "_blank");
});
</script>
</body>
</html>