(no title)
DaveSwift | 1 year ago
Here's a minified version with "sticky" added:
javascript:(()=>[...document.querySelectorAll('body *')].map(el=>["fixed","sticky"].includes(getComputedStyle(el).position)&&el.remove()))();
DaveSwift | 1 year ago
Here's a minified version with "sticky" added:
javascript:(()=>[...document.querySelectorAll('body *')].map(el=>["fixed","sticky"].includes(getComputedStyle(el).position)&&el.remove()))();
gabrielsroka|1 year ago
evgpbfhnr|1 year ago
Any idea?
0xml|1 year ago
Robin_Message|1 year ago