From bbb0830229d020668b03c95e160aff0e64fecfdd Mon Sep 17 00:00:00 2001 From: Beluzsar Peter Date: Tue, 24 Mar 2026 13:38:04 +0100 Subject: [PATCH] init mostly --- icons/border-48.png | Bin 0 -> 225 bytes manifest.json | 28 ++++++++++++++++++++++++++++ pink.js | 23 +++++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 icons/border-48.png create mode 100644 manifest.json create mode 100644 pink.js diff --git a/icons/border-48.png b/icons/border-48.png new file mode 100644 index 0000000000000000000000000000000000000000..90687de26d71e91b7c82565772a7df470ae277a6 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA1|-9oezpTCmSQK*5Dp-y;YjHK@;M7UB8wRq zxP?KOkzv*x37}xJr;B4qM&sM7j(iOY0?rpNR{Ym~eNUieh4I>d+mEvHuIy!K@bZ41 zJ}N$e^&*#q7kxbW`Aeg?)>n&l0$ z8xrIlb~3+dVExT-N;ZLA=LS%o!8+lf-GRA$F@Klex9jiV-^0Mj@Zdh*s& setTimeout(resolve, ms)); +} + + +async function waiting() +{ + while (!document.body.contains(document.getElementById("mat-expansion-panel-header-3"))) { + sleep(100); + } +} + +//waiting(); + +console.log('megva'); + +footer = document.getElementsByClassName('footer'); + +console.log(footer.length); + +for (let i = 0; i < footer.length; i++) { + footer[i].style.backgroundColor = '#e4007c'; +}