What if a page isnât showing you somethingâââbut itâs still there?
Obscurify is a browser-based analysis tool that reveals hidden content in web pages.
It detects DOM elements that are technically present, but invisible due to CSS tricks like:
Transparent fonts
Off-screen positioning
Font-size: 0
Hidden overflow or opacity hacks
Keyword stuffing / cloaked SEO
đŻ What Is It?
Obscurify inspects the structure and styling of any webpage to uncover hidden elements that may be used for manipulation, SEO cheating, or cloaked content strategies.
The tool flags and visually highlights such elements for further inspection.
đ§° Technologies Used:
- Playwright + JavaScriptâââFor live browser page parsing
- DOM/CSS AnalysisâââPosition, size, visibility, opacity checks
- Flask InterfaceâââFor uploading URLs or HTML
- Element HighlighterâââTo render invisible elements in context
đ§ What Youâll Learn:
How invisible content is implemented on web pages
DOM and CSS inspection at scale
Detecting manipulation tactics using automation
Real-world use of browser scripting to expose content abuse
đ§ Why I Built It:
The web is full of tricks.
Some sites bury keywords to fool search engines. Others hide pricing, terms, or links from the user.
Obscurify is designed to bring all of that into the lightâââmaking the invisible, visible.
đŚ GitHub Repo:
đ github.com/akbak/Obscurify
by Muhammet Ali AKBAK
Top comments (0)