Writing & content 14
JS-rendered page to Markdown
Found by us · agent402.tools
Writing & content
Renders a JavaScript-heavy page in a real browser and returns Markdown.
Duplicate line remover
Found by us · agent402.tools
Writing & content
Removes duplicate lines from text, keeping first-seen order.
PDF to text extractor
Found by us · agent402.tools
Writing & content
Fetches a PDF and pulls out its full text content.
Text to URL slug converter
Found by us · agent402.tools
Writing & content
Turns any text into a clean, URL-safe slug.
Query string parser and builder
Found by us · agent402.tools
Writing & content
Parses a URL query string into an object, or builds one from an object.
Subtitle format converter
Found by us · agent402.tools
Writing & content
Converts subtitles between SRT, WebVTT, plain text, and JSON cues.
YAML to JSON converter
Found by us · agent402.tools
Writing & content
Turns YAML into JSON, safely, with no code execution.
HTML to Markdown converter
Found by us · agent402.tools
Writing & content
Turns an HTML fragment or document you already have into clean markdown.
URL encode and decode
Found by us · agent402.tools
Writing & content
Percent-encodes or decodes a string for use in a URL.
Parse or humanize a duration
Found by us · agent402.tools
Writing & content
Converts a duration like 2h30m to seconds, or seconds into readable text.
Redact personal information from text
Found by us · agent402.tools
Writing & content
Masks emails, phone numbers, card numbers, IPs, and SSNs in a piece of text.
Readability scores for a piece of text
Found by us · agent402.tools
Writing & content
Gives you standard readability scores and counts for any piece of text.
Rotate the pages of a PDF
Found by us · agent402.tools
Writing & content
Rotates the pages of a PDF by 90, 180, or 270 degrees.
HTML to plain text
Found by us · agent402.tools
Writing & content
Strips HTML tags from a page and returns clean plain text.