-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyscript.js
More file actions
26 lines (26 loc) · 1.04 KB
/
Copy pathmyscript.js
File metadata and controls
26 lines (26 loc) · 1.04 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
document.addEventListener("DOMContentLoaded", function () {
var _0x3457x1 = document.querySelector("\.menu");
var _0x3457x2 = "no";
window.addEventListener("scroll", function () {
if (window.pageYOffset > 65 && _0x3457x2 == "no") {
_0x3457x1.classList.add("menuMore");
_0x3457x2 = "yes"
} else {
if (_0x3457x2 = "yes" && window.pageYOffset <= 65) {
_0x3457x1.classList.remove("menuMore");
_0x3457x2 = "no"
}
}
});
var _0x3457x3 = document.querySelector("\.name p"),
_0x3457x4 = document.querySelector("\.name \.s");
_0x3457x3.addEventListener("mouseenter", function () {
_0x3457x4.style.transform = "scaleX\(1\)";
_0x3457x4.style.color = "mediumseagreen"
});
_0x3457x3.addEventListener("mouseleave", function () {
_0x3457x4.style.transform = "scaleX\(0\)"
});
var _0x3457x5 = document.querySelector("\.license a");
_0x3457x5.innerHTML = "Powered By Cloudblower - Cloudblower\.me"
}, false)