Developer tools

Developer Tools

Browser tools for formatting, converting, validating, and debugging developer data.

Category snapshot
Tools available
362 focused utilities
Input handling
Copied snippets, payloads, URLs, and sample data processed without accounts.
Workflow paths
1 related toolkit
Best starting point
JSON Formatter · Pretty-print compact JSON into readable browser-local output.
Searchable directory
Filter all tools to Developer Tools · use search, toolkit filters, and sorting inside this category.
Choose a path

Pick the right developer tools route.

Use these shortcuts when you are deciding between one exact utility, a workflow toolkit, or a broader group comparison.

Review first

Before you choose a developer tools page

Use these category-specific checks to pick the right tool, protect sensitive input, and avoid relying on output before the destination workflow confirms it.

  • Remove secrets before pastingUse representative snippets without tokens, private keys, customer records, unreleased credentials, or production-only values.
  • Preserve enough contextKeep headers, nesting, delimiters, repeated keys, encodings, or surrounding lines when they affect parsing or validation.
  • Validate in the final systemTreat output as a fast browser check, then confirm with your schema, compiler, runtime, API client, database, or test suite.
Category directory362 tools ready to useOpen the full category list, or use the searchable directory to narrow a large collection first.

Pick a tool and start immediately, or open this category in the searchable directory when you need filters, sorting, or toolkit narrowing.

Use results well

After you choose from Developer Tools

These shared handoff checks help results stay reviewable after you copy, download, publish, import, or continue into another ClearUtils page.

  • Validate in your stackRun formatted, converted, decoded, or extracted output through the parser, schema, tests, runtime, or API client that will consume it.
  • Keep redacted contextAttach a safe sample, input shape, delimiter, encoding, timestamp zone, or source-snippet note so the transformation remains reproducible.
  • Chain compatible utilitiesMove between formatters, validators, encoders, parsers, and extractors only when the output type matches the next tool input.
Tool groups

Find the right developer tools group

Use this map to jump between stronger developer-data clusters such as formatters, validators, encoders, converters, source extractors, and API debugging helpers.

What you can do with these tools

Debug JSON and API payloads

Validate syntax, check common JSON Schema rules, format JSON Lines / NDJSON records, validate or format YAML and TOML, convert JSON config snippets to TOML or TOML back to JSON, decode, and inspect small snippets copied from APIs, logs, query strings, URLs, Unix timestamps, ISO date checks, timestamp-to-date checks, time zone notes, XML payloads, image data URIs, or config files.

Parse query and URL data

Use UTM Builder for new campaign links, URL Parser for full links, Query String Parser to parse query string values, and URL Encoder/Decoder when copied parameters are percent-encoded.

Format or reshape structured snippets

Move between JSON Formatter, JSON Lines Formatter, YAML Validator, YAML Formatter, TOML Formatter, JSON to TOML, TOML to JSON, XML Validator, XML Formatter, XML Minifier, HTML heading/paragraph/list/comment/media/source, inline-style, link-relation, and meta-refresh extractors, CSV Formatter, CSV Column Extractor, CSV to List, List to CSV, and Delimiter Converter depending on whether the source is JSON, JSON Lines, YAML, TOML, XML, HTML, tabular data, or plain lines.

Priority paths in this cluster

Start with the page that matches the exact task. These links strengthen the cluster around the highest-intent searches and common workflows.

  • JSON FormatterRecommended cluster path

    Pretty-print compact JSON into readable browser-local output.

  • JSON ValidatorRecommended cluster path

    Check JSON syntax and get clear validation errors before sharing or debugging.

  • JSON Schema ValidatorRecommended cluster path

    Validate pasted JSON against common JSON Schema rules with clear issue paths.

  • JSON Diff CheckerRecommended cluster path

    Compare two pasted JSON snippets and find added, removed, or changed values.

  • JSON Lines FormatterRecommended cluster path

    Format NDJSON records, compact JSON Lines, or convert records to a JSON array.

  • JSON SorterRecommended cluster path

    Sort JSON object keys for stable examples, tests, and easier comparison.

  • JSON Path ExtractorRecommended cluster path

    Extract a value from pasted JSON with a simple dot or bracket path.

  • JSON Escape / UnescapeRecommended cluster path

    Escape text as a JSON string or decode quoted JSON string values.

  • YAML FormatterRecommended cluster path

    Format simple YAML key/value snippets and scalar lists locally in your browser.

  • YAML ValidatorRecommended cluster path

    Check simple YAML key/value snippets and scalar lists locally before formatting or conversion.

  • TOML FormatterRecommended cluster path

    Format common TOML config snippets, arrays, dotted keys, and section blocks locally in your browser.

  • JSON to TOMLRecommended cluster path

    Convert JSON config snippets into TOML-style output locally in your browser.

  • TOML to JSONRecommended cluster path

    Convert common TOML config snippets into formatted JSON locally in your browser.

  • Base64 Encoder/DecoderRecommended cluster path

    Encode or decode Base64 text snippets without implying encryption.

  • Image to Base64Recommended cluster path

    Encode PNG, JPG, or WebP files as copyable Base64 data URIs locally in your browser.

  • Base64 to ImageRecommended cluster path

    Decode pasted Base64 image data URIs into a preview and downloadable file locally in your browser.

  • URL Encoder/DecoderRecommended cluster path

    Encode or decode URL components from query strings, redirects, and API logs.

  • URL ParserRecommended cluster path

    Parse full URLs into protocol, host, path, query parameters, and hash parts.

  • UTM BuilderRecommended cluster path

    Build campaign URLs with source, medium, campaign, term, and content parameters locally.

  • Query String ParserRecommended cluster path

    Parse query string parameters, parsequery snippets, and URL parameters into readable JSON and key/value rows.

  • XML ValidatorRecommended cluster path

    Check pasted XML for matching tags, one root element, and basic well-formedness before formatting.

  • XML FormatterRecommended cluster path

    Pretty-print compact or minified XML snippets for feeds, config, and payload debugging.

  • XML MinifierRecommended cluster path

    Minify XML and remove unnecessary whitespace between XML tags after review.

  • CSV FormatterRecommended cluster path

    Turn pasted CSV rows into an aligned table for quick inspection.

  • CSV ValidatorRecommended cluster path

    Check pasted CSV for quote issues, uneven row lengths, blank headers, and duplicate headers.

  • CSV MinifierRecommended cluster path

    Trim and compact pasted CSV rows before sharing, embedding, or converting.

  • CSV TransposerRecommended cluster path

    Swap CSV rows and columns for small tables, metric exports, and documentation samples.

  • CSV Delimiter DetectorRecommended cluster path

    Detect comma, tab, semicolon, or pipe separators before converting delimited rows.

  • CSV Row CounterRecommended cluster path

    Count rows, data rows, columns, and empty cells before importing or converting CSV.

  • CSV Header ExtractorRecommended cluster path

    Extract the first CSV row into a clean one-header-per-line list for schema review.

  • CSV Column ExtractorRecommended cluster path

    Keep selected columns from pasted CSV, TSV, or pipe-delimited rows by number, range, or header name.

  • CSV DeduplicatorRecommended cluster path

    Remove exact duplicate CSV rows while preserving the first occurrence.

  • CSV SorterRecommended cluster path

    Sort CSV data rows by the first column or whole-row text while preserving the header.

  • CSV to List ConverterRecommended cluster path

    Convert a selected CSV column into a clean one-item-per-line list for cleanup and handoffs.

  • List to CSV ConverterRecommended cluster path

    Convert one-item-per-line lists into CSV, TSV, semicolon, or pipe-delimited output.

  • CSV to JSONRecommended cluster path

    Convert CSV rows with headers into formatted JSON objects.

  • JSON to CSVRecommended cluster path

    Convert JSON objects or arrays into spreadsheet-friendly CSV rows.

  • Regex Escape ToolRecommended cluster path

    Escape regex metacharacters in literal text before matching, searching, or coding.

  • Regex TesterRecommended cluster path

    Test pasted regex patterns locally and review matches, positions, and capture groups.

  • Regex Match ExtractorRecommended cluster path

    Extract regex matches from pasted text without uploading data.

  • Extract JS Import StatementsRecommended cluster path

    Extract JavaScript and TypeScript import statements from pasted source without executing code.

  • Extract JS Function NamesRecommended cluster path

    Extract function declarations and arrow-function names from pasted JavaScript source.

  • Extract JS Console StatementsRecommended cluster path

    Extract console.log, console.warn, console.error, and related debug calls from pasted JavaScript.

  • Extract JS Export StatementsRecommended cluster path

    Extract JavaScript and TypeScript export statements from pasted source without executing code.

  • Extract JS Variable NamesRecommended cluster path

    Extract const, let, and var variable names from pasted JavaScript source.

  • Extract JS TODO CommentsRecommended cluster path

    Extract TODO, FIXME, NOTE, HACK, BUG, and XXX comments from pasted JavaScript.

  • Extract JS Class NamesRecommended cluster path

    Extract class declaration names from pasted JavaScript and TypeScript source.

  • Extract JS Interface NamesRecommended cluster path

    Extract TypeScript interface names from pasted source without compiling code.

  • Extract JS Type AliasesRecommended cluster path

    Extract TypeScript type alias names from pasted source without executing code.

  • Extract JS Enum NamesRecommended cluster path

    Extract TypeScript enum and const enum names from pasted source without compiling code.

  • Extract JS React Component NamesRecommended cluster path

    Extract React-style component names from pasted JS, JSX, TS, or TSX source.

  • Extract JS Hook NamesRecommended cluster path

    Extract custom React hook names from pasted JavaScript and TypeScript source.

  • Extract JS Module SpecifiersRecommended cluster path

    Extract import, export, and dynamic import module paths from pasted JS or TS source.

  • Extract JS Event Handler NamesRecommended cluster path

    Extract handleClick, onSubmit, and similar handler names from pasted UI source.

  • Extract JS Test Case NamesRecommended cluster path

    Extract describe, it, and test labels from pasted Jest, Vitest, or JS test files.

  • Extract JS Environment VariablesRecommended cluster path

    Extract process.env and import.meta.env variable names from pasted JavaScript source.

  • Extract JS Route PathsRecommended cluster path

    Extract route, href, redirect, and navigation paths from pasted JavaScript source.

  • Extract JS Error MessagesRecommended cluster path

    Extract Error(), TypeError(), message, and errorMessage strings from pasted JavaScript.

  • Extract JS Fetch URLsRecommended cluster path

    Extract fetch(), axios.get(), axios.post(), and similar request URL strings from pasted JavaScript or TypeScript source without executing code.

  • Extract JS Storage KeysRecommended cluster path

    Extract localStorage and sessionStorage key strings from pasted JavaScript or TypeScript source without executing code.

  • Extract JS GraphQL OperationsRecommended cluster path

    Extract GraphQL query, mutation, and subscription operation names from pasted JavaScript or TypeScript source without executing code.

  • Extract JS Dynamic ImportsRecommended cluster path

    Extract dynamic import() module paths from pasted JavaScript or TypeScript source without executing or bundling code.

  • Extract JS JSX Prop NamesRecommended cluster path

    Extract JSX and TSX prop names from pasted React source without rendering or executing code.

  • Extract JS Comment BlocksRecommended cluster path

    Extract line and block comments from pasted JavaScript or TypeScript source without executing code.

  • Extract JS Regex LiteralsRecommended cluster path

    Extract regular expression literals from pasted JavaScript or TypeScript source without executing code.

  • Extract JS String LiteralsRecommended cluster path

    Extract quoted and template string values from pasted JavaScript or TypeScript source without executing code.

  • Extract JS Numeric LiteralsRecommended cluster path

    Extract numeric literals from pasted JavaScript or TypeScript source without calculating or executing code.

  • Extract JS Object KeysRecommended cluster path

    Extract object literal keys from pasted JavaScript or TypeScript source without executing code.

  • Extract JS Type ImportsRecommended cluster path

    Extract TypeScript type-only imports from pasted source without resolving modules or compiling code.

  • Extract JS Decorator NamesRecommended cluster path

    Extract @decorator names from pasted JavaScript or TypeScript source without transforming or executing code.

  • Extract JS Async FunctionsRecommended cluster path

    Extract async function names from pasted JavaScript or TypeScript source without executing code.

  • Extract JS Promise CallsRecommended cluster path

    Extract Promise helpers and promise-chain calls from pasted JavaScript source without running code.

  • Extract JS Catch BlocksRecommended cluster path

    Extract catch block bindings from pasted JavaScript or TypeScript source without throwing or executing code.

  • Extract JS Event ListenersRecommended cluster path

    Extract addEventListener event names from pasted JavaScript source without executing browser code.

  • Extract JS DOM SelectorsRecommended cluster path

    Extract querySelector, querySelectorAll, and DOM lookup strings from pasted JavaScript source.

  • Extract JS Timer CallsRecommended cluster path

    Extract setTimeout, setInterval, requestAnimationFrame, and related timer calls without running code.

  • Extract JS Location AssignmentsRecommended cluster path

    Extract window.location, location.assign, and history navigation targets without executing redirects.

  • Extract JS Clipboard CallsRecommended cluster path

    Extract navigator.clipboard read and write calls from pasted JavaScript without touching the clipboard.

  • Extract JS Media QueriesRecommended cluster path

    Extract matchMedia query strings from pasted responsive JavaScript without evaluating the viewport.

  • Extract JS Observer APIsRecommended cluster path

    Extract MutationObserver, ResizeObserver, and IntersectionObserver constructors without observing elements.

  • Extract JS Cookie NamesRecommended cluster path

    Extract document.cookie assignment names from pasted JavaScript without reading or setting cookies.

  • Extract JS WebSocket URLsRecommended cluster path

    Extract new WebSocket endpoint strings from pasted JavaScript without opening socket connections.

  • Extract JS postMessage TargetsRecommended cluster path

    Extract postMessage target origins from pasted JavaScript without sending browser messages.

  • Extract JS Service Worker PathsRecommended cluster path

    Extract navigator.serviceWorker registration paths without registering workers or fetching scripts.

  • Extract JS BroadcastChannel NamesRecommended cluster path

    Extract BroadcastChannel names from pasted JavaScript without opening browser channels.

  • Extract JS Geolocation CallsRecommended cluster path

    Extract navigator.geolocation API calls from pasted JavaScript without requesting location access.

  • Extract JS Permission NamesRecommended cluster path

    Extract Permission API name values from pasted JavaScript without querying browser permissions.

  • Extract JS Notification CallsRecommended cluster path

    Extract Notification API usage from pasted JavaScript without prompting or showing notifications.

  • Extract JS Fullscreen CallsRecommended cluster path

    Extract requestFullscreen and exitFullscreen calls without entering fullscreen mode.

  • Extract JS History API CallsRecommended cluster path

    Extract pushState, replaceState, back, forward, and go calls from pasted JavaScript without changing browser history.

  • Extract JS Window Open CallsRecommended cluster path

    Extract window.open calls, popup URLs, targets, and feature snippets from pasted JavaScript without opening windows.

  • Extract JS Dialog CallsRecommended cluster path

    Extract alert, confirm, prompt, and showModalDialog calls from pasted JavaScript without showing dialogs.

  • Extract JS Web Share CallsRecommended cluster path

    Extract navigator.share and navigator.canShare calls from pasted JavaScript without opening share sheets.

  • Extract JS IndexedDB CallsRecommended cluster path

    Extract IndexedDB open, deleteDatabase, databases, and cmp calls from pasted JavaScript without opening browser databases.

  • Extract JS Web Worker URLsRecommended cluster path

    Extract Worker and SharedWorker script URLs from pasted JavaScript without starting workers or fetching scripts.

  • Extract JS Beacon CallsRecommended cluster path

    Extract navigator.sendBeacon endpoint URLs from pasted JavaScript without sending analytics or unload beacons.

  • Extract JS Performance MarksRecommended cluster path

    Extract performance.mark, performance.measure, and clear calls from pasted JavaScript without creating timing entries.

  • Extract JS Media Device CallsRecommended cluster path

    Extract MediaDevices camera, microphone, screen-share, and device-listing calls without requesting permissions.

  • Extract JS WebRTC CallsRecommended cluster path

    Extract RTCPeerConnection, offer/answer, ICE, track, and data-channel calls without opening peer connections.

  • Extract JS Web Locks CallsRecommended cluster path

    Extract navigator.locks request and query calls from pasted JavaScript without requesting browser locks.

  • Extract JS Wake Lock CallsRecommended cluster path

    Extract navigator.wakeLock request calls from pasted JavaScript without requesting screen wake locks.

  • Extract HTTP Status CodesRecommended cluster path

    Extract HTTP response status codes from pasted logs, curl output, and API notes without sending requests.

  • Extract HTTP MethodsRecommended cluster path

    Extract GET, POST, PUT, PATCH, DELETE, and related request methods from pasted API text.

  • Extract MIME TypesRecommended cluster path

    Extract Content-Type and media-type values from pasted headers, logs, and API notes without uploading files.

  • Extract Curl CommandsRecommended cluster path

    Extract curl command examples from pasted docs, tickets, and notes without executing commands.

  • Extract HTTP Header NamesRecommended cluster path

    Extract header names from pasted request or response headers without copying header values.

  • Extract CORS HeadersRecommended cluster path

    Extract CORS-related header rows from pasted API notes, CDN output, and response examples.

  • Extract Cache-Control DirectivesRecommended cluster path

    Extract Cache-Control, Pragma, and Expires directives from pasted headers and CDN notes.

  • Extract Set-Cookie NamesRecommended cluster path

    Extract Set-Cookie names from pasted headers without copying cookie values into output.

  • Extract SQL Table NamesRecommended cluster path

    Extract table names from pasted SQL queries, migrations, and review notes without executing SQL.

  • Extract SQL Column NamesRecommended cluster path

    Extract column names from pasted SELECT, INSERT, and UPDATE SQL snippets locally.

  • Extract SQL Join ClausesRecommended cluster path

    Extract JOIN clauses from pasted SQL so table relationships can be reviewed safely.

  • Extract SQL WHERE ClausesRecommended cluster path

    Extract WHERE filters from pasted SQL for local report and migration QA.

  • Extract SQL GROUP BY ClausesRecommended cluster path

    Extract GROUP BY aggregation keys from pasted SQL for local report and migration QA.

  • Extract SQL ORDER BY ClausesRecommended cluster path

    Extract ORDER BY sort logic from pasted SQL before pagination and dashboard reviews.

  • Extract SQL HAVING ClausesRecommended cluster path

    Extract HAVING aggregation filters from pasted SQL without running queries.

  • Extract SQL LIMIT ClausesRecommended cluster path

    Extract LIMIT and OFFSET clauses from pasted SQL for pagination and sample-size QA.

  • Extract IP AddressesRecommended cluster path

    Extract IPv4 addresses from pasted logs, tickets, and notes.

  • Extract IPv6 AddressesRecommended cluster path

    Extract IPv6 addresses from pasted network logs and support notes.

  • Extract MAC AddressesRecommended cluster path

    Extract MAC addresses from pasted DHCP logs, inventory exports, and network notes.

  • Extract HEX ColorsRecommended cluster path

    Extract HEX color codes from pasted CSS, HTML, and design notes.

  • Extract UUIDRecommended cluster path

    Extract UUID/GUID values from pasted logs, JSON, CSV, and QA notes.

  • Extract DatesRecommended cluster path

    Extract date values from pasted logs, schedules, tables, and planning notes.

  • Extract TimesRecommended cluster path

    Extract time values from pasted schedules, logs, meeting notes, and tables.

  • Extract Currency AmountsRecommended cluster path

    Extract prices and money amounts from pasted invoices, notes, and tables.

  • Extract MeasurementsRecommended cluster path

    Extract dimensions, weights, volumes, temperatures, and CSS unit values from pasted text.

  • Extract Markdown LinksRecommended cluster path

    Extract inline Markdown link and image targets from pasted docs and README files.

  • Extract HTML LinksRecommended cluster path

    Extract href values from pasted anchor tags and HTML snippets without crawling URLs.

  • Extract HTML Image SourcesRecommended cluster path

    Extract img src values from pasted HTML snippets without fetching images.

  • Extract Script SourcesRecommended cluster path

    Extract external script src values from pasted HTML without loading or executing scripts.

  • Extract Meta TagsRecommended cluster path

    Extract name, property, and http-equiv meta tag content from pasted HTML snippets.

  • Extract CSS ClassesRecommended cluster path

    Extract class names from pasted HTML, JSX, Tailwind snippets, and CSS selectors.

  • Extract CSS IDsRecommended cluster path

    Extract id attributes and #selector IDs from pasted HTML, JSX, and CSS snippets.

  • Extract Stylesheet LinksRecommended cluster path

    Extract stylesheet href values from pasted link rel=stylesheet HTML tags.

  • Extract Image Alt TextRecommended cluster path

    Extract img alt attributes from pasted HTML for accessibility and SEO QA.

  • Extract Srcset URLsRecommended cluster path

    Extract responsive image srcset candidate URLs from pasted HTML img tags.

  • Extract ARIA LabelsRecommended cluster path

    Extract aria-label text from pasted HTML snippets for accessibility copy review.

  • Extract HTML Role AttributesRecommended cluster path

    Extract role attribute values from pasted HTML for accessibility and component QA.

  • Extract HTML Tabindex AttributesRecommended cluster path

    Extract tabindex values from pasted HTML without rendering or changing focus behavior.

  • Extract ARIA Hidden ElementsRecommended cluster path

    Extract aria-hidden element states from pasted HTML for disclosure, icon, and accessibility QA.

  • Extract ARIA Expanded ElementsRecommended cluster path

    Extract aria-expanded disclosure states and controls from pasted menus, accordions, and dialogs.

  • Extract Data AttributesRecommended cluster path

    Extract data-* attribute names and values from pasted HTML and component output.

  • Extract Canonical URLsRecommended cluster path

    Extract rel=canonical href values from pasted HTML head snippets.

  • Extract Hreflang TagsRecommended cluster path

    Extract hreflang language codes and alternate URLs from pasted HTML.

  • Extract Preload LinksRecommended cluster path

    Extract rel=preload resource hints from pasted HTML without loading assets.

  • Extract Open Graph TagsRecommended cluster path

    Extract og:title, og:description, og:image, and related social meta values from pasted HTML.

  • Extract Twitter Card TagsRecommended cluster path

    Extract twitter:card, twitter:title, twitter:image, and related social card values from pasted HTML.

  • Extract Viewport Meta TagsRecommended cluster path

    Extract viewport meta content values from pasted HTML for responsive QA.

  • Extract Form Field NamesRecommended cluster path

    Extract input, select, and textarea name attributes from pasted HTML form snippets.

  • Extract Form ActionsRecommended cluster path

    Extract form action URLs and methods from pasted HTML without submitting forms.

  • Extract Button TextRecommended cluster path

    Extract visible button labels from pasted HTML snippets for CTA and accessibility copy review.

  • Extract Input PlaceholdersRecommended cluster path

    Extract input and textarea placeholder text from pasted HTML form snippets.

  • Extract Form LabelsRecommended cluster path

    Extract label text from pasted HTML forms for accessibility and UX copy review.

  • Extract Form IDsRecommended cluster path

    Extract form id attributes from pasted HTML without rendering or submitting forms.

  • Extract Table HeadersRecommended cluster path

    Extract th header text from pasted HTML tables without rendering or uploading code.

  • Extract Table CellsRecommended cluster path

    Extract td and th cell text from pasted HTML tables as clean one-value-per-line output.

  • Extract Table RowsRecommended cluster path

    Extract tab-separated rows from pasted HTML table markup for spreadsheets and QA notes.

  • Extract HTML HeadingsRecommended cluster path

    Extract H1-H6 heading text from pasted HTML with heading-level labels.

  • Extract HTML ParagraphsRecommended cluster path

    Extract p tag paragraph text from pasted HTML for content migration and cleanup.

  • Extract HTML List ItemsRecommended cluster path

    Extract li text from pasted HTML lists, menus, and feature blocks.

  • Extract HTML CommentsRecommended cluster path

    Extract hidden HTML comment text from pasted markup for template cleanup and migration notes.

  • Extract Iframe SourcesRecommended cluster path

    Extract iframe src URLs from pasted HTML without loading embeds or crawling pages.

  • Extract Video SourcesRecommended cluster path

    Extract video and source src URLs from pasted HTML without loading media files.

  • Extract Audio SourcesRecommended cluster path

    Extract audio and source src URLs from pasted HTML without loading media files.

  • Extract Track SourcesRecommended cluster path

    Extract caption, subtitle, and track src URLs from pasted media HTML.

  • Extract Picture SourcesRecommended cluster path

    Extract source srcset URLs from pasted picture blocks without loading images.

  • Extract Inline StylesRecommended cluster path

    Extract style attributes from pasted HTML without rendering or uploading code.

  • Extract Link RelationsRecommended cluster path

    Extract link rel values and href targets from pasted HTML head snippets.

  • Extract Meta Refresh URLsRecommended cluster path

    Extract meta refresh redirect targets from pasted HTML without following redirects.

  • Extract Mailto LinksRecommended cluster path

    Extract email addresses from mailto links in pasted HTML without uploading snippets.

  • Extract Telephone LinksRecommended cluster path

    Extract tel link phone values from pasted HTML without dialing or loading anything.

  • Extract Favicon LinksRecommended cluster path

    Extract favicon and app icon hrefs from pasted HTML head snippets.

  • Extract Anchor TextRecommended cluster path

    Extract visible anchor text and href pairs from pasted HTML links.

  • Extract Link Title AttributesRecommended cluster path

    Extract title attributes from pasted HTML anchor tags for link QA.

  • Extract Image DimensionsRecommended cluster path

    Extract width and height attributes from pasted HTML image tags.

  • Extract CSS VariablesRecommended cluster path

    Extract CSS custom property names and values from pasted stylesheets.

  • Extract CSS URLsRecommended cluster path

    Extract url() asset references from pasted CSS without loading files.

  • Extract CSS Media QueriesRecommended cluster path

    Extract @media conditions from pasted CSS for responsive QA.

  • Extract CSS ImportsRecommended cluster path

    Extract @import stylesheet references and media conditions from pasted CSS.

  • Extract CSS KeyframesRecommended cluster path

    Extract @keyframes animation names from pasted stylesheets.

  • Extract CSS Font FacesRecommended cluster path

    Extract @font-face family and src rows from pasted CSS without loading fonts.

  • Extract CSS SelectorsRecommended cluster path

    Extract selector lists from pasted stylesheets for CSS audits and migration notes.

  • Extract CSS CommentsRecommended cluster path

    Extract CSS comment notes from pasted stylesheets without rendering or uploading code.

  • Extract CSS Important DeclarationsRecommended cluster path

    Extract !important declarations from pasted CSS for specificity and override audits.

  • Extract CSS ColorsRecommended cluster path

    Extract HEX, RGB, HSL, named, and function color values from pasted CSS.

  • Extract CSS Property NamesRecommended cluster path

    Extract declaration property names from pasted stylesheets for CSS audits.

  • Extract CSS Z-Index ValuesRecommended cluster path

    Extract z-index declaration values from pasted CSS for overlay and stacking audits.

  • Extract CSS Font FamiliesRecommended cluster path

    Extract font-family stacks from pasted CSS for typography and design-system audits.

  • Extract CSS Font SizesRecommended cluster path

    Extract font-size values from pasted stylesheets for type-scale and responsive QA.

  • Extract CSS Font WeightsRecommended cluster path

    Extract font-weight values from pasted CSS for typography and font loading reviews.

  • Extract CSS Display ValuesRecommended cluster path

    Extract display declaration values from pasted CSS for layout and visibility audits.

  • Extract CSS Position ValuesRecommended cluster path

    Extract position declaration values from pasted CSS for sticky, fixed, and overlay audits.

  • Extract CSS Flexbox ValuesRecommended cluster path

    Extract flexbox declarations from pasted CSS for component layout reviews.

  • Extract CSS Grid ValuesRecommended cluster path

    Extract grid declarations from pasted CSS for responsive layout reviews.

  • Extract CSS Box Model ValuesRecommended cluster path

    Extract spacing, sizing, border, and box-sizing declarations from pasted CSS.

  • Extract CSS Transition & Animation ValuesRecommended cluster path

    Extract transition and animation declarations from pasted CSS for motion audits.

  • Extract CSS Background ValuesRecommended cluster path

    Extract background, gradient, image, repeat, size, and position declarations from pasted CSS.

  • Extract CSS Shadow & Filter ValuesRecommended cluster path

    Extract box-shadow, text-shadow, filter, backdrop-filter, and drop-shadow declarations from pasted CSS.

  • Extract CSS Overflow & Interaction ValuesRecommended cluster path

    Extract overflow, scroll, cursor, pointer-events, user-select, resize, and touch-action declarations from pasted CSS.

  • Extract CSS Transform ValuesRecommended cluster path

    Extract transform, transform-origin, perspective, and backface-visibility declarations from pasted CSS.

  • Extract CSS Opacity ValuesRecommended cluster path

    Extract opacity, fill-opacity, stroke-opacity, and stop-opacity declarations from pasted CSS.

  • Extract CSS Aspect Ratio ValuesRecommended cluster path

    Extract aspect-ratio, object-fit, and object-position declarations from pasted CSS.

  • Extract CSS Logical PropertiesRecommended cluster path

    Extract logical spacing, sizing, inset, and border declarations from pasted CSS.

  • Extract CSS Text Decoration ValuesRecommended cluster path

    Extract text-decoration, underline, text-transform, and text styling declarations from pasted CSS.

  • Extract CSS Color Scheme ValuesRecommended cluster path

    Extract color-scheme, accent-color, caret-color, and forced-color declarations from pasted CSS.

  • Extract CSS Scroll Snap ValuesRecommended cluster path

    Extract scroll-snap, scroll-padding, and scroll-margin declarations from pasted CSS.

  • Extract CSS Containment ValuesRecommended cluster path

    Extract contain, container, content-visibility, and intrinsic-size declarations from pasted CSS.

  • Extract CSS Mask & Clip Path ValuesRecommended cluster path

    Extract mask, -webkit-mask, clip-path, and shape declarations from pasted CSS.

  • Extract CSS Writing Mode ValuesRecommended cluster path

    Extract writing-mode, direction, unicode-bidi, and text-orientation declarations from pasted CSS.

  • Extract CSS List Style ValuesRecommended cluster path

    Extract list-style, list-style-type, list-style-image, and marker declarations from pasted CSS.

  • Extract CSS Column ValuesRecommended cluster path

    Extract columns, column-count, column-rule, column-gap, and break declarations from pasted CSS.

  • Extract CSS Table ValuesRecommended cluster path

    Extract table-layout, border-collapse, border-spacing, caption-side, and vertical-align declarations from pasted CSS.

  • Extract CSS Counter ValuesRecommended cluster path

    Extract counter-reset, counter-increment, counter-set, content, and quotes declarations from pasted CSS.

  • Extract CSS Page & Print ValuesRecommended cluster path

    Extract page, size, marks, bleed, orphans, widows, and break declarations from pasted CSS.

  • Extract CSS Container QueriesRecommended cluster path

    Extract @container conditions from pasted CSS for responsive component audits.

  • Extract CSS Supports RulesRecommended cluster path

    Extract @supports feature-query conditions from pasted CSS for compatibility review.

  • Extract CSS Layer NamesRecommended cluster path

    Extract @layer names and cascade-layer lists from pasted CSS.

  • Extract CSS Pseudo-ClassesRecommended cluster path

    Extract :hover, :focus-visible, :has(), :not(), and other pseudo-classes from pasted CSS.

  • Extract CSS Pseudo-ElementsRecommended cluster path

    Extract ::before, ::after, ::marker, ::selection, and other pseudo-elements from pasted CSS.

  • Extract CSS Attribute SelectorsRecommended cluster path

    Extract [data-*], [aria-*], [type], [href], and other attribute selectors from pasted CSS.

  • Extract CSS Nesting SelectorsRecommended cluster path

    Extract nested selector fragments such as & .title and &:hover from pasted CSS.

  • Extract CSS Scope RulesRecommended cluster path

    Extract @scope roots and limits from pasted CSS for scoped-style audits.

  • Extract CSS Custom MediaRecommended cluster path

    Extract @custom-media names and conditions from pasted CSS breakpoint tokens.

  • Extract CSS Calc FunctionsRecommended cluster path

    Extract calc(...) layout math expressions from pasted CSS.

  • Extract CSS Clamp FunctionsRecommended cluster path

    Extract clamp(...) fluid typography and spacing values from pasted CSS.

  • Extract CSS Var ReferencesRecommended cluster path

    Extract var(--token) references and fallbacks from pasted CSS.

  • Extract CSS Min FunctionsRecommended cluster path

    Extract min(...) responsive sizing expressions from pasted CSS.

  • Extract CSS Max FunctionsRecommended cluster path

    Extract max(...) responsive minimum expressions from pasted CSS.

  • Extract CSS Env ReferencesRecommended cluster path

    Extract env(...) safe-area and environment references from pasted CSS.

  • Extract SVG ViewBoxesRecommended cluster path

    Extract SVG viewBox attributes from pasted inline SVG and sprite markup.

  • Extract SVG DimensionsRecommended cluster path

    Extract SVG width and height attributes from pasted icons and SVG exports.

  • Extract SVG Symbol IDsRecommended cluster path

    Extract symbol IDs from pasted SVG sprites for icon inventory and migration QA.

  • Extract SVG Fill ColorsRecommended cluster path

    Extract fill color values from pasted SVG icons and sprite markup.

  • Extract SVG Stroke ColorsRecommended cluster path

    Extract stroke color values from pasted SVG icons and sprite markup.

  • Extract SVG Path DataRecommended cluster path

    Extract path d attribute rows from pasted SVG icons and copied markup.

  • Extract SVG IDsRecommended cluster path

    Extract id attributes from pasted SVG icons, sprites, and copied markup.

  • Extract SVG Class NamesRecommended cluster path

    Extract class names from pasted SVG icons and sprite markup.

  • Extract SVG Title TextRecommended cluster path

    Extract title text from pasted SVG icons for accessibility and documentation QA.

  • Extract SVG ARIA LabelsRecommended cluster path

    Extract aria-label values from pasted SVG icons for accessibility and sprite QA.

  • Extract SVG Use ReferencesRecommended cluster path

    Extract use href and xlink:href targets from pasted SVG sprite markup.

  • Extract SVG Gradient IDsRecommended cluster path

    Extract linearGradient and radialGradient IDs from pasted SVG icons and exports.

  • Extract SVG Clip Path IDsRecommended cluster path

    Extract clipPath IDs from pasted SVG icons and exported artwork.

  • Extract SVG Mask IDsRecommended cluster path

    Extract mask IDs from pasted SVG icons and illustration snippets.

  • Extract SVG Filter IDsRecommended cluster path

    Extract filter IDs from pasted SVG shadows, blurs, glows, and effects.

  • Extract SVG Pattern IDsRecommended cluster path

    Extract pattern IDs from pasted SVG fills, diagrams, and exported artwork.

  • Extract SVG Marker IDsRecommended cluster path

    Extract marker IDs from pasted SVG arrows, line ends, diagrams, and exports.

  • Extract SVG Desc TextRecommended cluster path

    Extract desc element text from pasted SVG accessibility and documentation markup.

  • Extract SVG Text ElementsRecommended cluster path

    Extract text and tspan content from pasted SVG labels, charts, and diagrams.

  • Extract SVG Image HrefsRecommended cluster path

    Extract image href and xlink:href references from pasted SVG exports.

  • Extract SVG Style BlocksRecommended cluster path

    Extract style block CSS from pasted SVG icons, sprites, and diagrams.

  • Extract SVG Transform AttributesRecommended cluster path

    Extract transform values from pasted SVG groups, paths, sprites, and exports.

  • Extract SVG Data AttributesRecommended cluster path

    Extract data-* names and values from pasted SVG icons and component markup.

  • Extract SVG URL ReferencesRecommended cluster path

    Extract url(...) references from pasted SVG fills, masks, clips, filters, and styles.

  • Extract SVG Opacity AttributesRecommended cluster path

    Extract opacity, fill-opacity, and stroke-opacity values from pasted SVG markup.

  • Extract SVG Stroke WidthsRecommended cluster path

    Extract stroke-width values from pasted SVG icons, paths, diagrams, and exports.

  • Extract SVG PreserveAspectRatioRecommended cluster path

    Extract preserveAspectRatio values from pasted SVG and symbol markup.

  • Extract SVG Role AttributesRecommended cluster path

    Extract role attributes from pasted SVG icons, sprites, and component markup.

  • Extract SVG Fill RulesRecommended cluster path

    Extract fill-rule and clip-rule values from pasted SVG paths and exported artwork.

  • Extract SVG Stroke Linecaps & JoinsRecommended cluster path

    Extract stroke-linecap, stroke-linejoin, and miterlimit values from pasted SVG markup.

  • Extract SVG Animation ElementsRecommended cluster path

    Extract animate, animateTransform, animateMotion, and set tags from pasted SVG markup.

  • Extract SVG ForeignObject TagsRecommended cluster path

    Extract foreignObject tag summaries from pasted SVG embedded-content markup.

  • Extract SVG Script TagsRecommended cluster path

    Find script tags in pasted SVG markup as text without rendering or executing code.

  • Extract SVG Event HandlersRecommended cluster path

    Find inline onload, onclick, and other event handler attributes in pasted SVG markup.

  • Extract SVG Defs TagsRecommended cluster path

    Extract defs tag summaries from pasted SVG symbols, filters, gradients, and reusable definitions.

  • Extract SVG Metadata TagsRecommended cluster path

    Extract metadata element text from pasted SVG artwork and icon exports.

  • Extract SVG Stop ColorsRecommended cluster path

    Extract gradient stop colors, offsets, and opacity values from pasted SVG markup.

  • Extract SVG Stroke DashesRecommended cluster path

    Extract stroke-dasharray and stroke-dashoffset values from pasted SVG paths and line art.

  • Extract SVG Vector EffectsRecommended cluster path

    Extract vector-effect values such as non-scaling-stroke from pasted SVG markup.

  • Extract SVG Font FamiliesRecommended cluster path

    Extract font-family values from pasted SVG text labels, styles, charts, and exports.

  • Extract SVG Font SizesRecommended cluster path

    Extract font-size values from pasted SVG text labels, styles, charts, and exports.

  • Extract SVG Text Anchors & BaselinesRecommended cluster path

    Extract text-anchor, dominant-baseline, alignment-baseline, and baseline-shift values from pasted SVG.

  • Extract SVG Font WeightsRecommended cluster path

    Extract font-weight values from pasted SVG text labels, styles, charts, and exports.

  • Extract SVG Text DecorationsRecommended cluster path

    Extract text-decoration values from pasted SVG labels, diagrams, and style blocks.

  • Extract SVG Rect GeometryRecommended cluster path

    Extract rect geometry values from pasted SVG markup.

  • Extract SVG Circle & Ellipse GeometryRecommended cluster path

    Extract circle and ellipse center and radius values from pasted SVG markup.

  • Extract SVG PointsRecommended cluster path

    Extract polygon and polyline points values from pasted SVG markup.

  • Extract SVG Line GeometryRecommended cluster path

    Extract line endpoint coordinates from pasted SVG markup.

  • Extract SVG Image GeometryRecommended cluster path

    Extract image placement and sizing values from pasted SVG markup.

  • Extract SVG Text PositionsRecommended cluster path

    Extract text and tspan positioning values from pasted SVG markup.

  • Extract SVG Letter SpacingRecommended cluster path

    Extract letter-spacing and word-spacing values from pasted SVG text markup.

  • JWT DecoderRecommended cluster path

    Decode JWT header and payload locally without verifying token trust.

  • Random String GeneratorRecommended cluster path

    Generate browser-local random strings for test data, sample IDs, and mock tokens.

  • Number List GeneratorRecommended cluster path

    Generate ordered number sequences with custom steps, separators, padding, prefixes, and suffixes.

  • Random Number GeneratorRecommended cluster path

    Generate random integers or decimals with range, count, uniqueness, sorting, and separator controls.

  • Random Word GeneratorRecommended cluster path

    Generate random word lists for prompts, placeholders, test labels, and copy-friendly browser-local workflows.

  • Random Sentence GeneratorRecommended cluster path

    Generate random sentences for prompts, placeholder copy, classroom examples, and sample content.

  • Random Password GeneratorRecommended cluster path

    Generate browser-local password candidates with length, symbol, number, and ambiguity controls.

  • Unix Timestamp ConverterRecommended cluster path

    Convert Unix timestamps to dates and dates back to epoch time.

  • Timestamp to Date ConverterRecommended cluster path

    Convert Unix seconds or milliseconds into ISO UTC and local dates for logs and API debugging.

  • Date to Timestamp ConverterRecommended cluster path

    Convert readable dates and date-time strings into Unix seconds and Unix milliseconds.

  • ISO Date ConverterRecommended cluster path

    Normalize ISO 8601 dates into UTC, local, RFC 2822, and Unix timestamp formats.

  • Timezone ConverterRecommended cluster path

    Convert dates and times between common time zones with UTC and Unix output.

  • UUID GeneratorRecommended cluster path

    Generate UUID v4 values for test data, identifiers, and local development.

  • Developer Data ToolkitRecommended cluster path

    Run decode → validate → format workflows from one pasted input.

Explore other ClearUtils categories