-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
513 lines (442 loc) · 25.4 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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="de">
<head>
<title>Helden des Bildschirms | Video Sync</title>
<meta charset="utf-8">
<meta name="description" content="Helden des Bildschirms bietet dir einem Video Sync Room wo du gemeinsam Videos genissen kannst.">
<meta property="og:image" content="/icon/android-icon-192x192.png" />
<meta name="keywords" content="videosync, watch, together, youtube">
<meta name="author" content="Janis">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes">
<link rel="stylesheet" href="./index.css">
<link rel="apple-touch-icon" sizes="57x57" href="/icon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icon/apple-/icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/icon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/icon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icon/favicon-16x16.png">
<link rel="manifest" href="/icon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#0033CC" />
<style type="text/css">
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176121451-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-176121451-1', {
'anonymize_ip': true
});
</script>
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?class=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-K73ZCBF');
</script>
<!-- End Google Tag Manager -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5350651163680266" crossorigin="anonymous"></script>
<script>
function suche() {
document.location.replace("https://cse.google.com/cse?cx=7718be5d5ddc85d34&q=" + document.getElementById("suche_input").value);
}
</script>
<body>
<div id="wrapper" style="
min-height: calc(100vh - 108px);
">
<div class="kopf">
<img src="/download/img/logo.png" alt="Logo von @Zauberah erstellt." style="width:64px;height:51px;">
<a href="/">Helden des Bildschirms</a>
</div>
<div class="nav">
<a href="/">Home</a>
<a href="#">News</a>
<div class="suchen" style="float:right">
<input type="text" value="" id="suche_input" class="suche"><button class="suche" onclick="suche()">suchen</button>
</div>
</div>
</head>
<div class="default_text">
<box>
<h2>Viedo Link einfügen und los. </h2>
Raum erstellen, Viedo Link einfügen und gemeinsam genissen. <br>
<!-- <select id="select_server">
<option value="https://youtube.com">https://youtube.com</option>
</select>
<div class="download_button">
<button style="text-align:left;float:left;" onclick="location.href = (document.getElementById('select_server').value)">Jetzt Downloaden</button>
</div> -->
</box>
</div>
<div class="content_box">
<div class="content_box_left">
<div class="default_text">
<div class="content_video_box" style="height: 50%;">
<script src="https://www.youtube.com/iframe_api"></script>
<script type="text/javascript" src="./web_site_socket.js"></script>
<script>
MD5 = function(e) {
function h(a, b) {
var c, d, e, f, g;
e = a & 2147483648;
f = b & 2147483648;
c = a & 1073741824;
d = b & 1073741824;
g = (a & 1073741823) + (b & 1073741823);
return c & d ? g ^ 2147483648 ^ e ^ f : c | d ? g & 1073741824 ? g ^ 3221225472 ^ e ^ f : g ^ 1073741824 ^ e ^ f : g ^ e ^ f
}
function k(a, b, c, d, e, f, g) {
a = h(a, h(h(b & c | ~b & d, e), g));
return h(a << f | a >>> 32 - f, b)
}
function l(a, b, c, d, e, f, g) {
a = h(a, h(h(b & d | c & ~d, e), g));
return h(a << f | a >>> 32 - f, b)
}
function m(a, b, d, c, e, f, g) {
a = h(a, h(h(b ^ d ^ c, e), g));
return h(a << f | a >>> 32 - f, b)
}
function n(a, b, d, c, e, f, g) {
a = h(a, h(h(d ^ (b | ~c), e), g));
return h(a << f | a >>> 32 - f, b)
}
function p(a) {
var b = "",
d = "",
c;
for (c = 0; 3 >= c; c++) d = a >>> 8 * c & 255, d = "0" + d.toString(16), b += d.substr(d.length - 2, 2);
return b
}
var f = [],
q, r, s, t, a, b, c, d;
e = function(a) {
a = a.replace(/\r\n/g, "\n");
for (var b = "", d = 0; d < a.length; d++) {
var c = a.charCodeAt(d);
128 > c ? b += String.fromCharCode(c) : (127 < c && 2048 > c ? b += String.fromCharCode(c >> 6 | 192) : (b += String.fromCharCode(c >> 12 | 224), b += String.fromCharCode(c >> 6 & 63 | 128)), b += String.fromCharCode(c & 63 |
128))
}
return b
}(e);
f = function(b) {
var a, c = b.length;
a = c + 8;
for (var d = 16 * ((a - a % 64) / 64 + 1), e = Array(d - 1), f = 0, g = 0; g < c;) a = (g - g % 4) / 4, f = g % 4 * 8, e[a] |= b.charCodeAt(g) << f, g++;
a = (g - g % 4) / 4;
e[a] |= 128 << g % 4 * 8;
e[d - 2] = c << 3;
e[d - 1] = c >>> 29;
return e
}(e);
a = 1732584193;
b = 4023233417;
c = 2562383102;
d = 271733878;
for (e = 0; e < f.length; e += 16) q = a, r = b, s = c, t = d, a = k(a, b, c, d, f[e + 0], 7, 3614090360), d = k(d, a, b, c, f[e + 1], 12, 3905402710), c = k(c, d, a, b, f[e + 2], 17, 606105819), b = k(b, c, d, a, f[e + 3], 22,
3250441966), a = k(a, b, c, d, f[e + 4], 7, 4118548399), d = k(d, a, b, c, f[e + 5], 12, 1200080426), c = k(c, d, a, b, f[e + 6], 17, 2821735955), b = k(b, c, d, a, f[e + 7], 22, 4249261313), a = k(a, b, c, d, f[e + 8], 7,
1770035416), d = k(d, a, b, c, f[e + 9], 12, 2336552879), c = k(c, d, a, b, f[e + 10], 17, 4294925233), b = k(b, c, d, a, f[e + 11], 22, 2304563134), a = k(a, b, c, d, f[e + 12], 7, 1804603682), d = k(d, a, b, c, f[e + 13], 12,
4254626195), c = k(c, d, a, b, f[e + 14], 17, 2792965006), b = k(b, c, d, a, f[e + 15], 22, 1236535329), a = l(a, b, c, d, f[e + 1], 5, 4129170786), d = l(d, a, b, c, f[e + 6], 9, 3225465664), c = l(c, d, a, b, f[e + 11], 14,
643717713), b = l(b, c, d, a, f[e + 0], 20, 3921069994), a = l(a, b, c, d, f[e + 5], 5, 3593408605), d = l(d, a, b, c, f[e + 10], 9, 38016083), c = l(c, d, a, b, f[e + 15], 14, 3634488961), b = l(b, c, d, a, f[e + 4], 20,
3889429448), a = l(a, b, c, d, f[e + 9], 5, 568446438), d = l(d, a, b, c, f[e + 14], 9, 3275163606), c = l(c, d, a, b, f[e + 3], 14, 4107603335), b = l(b, c, d, a, f[e + 8], 20, 1163531501), a = l(a, b, c, d, f[e + 13], 5,
2850285829), d = l(d, a, b, c, f[e + 2], 9, 4243563512), c = l(c, d, a, b, f[e + 7], 14, 1735328473), b = l(b, c, d, a, f[e + 12], 20, 2368359562), a = m(a, b, c, d, f[e + 5], 4, 4294588738), d = m(d, a, b, c, f[e + 8], 11,
2272392833), c = m(c, d, a, b, f[e + 11], 16, 1839030562), b = m(b, c, d, a, f[e + 14], 23, 4259657740), a = m(a, b, c, d, f[e + 1], 4, 2763975236), d = m(d, a, b, c, f[e + 4], 11, 1272893353), c = m(c, d, a, b, f[e + 7], 16,
4139469664), b = m(b, c, d, a, f[e + 10], 23, 3200236656), a = m(a, b, c, d, f[e + 13], 4, 681279174), d = m(d, a, b, c, f[e + 0], 11, 3936430074), c = m(c, d, a, b, f[e + 3], 16, 3572445317), b = m(b, c, d, a, f[e + 6], 23,
76029189), a = m(a, b, c, d, f[e + 9], 4, 3654602809), d = m(d, a, b, c, f[e + 12], 11, 3873151461), c = m(c, d, a, b, f[e + 15], 16, 530742520), b = m(b, c, d, a, f[e + 2], 23, 3299628645), a = n(a, b, c, d, f[e + 0], 6,
4096336452), d = n(d, a, b, c, f[e + 7], 10, 1126891415), c = n(c, d, a, b, f[e + 14], 15, 2878612391), b = n(b, c, d, a, f[e + 5], 21, 4237533241), a = n(a, b, c, d, f[e + 12], 6, 1700485571), d = n(d, a, b, c, f[e + 3], 10,
2399980690), c = n(c, d, a, b, f[e + 10], 15, 4293915773), b = n(b, c, d, a, f[e + 1], 21, 2240044497), a = n(a, b, c, d, f[e + 8], 6, 1873313359), d = n(d, a, b, c, f[e + 15], 10, 4264355552), c = n(c, d, a, b, f[e + 6], 15,
2734768916), b = n(b, c, d, a, f[e + 13], 21, 1309151649), a = n(a, b, c, d, f[e + 4], 6, 4149444226), d = n(d, a, b, c, f[e + 11], 10, 3174756917), c = n(c, d, a, b, f[e + 2], 15, 718787259), b = n(b, c, d, a, f[e + 9], 21,
3951481745), a = h(a, q), b = h(b, r), c = h(c, s), d = h(d, t);
return (p(a) + p(b) + p(c) + p(d)).toLowerCase()
};
</script>
<script>
function setCookie(cname, cvalue, exdays) {
const d = new Date();
d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
let expires = "expires=" + d.toUTCString();
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
}
function getCookie(cname) {
let name = cname + "=";
let decodedCookie = decodeURIComponent(document.cookie);
let ca = decodedCookie.split(';');
for (let i = 0; i < ca.length; i++) {
let c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
</script>
<script>
//https://stackoverflow.com/questions/24621475/youtube-api-iframe-onstatechange-events and https://github.com/Glup3/watch-with-me/blob/master/src/components/VideoScreen.js
var player;
var username;
var channel;
var password;
var chat;
function getUrlParam(Param) {
var url_string = window.location;
var url = new URL(url_string);
return url.searchParams.get(Param);
}
document.addEventListener("DOMContentLoaded", () => {
document.getElementById("session_save").checked == checkCookie("session_save", "session_save");
var URLchannel = getUrlParam("channel");
if (URLchannel != null) {
channel = checkCookie(channel, "channel");
channel = String(URLchannel); //XSS
document.getElementById("channel_text").value = channel;
} else {
channel = Math.random().toString(36).substring(3, 11);
channel = checkCookie(channel, "channel");
document.getElementById("channel_text").value = channel;
}
var URLpassword = getUrlParam("password");
if (URLpassword != null) {
password = checkCookie(password, "password");
password = String(URLpassword); //XSS
document.getElementById("password_text").value = password;
} else {
password = Math.random().toString(36).substring(3, 11);
password = checkCookie(password, "password");
document.getElementById("password_text").value = password
}
username = Math.random().toString(36).substring(3, 11);
username = checkCookie(username, "username");
document.getElementById("username_text").value = username;
username = checkCookie(username, "username");
channel = checkCookie(channel, "channel");
sendMessage(false, false, channel, password, username, false, false);
document.getElementById('create_room').addEventListener('click', send_create_room);
document.getElementById('chat_summit').addEventListener('click', ChatsendMessage);
});
function checkCookie(cookie_input, cookie_name) {
return cookie_input;
session_save_cookie = getCookie("session_save");
cookie_temp = getCookie(cookie_name);
//if (document.getElementById("session_save").checked == true || cookie_input == "session_save" || session_save_cookie == "") { //Weil ich einfach zu übermüded bin.
if (cookie_temp == "" || cookie_temp == null) {
if (cookie_input != "session_save" && cookie_name != "session_save") {
setCookie(cookie_name, cookie_input, 30);
setCookie("session_save", "true", 30);
}
return cookie_input;
} else {
return cookie_temp;
}
//} else {
// if (session_save_cookie == true || session_save_cookie == "" || session_save_cookie == null) {
//setCookie("session_save", "false", 30);
// return cookie_input;
// }
}
//}
function send_create_room() {
username = document.getElementById("username_text").value;
channel = document.getElementById("channel_text").value;
noMD5password = document.getElementById("password_text").value;
password = MD5(noMD5password);
username = checkCookie(username, "username");
channel = checkCookie(channel, "channel");
password = checkCookie(noMD5password, "password");
var invite_url = "heldendesbildschirms.de/videosync/" + "?channel=" + channel + "&password=" + noMD5password;
document.getElementById("invite_url_txt").value = invite_url;
copy('invite_url_txt');
}
function onYouTubeIframeAPIReady() {
player = new YT.Player('player', {
events: {
'onStateChange': onPlayerStateChange
}
});
}
//socket_init();
function onPlayerStateChange(event) {
switch (event.data) {
case 0:
record('video ended');
break;
case 1:
sendMessage(player.getCurrentTime(), true, channel, password, username, false, false);
record('video playing from ' + player.getCurrentTime());
player.currentTime = 1;
break;
case 2:
sendMessage(player.getCurrentTime(), false, channel, password, username, false, false);
record('video paused at ' + player.getCurrentTime());
break;
case 3:
break;
}
}
function record(data) {
// Do what you want with your data
const content_box = document.getElementsByClassName("chat")[0];
const p = document.createElement("p");;
p.appendChild(document.createTextNode(data));
content_box.appendChild(p);
}
function youtube_parser(url) {
var regExp = /^.*((youtu.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#&?]*).*/;
var match = url.match(regExp);
if (match != 0) {
return (match && match[7].length == 11) ? match[7] : false;
}
return false;
}
function loadVideo(VideoID) {
player.loadVideoById(VideoID)
}
function scrollToBottom() {
const messages = document.getElementsByClassName("chat")[0];
messages.scrollTop = messages.scrollHeight;
}
function ChatsendMessage() {
var chat_input = document.getElementById("chat_input").value;
check_and_log_chat("Ich", chat_input, false);
var findVideoID = youtube_parser(chat_input);
if (findVideoID != false) {
loadVideo(findVideoID);
sendMessage(false, false, channel, password, username, chat_input, chat_input);
} else {
sendMessage(false, false, channel, password, username, chat_input, false);
}
}
function check_and_log_chat(username, chat, videoid) { //XSS
if (chat != false) {
record(username + ": " + chat);
}
scrollToBottom();
if (videoid != false) {
var findVideoID = youtube_parser(videoid);
if (findVideoID != false) {
loadVideo(findVideoID);
}
}
}
</script>
<iframe id="player" width="100%" height="100%" src="https://www.youtube.com/embed/MFAsfAMdnQA?enablejsapi=1" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
</div>
<div class="content_video_titel">
</div>
</div>
</div>
<div class="content_box_right">
<div class="default_text">
<box>
<label for="username">Username:</label>
<input name="username" id="username_text" type="text"><br>
<br>
<label for="channel">Channel:</label>
<input name="channel" id="channel_text" for="username_text" type="text"><br>
<br>
<label for="password">Password:</label>
<input id="password_text" value="" for="username_text">
<br>
<br>
<input id="session_save" value="" type="checkbox"> Sitzung speichern?<br>
<input id="invite_url_txt" value="" type="text">
<button id="create_room">Raum betretten und Link kopieren</button>
<br>
<br>
<div class="chat" style="height: 200px; overflow-y: scroll;">
</div>
<input type="text" value="" id="chat_input" class="suche"><button class="suche" id="chat_summit">senden</button>
</box>
</div>
<div id="werbung_google">
<ins class="adsbygoogle" style="display:block; text-align:center; margin-top: 20px;" data-ad-client="ca-pub-5350651163680266" data-ad-slot="9833970873" data-ad-format="auto" data-full-width-responsive="true"><iframe id="aswift_0"
style="height: 1px !important; max-height: 1px !important; max-width: 1px !important; width: 1px !important;"><iframe id="google_ads_frame0"></iframe></iframe></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div id="werbung_google">
<!-- Adblock -->
<ins class="adsbygoogle" style="display:block; text-align:center; margin-top: 20px;" data-ad-client="ca-pub-5350651163680266" data-ad-slot="9833970873" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<!-- <div id="werbung">
Eine �berlegenung die Datenschutzerkl�rung muss aber noch ge�ndert werden und auf ein Gewerbe habe ich keine Lust. ;)
Als Amazon-Partner verdiene ich an qualifizierten Verk�ufen
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=DE&source=ac&ref=tf_til&ad_type=product_link&tracking_id=heldendesbild-21&marketplace=amazon®ion=DE&placement=B07WFQQLBG&asins=B07WFQQLBG&linkId=8841e2dc7d055c4469d0eaf3233e1d2b&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066c0&bg_color=ffffff">
</iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=DE&source=ac&ref=tf_til&ad_type=product_link&tracking_id=heldendesbild-21&marketplace=amazon®ion=DE&placement=B07PVCVBN7&asins=B07PVCVBN7&linkId=19eb6fd6268585cc196290d07813cf3a&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066c0&bg_color=ffffff">
</iframe>
</div>-->
</div>
<script>
function copy(txt) {
var copyText = document.getElementById(txt);
copyText.select();
copyText.setSelectionRange(0, 99999)
document.execCommand("copy");
}
</script>
<div class="default_text">
<box>Bitcoin: <input type="text" value="13yvvhP7nkitZWE5BBHwKxpBwL2kGeEsLj" id="Bitcoin"><button onclick="copy('Bitcoin')">Copy</button></box>
<box>Ethereum: <input type="text" value="0x2F728B22dA26b78eD72D69974362E01B06eFE984" id="Ethereum"><button onclick="copy('Ethereum')">Copy</button></box>
</div>
<div class="default_button">
<a href="https://www.paypal.me/heldendesbildschirms" /> Jetzt spenden mit PayPal</a>
</div>
<div class="default_button">
<a href="ts3server://heldendesbildschirms.de" /> TeamSpeak betreten</a>
<a href="https://discordapp.com/invite/6gAN8A" /> Discord betreten</a>
<a href="https://meet.heldendesbildschirms.de" /> Meet betreten</a>
</div>
<!-- <div id="werbung">
Eine Überlegenung die Datenschutzerklärung muss aber noch geändert werden und auf ein Gewerbe habe ich keine Lust. ;)
Als Amazon-Partner verdiene ich an qualifizierten Verkäufen
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=DE&source=ac&ref=tf_til&ad_type=product_link&tracking_id=heldendesbild-21&marketplace=amazon®ion=DE&placement=B07WFQQLBG&asins=B07WFQQLBG&linkId=8841e2dc7d055c4469d0eaf3233e1d2b&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066c0&bg_color=ffffff">
</iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=DE&source=ac&ref=tf_til&ad_type=product_link&tracking_id=heldendesbild-21&marketplace=amazon®ion=DE&placement=B07PVCVBN7&asins=B07PVCVBN7&linkId=19eb6fd6268585cc196290d07813cf3a&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066c0&bg_color=ffffff">
</iframe>
</div>-->
</div>
</body>
<footer>
<text>
<ul>
<!-- <li>© 2019 Helden des Bildschirms</li> -->
<li><a href="mailto:[email protected]">Kontakt</a></li>
<li><a href="/datenschutz.html">Datenschutz</a></li>
<li><a href="/impressum.html">Impressum</a></li>
</ul>
</text>
</footer>
</html>