Rebane
@rebane2001.bsky.social
🇪🇪🏳️⚧️ | Archivist | 13 CVEs in Chrome | CSS sophomore | MapartCraft | Horse | rebane2001#3716 | Lyra 🦊 she/her https://lyra.horse/ @rebane2001@infosec.exchange
are there any cool use cases for the touchbar on a broken display macbook? like of course i can always use an external display or remote into it, but i feel like the touchbar has the potential to let you do some cool stuff too
people who compain about centering a div have never had the pleasure of wanting an image of any orientation to appear as large as possible on a screen of any orientation
u know its bad when it takes me longer to pick music for the poc videos than finding the actual vulns themselves
this was a fun codegolf, good job lyra
colin mcrae codegolf <body id=p bgcolor=47576 onload="setInterval(()=>{b='';for(x=6;x<24;x++)for(y=3;y<15;y++){z=x+y-Date?.now()/77;r=Math.sin(z);b+=`<a style='scale:3;position:fixed;top:${(y<<4)+r};left:${(x<<4)+Math.cos(z)};color:hsl(0 ${(y>>1==4||x>>1==7)*99} ${70-r*8})'>•`};p.innerHTML=b},9)">💜
<div style="font:15Q system-ui;border:1px solid;border-radius:99Q;padding:1px 10px 2px;color:#80d969;background:hsl(from currentColor h s 9%);display:inline-flex"><b style="border:solid 4px;border-radius:9Q;box-shadow:0 0 4px;margin:1px 6px 0 0;align-self:center"></b>Online</div>
practicing my barks until they're realistic enough to get noise cancelled
i've been posting too many code snippets recently and i don't know how to stop
i never realized that, addNode = () => { x = document.createElement("div"); x.classList.add("hi"); document.body.appendChild(x); } elems = document.getElementsByClassName("hi"); console.log(elems.length) // 0 addNode(); console.log(elems.length) // 1
its kind of crazy how document.getElementById("foo") and document.querySelector("#foo") are the same length
WHY IS indexedDB.cmp(a, b) THE METHOD TO COMPARE TWO Uint8ArrayS IN JAVASCRIPT ????
function joinUint8() { const newArr = new Uint8Array([...arguments].reduce((a,b) => a+b.length, 0)); [...arguments].reduce((a,b) => (newArr.set(b,a),a+b.length), 0); return newArr; } i feel so clever for this lmao
dompurify is so annoying like i have multiple bugs that almost bypass but are stopped by just how many precautions it takes aaaaaaa
I haven't posted a crazy XSS vector for a while... Works on every browser
another funny: <div><b id=o>hi</div> <script> alert(o.innerHTML); (o.o).remove(); alert(o.innerHTML); </script>
<div> <i><b>bold</i> <i>also bold</i> </div> <b>also bold</b> <i>also bold</i>
i wonder why firefox android feels so much slower than chrome android like on desktop i feel the two are fairly comparable and whichever one is faster/smoother depends on the specific website