ORIGINAL WORKFLOW LIBRARY

Use browser tools with context, examples and limits.

These guides answer a specific task or troubleshooting question, show where a focused tool fits and identify the cases that still need manual review.

How to remove extra spaces without damaging layout

Clean repeated spaces and tabs while preserving meaningful paragraphs, code indentation and table alignment.

Open Remove Extra Spaces

How to join lines with commas, pipes or custom separators

Turn one-item-per-line text into a comma, pipe or custom separated value while handling empty lines and CSV quoting.

Open Join Lines

How to split comma-separated text into one item per line

Split simple comma, pipe or semicolon lists into lines and recognise when quoted CSV needs a real parser.

Open Split Text

How to extract numbers from text without losing context

Extract integers and decimals from notes or reports, then preserve units, labels, signs and locale context before calculation.

Open Extract Numbers

When removing duplicate words helps—and when it harms prose

Remove repeated words from tags and vocabulary lists while protecting intentional repetition, names and natural writing.

Open Remove Duplicate Words

How to extract and organise hashtags from captions

Collect hashtags from social copy, deduplicate them, preserve Unicode tags and review platform-specific limits.

Open Hashtag Extractor

Reverse, sort or shuffle lines: choose the right list operation

Understand the difference between reversing, sorting and randomising a list, and protect order when it carries meaning.

Open Reverse Lines

How to convert JSON to CSV without losing fields

Convert record-shaped JSON and header-based CSV while handling missing fields, arrays, nested objects and quoted commas.

Open JSON to CSV

What a JWT decoder can—and cannot—tell you

Inspect JWT header and payload claims locally while understanding signatures, expiry, issuer and trust boundaries.

Open JWT Decoder

How to read URL query parameters without breaking the URL

Parse scheme, host, path, query and fragment; handle repeated parameters and encode values rather than whole URLs.

Open URL Parser

How to escape text before putting it in a regular expression

Escape regex metacharacters in literal user text, distinguish patterns from replacement strings and test the result.

Open Regex Escape Tool

Markdown to HTML and back: what survives conversion

Convert headings, lists, links and emphasis while understanding sanitization, tables, embedded HTML and layout loss.

Open Markdown to HTML

How to check WCAG color contrast for text

Calculate contrast ratios, understand AA and AAA thresholds, test large text and review hover, disabled and focus states.

Open Color Contrast Checker

Base64 vs URL encoding: choose the right representation

Compare Base64 and percent encoding, understand Unicode input and avoid treating reversible encoding as encryption.

Open Base64 Encoder/Decoder

Unix timestamps: seconds, milliseconds and time zones

Distinguish 10-digit seconds from 13-digit milliseconds, convert to ISO time and avoid local-time off-by-one errors.

Open Unix Timestamp Converter