mirror of
https://github.com/9001/copyparty.git
synced 2026-04-12 23:32:32 -06:00
it is easter,, my dudes
This commit is contained in:
parent
7d6b037dcc
commit
edc201752b
|
|
@ -65,13 +65,21 @@ o = ebi('u');
|
||||||
if (o && /[0-9]+$/.exec(o.innerHTML))
|
if (o && /[0-9]+$/.exec(o.innerHTML))
|
||||||
o.innerHTML = shumantime(o.innerHTML);
|
o.innerHTML = shumantime(o.innerHTML);
|
||||||
|
|
||||||
o = ebi('uhash')
|
o = ebi('uhash');
|
||||||
if (o)
|
if (o)
|
||||||
o.value = '' + location.hash;
|
o.value = '' + location.hash;
|
||||||
|
|
||||||
if (/\&re=/.test('' + location))
|
if (/\&re=/.test('' + location))
|
||||||
ebi('a').className = 'af g';
|
ebi('a').className = 'af g';
|
||||||
|
|
||||||
|
o = ebi('v');
|
||||||
|
if (o) o.onclick = function (e) {
|
||||||
|
if (e && e.shiftKey) {
|
||||||
|
ev(e);
|
||||||
|
document.location = '//youtu.be/8Ok5Sey1MoU';
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
if (!ebi('x'))
|
if (!ebi('x'))
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue