mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-15 12:50:01 -04:00
Update header.js
This commit is contained in:
parent
101efa72e6
commit
d9a4fcbf59
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@ function randInt(min, max) {
|
||||||
return Math.floor(Math.random() * (max - min + 1)) + min;
|
return Math.floor(Math.random() * (max - min + 1)) + min;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var titles = [
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
var icons = [
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
var psel, prss;
|
var psel, prss;
|
||||||
|
|
||||||
window.addEventListener('DOMContentLoaded', function() {
|
window.addEventListener('DOMContentLoaded', function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue