Skip to content

Bookmarklet to remove fixed position elements with a tap

Notifications You must be signed in to change notification settings

ollicle/pop-off

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pop-off

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.

Usage

Install bookmarklet

Drag this link to your browser bookmark bar: pop-off

(If you don’t see a link above try visiting the project site)

  1. Click the bookmarklet

  2. Tap or click the offending element

  3. If the element uses position:fixed it will be removed

  4. Modal blocked pages often have page scroll disabled, this is remedied by overriding overflow:hidden wherever you click

  5. Click an un-fixed element to remove the overlay

Distribution build

Presuming dependencies are installed. The build script builds and embeds the bookmarklet code ./build/bookmark.js into this README

npm run build

Editing this document

This README is generated from template.md

About

Bookmarklet to remove fixed position elements with a tap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published