top | item 42907141 (no title) Robin_Message | 1 year ago Change map to forEach? discuss order hn newest silvestrov|1 year ago document.querySelectorAll('body *').forEach(e=>{if (["fixed","sticky"].includes(getComputedStyle(e).position)) e.remove()});
silvestrov|1 year ago document.querySelectorAll('body *').forEach(e=>{if (["fixed","sticky"].includes(getComputedStyle(e).position)) e.remove()});
silvestrov|1 year ago