it is easter,, my dudes

This commit is contained in:
ed 2026-03-23 02:01:13 +00:00
parent 7d6b037dcc
commit edc201752b

View file

@ -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;