https://github.com/11ways/check-shadowdom
Easily inspect webpages for Shadow DOM elements with this bookmarklet.
https://github.com/11ways/check-shadowdom
accessibility shadow-dom
Last synced: 4 months ago
JSON representation
Easily inspect webpages for Shadow DOM elements with this bookmarklet.
- Host: GitHub
- URL: https://github.com/11ways/check-shadowdom
- Owner: 11ways
- Created: 2023-12-03T12:27:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T18:06:29.000Z (over 2 years ago)
- Last Synced: 2025-01-31T16:36:20.677Z (over 1 year ago)
- Topics: accessibility, shadow-dom
- Language: HTML
- Homepage: https://11ways.github.io/check-shadowdom/
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shadow DOM Checker
This project provides a simple way to check the number of Shadow DOM elements on any webpage. All you need is to add our bookmarklet to your browser's bookmarks bar and click it whenever you need to inspect a webpage for Shadow DOM elements.
## Setup
Follow the [instructions on this page](https://11ways.github.io/check-shadowdom/).
## Usage
Once you have created the bookmarklet:
1. Navigate to the webpage you need to inspect.
2. Click the bookmarklet on your bookmarks bar.
3. An alert pops up with the number of Shadow DOM elements found on the page.