Bookmarklet to remove fixed position elements with a tap
This JavaScript snippet will remove elements you tap that use the most common CSS technique to cover web pages.
Drag this link to your browser bookmark bar: pop-off
(If you don’t see a link above try visiting the project site)
Click the bookmarklet
Tap or click the offending element
If the element uses position:fixed
it will be removed
Modal blocked pages often have page scroll disabled, this is remedied by overriding overflow:hidden
wherever you click
Click an un-fixed element to remove the overlay
Presuming dependencies are installed. The build
script builds and embeds the bookmarklet code ./build/bookmark.js
into this README
npm run build
This README is generated from template.md