Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

TheVerge Unlimited Reading (Paywall Remover)

Tampermonkey Platform Status License

A lightweight userscript that removes intrusive overlays on The Verge and restores a clean, distraction-free reading experience.


Installation

Click below to install directly in Tampermonkey:

Install


How it works

This script uses layered protection so content survives even when paywall scripts mutate the DOM:

1) Overlay cleanup

Removes known Zephr overlay/footer containers and inline visual blockers.

2) Protected article body restore

Caches .duet--article--article-body-component nodes and restores them if removed.

3) DOM mutation guard

Patches destructive operations (removeChild, remove, replaceChildren, innerHTML) to block target removals inside protected roots.

4) Scroll/style normalization

If page lock styles are injected (overflow: hidden, position: fixed), it resets them to keep reading/scrolling available.

5) Mutation observer enforcement

Continuously re-runs cleanup and restoration when new mutations appear.


Release Notes

v1.1.0 (2026-04-26)

  • Added article body protection and restore flow
  • Added DOM method guard against destructive removals
  • Expanded Zephr selector cleanup list
  • Improved style unlock and mutation enforcement

v1.0.0

  • Initial release
  • Overlay removal system
  • Scroll restoration fix
  • Dynamic DOM handling support

Keywords

theverge clean view  
theverge reading mode  
remove overlay theverge  
zephr overlay remover  
article clean mode  
scroll unlock page  
website readability enhancer  
userscript reading fix  
tampermonkey verge script

Disclaimer

This project is intended for educational and UI experimentation purposes. Websites may change structure at any time.

About

Remove The Verge paywall overlays, restore scrolling, and access articles without interruptions.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages