Skip to content
View cig13zs's full-sized avatar

    Block or report cig13zs

    Block user

    Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

    You must be logged in to block users.

    Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
    Report abuse

    Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

    Report abuse
    cig13zs/README.md

    jju1s

    I build small browser tools for annoyances that should have a simple fix. The utilities in this catalog run locally in your browser, require no account, and do not collect or send analytics. The account also contains a few clearly labelled automation and portfolio examples with different runtime needs.

    Ko-fiLicense: MIT


    Current work

    ProjectWhat it solvesUse itSource
    InvisiblesReveals and cleans hidden Unicode without reading the pages you visitOpen Invisiblescig13zs/invisibles
    Lead Intake AutomationShows a human-reviewed n8n workflow for qualifying and routing inbound leadsSee the workflowcig13zs/lead-intake-automation
    PlusminusTurns instrument specifications and repeated readings into an uncertainty budgetOpen Plusminuscig13zs/plusminus

    These are the current validation projects. Adoption and client results will be added only after they are measured.

    Also maintained:Toolfold is the consolidated home for selected general-purpose utilities. The smaller repositories below remain public as focused releases and historical engines. Carryover remains available and receives compatibility fixes only.


    Data, CSV and JSON tools

    ToolDescriptionLive Web AppSource
    Clean CSVDelimiter auto-detection, RFC 4180 quote balancing & column repairOpencig13zs/clean-csv
    JSON FixerTolerant JSON repair for unquoted keys, single quotes & trailing commasOpencig13zs/json-fixer
    JSON to CSVDeep recursive nested JSON flattener & RFC 4180 CSV serializerOpencig13zs/json-to-csv
    JSON to TypeScriptRecursive interface deduction & TypeScript type definition generatorOpencig13zs/json-to-typescript
    JSON Schema GenDraft-07 JSON Schema inference with automatic format validationOpencig13zs/json-schema-gen
    Minify JSONJSON payload minifier with syntax verification & compression metricsOpencig13zs/minify-json
    MD Table KitConverts spreadsheet TSV and CSV cells into aligned Markdown tablesOpencig13zs/md-table-kit
    HTML Table to CSVCharacter-tolerant <table> parser and CSV data extractorOpencig13zs/html-table-to-csv
    SQL to JSONSQL INSERT INTO statement parser and structured JSON converterOpencig13zs/sql-to-json

    Text, encoding and writing tools

    ToolDescriptionLive Web AppSource
    Writing Pattern CheckTransparent sentence variation, vocabulary diversity, repetition and phrase-list metricsOpen the web appcig13zs/ai-text-classifier
    AI Text HumanizerReplaces stiff AI buzzwords with clear, natural human phrasingOpencig13zs/ai-text-humanizer
    AI Token EstimatorRough token and context-size estimate from local textOpencig13zs/ai-token-estimator
    Case MasterConvert between camelCase, snake_case, PascalCase & kebab-caseOpencig13zs/case-master
    Clean MarkdownNormalizes heading hierarchies, list bullets & trailing whitespaceOpencig13zs/clean-markdown
    Diff HighlighterLine-by-line diff engine highlighting additions, deletions & changesOpencig13zs/diff-highlighter
    Extract EmailsHigh-precision email address extractor with deduplicationOpencig13zs/extract-emails
    Extract URLsDiscovers and extracts HTTP/HTTPS URLs with query normalizationOpencig13zs/extract-urls
    HTML EntitiesBidirectional encoder and decoder for HTML5 named & numeric entitiesOpencig13zs/html-entities
    Lorem GeneratorGenerates mock paragraphs, sentences, words, and realistic listsOpencig13zs/lorem-generator

    Developer, network and terminal tools

    ToolDescriptionLive Web AppSource
    Chmod CalcNumeric octal (755, 644) to symbolic Linux permissions calculatorOpencig13zs/chmod-calc
    Cron MasterParses, validates, and translates crontab syntax into plain EnglishOpencig13zs/cron-master
    cURL to FetchConverts shell cURL commands into JavaScript fetch() snippetsOpencig13zs/curl-to-fetch
    Dockerfile LintAnalyzes Dockerfile syntax, layer caching, and security guidelinesOpencig13zs/dockerfile-lint
    Gitignore GenCurated .gitignore rules for Node, Python, Rust, Go & OS filesOpencig13zs/gitignore-gen
    HTTP StatusSearchable HTTP status codes reference with RFC specificationsOpencig13zs/http-status
    IP SubnetIPv4 CIDR subnet mask, network IP, broadcast, and host range calculatorOpencig13zs/ip-subnet
    NGINX Config BuilderGenerates hardened reverse proxy & SPA server configuration blocksOpencig13zs/nginx-config-builder
    Quick RegexOffline regex tester with capture group extraction & match offsetsOpencig13zs/quick-regex
    SemVer CalcSemantic version parser, validator, and major/minor/patch incrementerOpencig13zs/semver-calc

    Cryptography, auth and security tools

    ToolDescriptionLive Web AppSource
    Base64 URLURL-safe Base64 encoding/decoding without padding (RFC 7515)Opencig13zs/base64-url
    Bcrypt ToolGenerates and verifies salted bcrypt blowfish password hashesOpencig13zs/bcrypt-tool
    Hash TextComputes SHA-256, SHA-512, SHA-1, and MD5 cryptographic hashesOpencig13zs/hash-text
    HMAC GenGenerates HMAC-SHA256 and HMAC-SHA512 message authentication codesOpencig13zs/hmac-gen
    JWT ToolDecodes and inspects JSON Web Token headers, payloads & expirationOpencig13zs/jwt-tool
    Password EntropyBit-level password entropy calculation and brute-force estimateOpencig13zs/password-entropy
    TOTP GenRFC 6238 Time-based One-Time Password 2FA token generatorOpencig13zs/totp-gen
    ULID GenGenerates Universally Unique Lexicographically Sortable IdentifiersOpencig13zs/ulid-gen
    UUID v4 GenCryptographically secure RFC 4122 Version 4 UUID batch generatorOpencig13zs/uuid-v4-gen

    Design, CSS and frontend tools

    ToolDescriptionLive Web AppSource
    Aspect RatioAspect ratio calculator with responsive padding-top formulasOpencig13zs/aspect-ratio
    Box ShadowNatural multi-layer CSS box shadows and elevation presetsOpencig13zs/box-shadow
    Clamp CalcFluid CSS typography and spacing clamp() formula calculatorOpencig13zs/clamp-calc
    Color PaletteHarmonic color scheme generator (complementary, triadic, shades)Opencig13zs/color-palette
    CSS GlassFrosted glassmorphism CSS generator with backdrop-filter blurOpencig13zs/css-glass
    CSS GradientLinear, radial, conic, and mesh gradients with custom color stopsOpencig13zs/css-gradient
    CSS Grid GenVisual CSS Grid layout declarations with fr units and gapsOpencig13zs/css-grid-gen
    Flexbox GenInteractive CSS Flexbox layout declarations and alignmentsOpencig13zs/flexbox-gen
    LCH PickerConverts colors between Hex, RGB, HSL, and modern CSS Oklch/LCHOpencig13zs/lch-picker
    Px to RemBatch pixel to accessible CSS REM and EM unit converterOpencig13zs/px-to-rem
    SVG OptimizerStrips comments, editor metadata & empty tags to minify SVGsOpencig13zs/svg-optimizer

    Time, URL and system tools

    ToolDescriptionLive Web AppSource
    Epoch TimeUnix timestamp to UTC, ISO-8601, and relative human distanceOpencig13zs/epoch-time
    Favicon GenSVG emoji favicon generator with HTML link snippet tagsOpencig13zs/favicon-gen
    File ChecksumOffline checksum comparison and integrity verificationOpencig13zs/file-checksum
    List CleanerDeduplicate, sort, trim, and format messy text listsOpencig13zs/list-cleaner
    Meta Tag GenOpenGraph, Twitter Cards, and SEO HTML meta tag generatorOpencig13zs/meta-tag-gen
    Query String ParserParses URL query string parameters into structured JSONOpencig13zs/query-string-parser
    Timezone MeetingMulti-timezone meeting planner and business hour overlap finderOpencig13zs/timezone-meeting
    URL Slug GenConverts titles and headlines into clean, SEO-friendly URL slugsOpencig13zs/url-slug-gen
    User Agent InfoParses browser User-Agent strings into browser, OS & device infoOpencig13zs/user-agent-info
    Word CounterReal-time word, character, sentence, and reading time counterOpencig13zs/word-counter

    Design and privacy

    Most browser utilities process input locally and contain no analytics. Check each repository for its exact network access, offline behavior, license, and known limits.


    Support

    If these small tools save you time or solve an annoyance, you can support my independent open-source development at ko-fi.com/jju1s.

    Popular repositories Loading

    1. carryover carryoverPublic

      Local handoffs for long free-tier chats on ChatGPT, DeepSeek, and Grok. No server or data collection.

      JavaScript 1

    2. search-restore search-restorePublic

      Add archive links to Google results and load later result pages on demand. No server or tracking.

      JavaScript 1

    3. invisibles invisiblesPublic

      Reveal and remove hidden Unicode such as zero-width spaces, look-alike whitespace, and bidi controls. Runs locally.

      HTML 1

    4. cig13zs cig13zsPublic

      Small browser tools and documented automation examples.

    5. rinse rinsePublic

      Reveal the hidden GPS, camera and timestamp data in a photo, then wash it off. Runs in your browser, nothing is uploaded.

      HTML

    6. return-100-results return-100-resultsPublic archive

      Archived duplicate. Maintained as Search Restore.

      HTML