cdn
This commit is contained in:
12
js/all.min.js
vendored
12
js/all.min.js
vendored
@ -25,8 +25,16 @@ function antiSkid() {
|
||||
warning.style.position = "absolute";
|
||||
warning.style.width = "200px";
|
||||
warning.style.textAlign = "center";
|
||||
warning.style.bottom = "20px";
|
||||
warning.style.right = "20px";
|
||||
if(Math.random() > 0.5) {
|
||||
warning.style.bottom = "20px";
|
||||
} else {
|
||||
warning.style.top = "20px";
|
||||
}
|
||||
if(Math.random() > 0.5) {
|
||||
warning.style.right = "20px";
|
||||
} else {
|
||||
warning.style.left = "20px";
|
||||
}
|
||||
warning.style.backgroundColor = "#00000077";
|
||||
warning.style.padding = "8px";
|
||||
warning.style.cursor = "pointer";
|
||||
|
||||
Reference in New Issue
Block a user