top | item 42907141

(no title)

Robin_Message | 1 year ago

Change map to forEach?

discuss

order

silvestrov|1 year ago

document.querySelectorAll('body *').forEach(e=>{if (["fixed","sticky"].includes(getComputedStyle(e).position)) e.remove()});