Browser Extension Headers Check - Online Detect Injected Scripts
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
UD5 Toolkit
Detect browser, operating system, device type & rendering engine from any User Agent string. 100% client-side, privacy-first.
Enter a User Agent string and click Parse â or use Auto Detect to analyze your current browser.
All parsing happens locally in your browser.Chrome/120.0 indicates the browser, Windows NT 10.0 reveals the OS, and Mobile or Tablet keywords identify the device type. A good parser handles hundreds of variations across browsers, bots, and legacy formats.
navigator APIs) instead of UA sniffing. That said, UA parsing remains widely used for analytics, device stats, and debugging.
Mozilla/5.0 at the start of their UA string as a legacy convention.
navigator.userAgent in your browser's Developer Tools console (F12 â Console). Many online tools also display it, but this parser runs entirely in your browser â your UA never leaves your device.
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
Paste response headers string and get a security audit. Check presence and configuration of key security headers. Local analysis.
Paste a robots.txt file and validate its syntax. See if a specific userâagent can access a path. Essential for webmasters.
Browse Unicode by block: Latin, Cyrillic, CJK, Emoticons. See characters and copy with a click. Full reference.
Paste an HTML snippet and see how a screen reader might interpret it. Highlights missing alt texts and ARIA misuses. Educational.
Paste a JSON Web Token and decode its header and payload. Verify signature if you provide the secret. Fully local.
Parse a URL's query string into a key-value table, or build a query string from parameters. Perfect for API testing and web development.
Enter a URL and see the full redirect chain with status codes and response times. Also validates against your chosen rule.
Design a clean, professional email signature with your photo, links, and disclaimers. Copy the HTML to use in Gmail/Outlook.
Test if a script or style will be allowed by a given CSP. Compute hash/nonce. Strengthen your siteâs defense against XSS. Local.
Compose messages with bold, italic, links, and code. See the raw HTML or Markdown for your Telegram bot API calls.
Paste a website's HTML and see which text is only visible to screen readers (e.g., .srâonly). Preview the accessible layer.
Enter HTML with aria-labels and see what a screen reader would announce. Simulates common patterns. Local educational tool.
Compare two text blocks and highlight differences line by line. Ideal for code review and document revisions. All diffs computed locally for privacy.
Paste a potential XSS vector and see if it executes in a sandboxed iframe. For security researchers and education.
Create a polished HTML email signature with your photo, links, and company details. Live preview and copy HTML to clipboard. Works with Gmail, Outlook, Apple Mail.
Create custom traceable handwriting worksheets with name or sentence. Print in dotted font. Great for teachers and parents.
See your monitor's color depth and pixel depth. Detect if HDR or wide gamut is available using media queries.
Simulate a traceroute by entering a destination IP. Learn about AS paths and latency. Does not send real packets; educational visualisation.
Type your name and create a stylized ASCII text banner for email signatures or forum posts. Choose a font style.
Paste two JSON objects and find the structural differences with sideâbyâside highlighted output. Indispensable for API debugging.
Build an iframe with different sandbox flags and see live which features are blocked. For secure embedding.
Draw walls on a grid and watch A*, Dijkstra, or BFS find the shortest path. Interactive animation. Learn graph traversal.
Graph a cubicâbezier or steps easing function and see a bouncing ball animation using it. Copy the CSS timingâfunction.
Test required, pattern, minlength etc. See validity states and custom error messages. Learn browserânative validation.
Design borders with linear or conic gradients. Supports borderâimage and backgroundâclip methods. Copy optimized CSS.
Draw pixel art with a grid, color palette, and eraser. Export as PNG. Perfect for game developers and hobbyists.
Extract plain text from a PDF file entirely in the browser using PDF.js. No file upload to server. Supports multi-page extraction and search.
Enter a URL and view it in three iframes: mobile, tablet, and desktop sideâbyâside. Quick responsive check.
See which fonts map to generic families (serif, sansâserif, monospace) on different operating systems. A handy reference.