DaveSwift·ปีที่แล้ว·discussLove it! Since it's now 2025, we probably should search for "fixed" & "sticky"Here's a minified version with "sticky" added:javascript:(()=>[...document.querySelectorAll('body *')].map(el=>["fixed","sticky"].includes(getComputedStyle(el).position)&&el.remove()))();
DaveSwift·2 ปีที่แล้ว·discussThis was posted here yesterday: https://news.ycombinator.com/item?id=40918052
Here's a minified version with "sticky" added:
javascript:(()=>[...document.querySelectorAll('body *')].map(el=>["fixed","sticky"].includes(getComputedStyle(el).position)&&el.remove()))();