-
Notifications
You must be signed in to change notification settings - Fork 1
/
youtube.html
109 lines (88 loc) · 3.92 KB
/
youtube.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="icon" href="images/favicon.ico" sizes="32x32">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Rusk Games</title>
<meta name="description" content="Play rusk-games now, with Proxies, Emulators, Infinite Games and more!">
<meta property="og:url" content="rusk-games.pages.dev" />
<meta property="og:image:width" content="200 px" />
<meta property="og:image:height" content="200 px" />
<meta property="og:title" content="rusk-games.pages.dev" />
<meta property="og:site_name" content="rusk-games.pages.dev" />
<meta property="og:description" content="Play rusk-games now, with Proxies, Emulators, Infinite Games and more!" />
<meta property="og:type" content="website" />
<meta property="og:image" content="images/icon_game.png">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/jquery-comments.css" />
<link rel="stylesheet" type="text/css" href="css/user.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css" />
<!-- Font Awesome icons (free version)-->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<!-- Google fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VZRYLR5KM1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VZRYLR5KM1');
</script>
<!-- ads -->
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2761564299182892"
crossorigin="anonymous"></script> -->
</head>
<body id="page-top" style="background: url('images/background1.png'); background-size: cover;">
<!-- Navigation-->
<script src="cloak.js"></script>
<div class="fl">
<div id="nav-placeholder"></div>
<style>
.navbar {
margin: 0px 0px;
}
.fl {
display: flex;
flex-direction: column;
min-height: 100vh;
}
iframe {
background: #000;
border: none;
flex-grow: 1;
}
</style>
<script>
$(window).load(function ()
{
var $contents = $('#ai').contents();
$contents.scrollTop($contents.height());
});
</script>
<div style="padding-left: 75px; padding-top: 50px;">
<h1 style="">Youtube Unblock Glitch!</h1>
<ol style="font-size: 20px;">
<li>Go <a href="chrome://settings/cookies">here</a> and click <b>Block third-party cookies. </b></li>
<li>Now, go to <a href="https://www.youtube.com/">YouTube</a> </li>
<li>Then clear cookies like normal</li>
<li>Lastly, click --> <a href="https://www.youtube.com/">here</a> </li>
<li>You have now unblocked YouTube!!! If it ever blocks again, just do Step 3 again. </li>
</ol>
</div>
</div>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.7.1.js"></script>
<script type="text/javascript" src="../navbar.js"></script>
<script type="text/javascript" src="js/lazysizes.min.js"></script>
<script type="text/javascript" src="js/popper.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>