Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DPrint StylesheetActionNo print stylesFIX
C404 Error PageActionHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 TikTok Story Viewer | 1.08:1 | 3.0:1 | #000000 | #0A0D0C | Fail |
| h2 Why Choose Story Vie… | 1.13:1 | 3.0:1 | #000000 | #0A1513 | Fail |
| h2 Powering Anonymous T… | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h2 How It Works | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h2 Built for Everyone W… | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h2 Story Viewer vs. Oth… | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h2 Trusted by Thousands… | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h2 Frequently Asked Que… | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h3 100% Anonymous Viewi… | 1.10:1 | 3.0:1 | #000000 | #0A1110 | Fail |
| h3 HD Downloads Without… | 1.07:1 | 3.0:1 | #000000 | #0A0B0B | Fail |
| h3 Lightning Fast | 1.06:1 | 3.0:1 | #000000 | #0A0A0A | Fail |
| h3 No Login Required | 1.06:1 | 3.0:1 | #000000 | #0A0A0A | Fail |
| h3 Stories & Videos | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h3 Profile Pictures | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h3 Works Worldwide | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h3 Mobile Friendly | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h3 Always Up-to-Date | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h3 View History | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h3 Unlimited Usage | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
| h3 Active Users | 1.11:1 | 3.0:1 | #000000 | #111111 | Fail |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
ALandmark Structure4 landmarksPASS
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
A+Heading Hierarchy33 headingsPASS
- H1 TikTok Story Viewer View Anonymously
- H2 Why Choose Story Viewer?
- H3 100% Anonymous Viewing
- H3 HD Downloads Without Watermark
- H3 Lightning Fast
- H3 No Login Required
- H3 Stories & Videos
- H3 Profile Pictures
- H3 Works Worldwide
- H3 Mobile Friendly
- H3 Always Up-to-Date
- H3 View History
- H3 Unlimited Usage
- H2 Powering Anonymous TikTok Viewing at Scale
- H3 Active Users
- H3 Videos Downloaded
- H3 Stories Viewed
- H3 Countries Served
- H2 How It Works
- H3 Find the Username
- H3 Enter & Search
- H3 View & Download
- H2 Built for Everyone Who Values Privacy
- H3 Content Creators & Influencers
- H3 Marketing Professionals
- H3 Researchers & Journalists
- H3 Parents & Guardians
- H3 Privacy-Conscious Users
- H3 Business Analysts
- H2 Story Viewer vs. Other Tools
- H2 Trusted by Thousands of Users Worldwide
- H2 Frequently Asked Questions
- H3 Important Notice
A+Heading Text QualityAll 33 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityNo imagesPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (Enter TikTok username or profile URL...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
ALink & Button Quality1 issue(s) across 4 links and 14 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| <button> | (empty) | empty | Add button text or aria-label |
Icon-only buttons need an aria-label so screen readers can announce them.
button.md:hidden (#56 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
A+Form Input Types1 form control(s) checked, no type mismatchesPASS
A+Form Input Quality1 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 155 visible text node(s) render at >= 12 CSS pixelsPASS
AFavicon & Branding7 icon(s) detectedPASS
A+Web ManifestPWA-readyPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 90/100 — 2 failing, 21 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.fixed > div.max-w-7xl > div.flex > button.md:hidden header.fixed > div.max-w-7xl > div.flex > button.md:hidden |
div.w-full > form > div.glow-input > button.bg-[#00f5d4] div.w-full > form > div.glow-input > button.bg-[#00f5d4] |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
View TikTok stories and profiles anonymously. Free, fast, and private. div.max-w-7xl > div.flex > div.flex > p.text-gray-500 |
© 2026 Story Viewer. All rights reserved. footer.py-12 > div.max-w-7xl > div.mt-8 > p.text-gray-500 |
Not affiliated with TikTok or ByteDance footer.py-12 > div.max-w-7xl > div.mt-8 > p.text-gray-600 |
These are opportunities to improve the legibility of your content.