forked from sdras/productive-twitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverride.js
25 lines (23 loc) · 814 Bytes
/
override.js
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
console.log(
`%c
___......__ _
_.-' ~-_ _.=a~~-_
--=====-.-.-_----------~ .--. _ -.__.-~ ( ___===>
'''--...__ ( \ \\\ { ) _.-~
=_ ~_ \\-~~~//~~~~-=-~
|-=-~_ \\ \\
|_/ =. ) ~}
|} ||
// ||
_// {{
'='~' \\_ =
~~'
run! @sarah_edo is shitposting again!
`,
"font-family:monospace"
)
const body = document.querySelector("body")
if (body.style.backgroundColor === "rgb(21, 32, 43)") {
console.log("hi")
body.classList.add("dim")
}