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
Instantly check your JavaScript libraries for known security vulnerabilities. Powered by real CVE data. Scan by URL or manually verify library versions.
Enter a URL to simulate detection of frontend JS libraries and their known vulnerabilities. Note: Full scanning requires server-side support; this simulation demonstrates typical vulnerability patterns.
Click any library to see its known vulnerabilities and recommended fix versions.
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
Paste two JSON objects and see a highlighted diff showing what was added, removed, or changed. For API testing.
Paste any JavaScript snippet and get a ready‑to‑drag bookmarklet link. Minify and encode automatically. Pure client.
Generate a horizontal Code‑128 barcode from any string. Download as PNG or SVG. Works offline. For inventory.
Convert a Gregorian calendar date to its Julian Day Number and vice versa. Used in astronomy and mainframe computing.
Write expressions with clamp(), min(), max(), abs(), sign(), round() and see the computed value. Modern CSS calculations.
Wait for the box to turn green, then tap as fast as possible. Measure milliseconds. Compete with friends.
Convert any date into Roman numerals (day‑month‑year) for tattoos or special occasions. Clean and local.
Adjust cocktail ingredient quantities based on desired total volume or number of servings. Preserve classic ratios. Perfect for home bartenders.
Convert any date into Roman numerals (day‑month‑year) for tattoos or special occasions. Clean and local.
Define min and max font sizes and viewport widths. Generate a complete fluid type scale using CSS clamp() for all headings.
Enter starting room temp, target temp, and method to see how many minutes to chill your wine perfectly.
Convert numbers to Roman numerals and decode Roman numerals back to numbers. Supports up to large values. A fun educational tool running entirely in your browser.
Shows live countdown to major holidays and allows custom ones. Visual calendar. Local browser storage.
Enter min and max font sizes and viewport widths to generate a perfect CSS clamp() expression. Fluid typography without media queries.
Calculate how many books, DVDs, or vinyl records fit on a shelf given its length and depth. Useful for home library planning. Local only.
Fairly distribute pooled tips among staff based on hours worked or points. Customizable percentages. All calculations local and private.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
Paste long text and split it into 2, 3, or 4 balanced CSS columns. Preview and copy HTML/CSS. For magazine layouts.
Calculate tips and split bills easily. Adjust tip percentage and number of people. Perfect for dining out. All computations happen on your device.
Pomodoro timer that saves completed sessions to localStorage. View daily/weekly stats. Boost productivity with data.
Enter any date and instantly know which quarter it belongs to. Also shows fiscal quarter if start month set.
Find out what day number of the year any date is (1‑366). Also shows days remaining. Simple reference.
Convert any integer up to 3999 into its Roman numeral representation and vice versa. Quick and accurate. Local.
Convert decimal negative and positive numbers to 8/16/32-bit two's complement binary. Essential for low-level programming.
Find equivalent colors across DMC, Anchor, and Madeira embroidery floss brands. Enter a code to see matches. Local reference database.
Test a regular expression against malicious inputs to detect catastrophic backtracking and ReDoS vulnerabilities. Educational.
Watch a simulation of how the JavaScript event loop handles synchronous code, microtasks, and macrotasks. Learn async.
Create promises that resolve or reject after a delay. See state changes and chain .then/.catch. Debug async code.
Write a generator function and step through it with next(). See values and done state. Understand iterators.