🎯 Features:
- Auto-loads .ignoretree from folder
- Upload custom ignore patterns
- Glob pattern support (*.log, node_modules)
- Works 100% offline in browser
- No data sent to servers
🌐 Browser Compatibility:
Works best with Chrome, Edge, or any Chromium-based browser. Uses the secure File System Access API for local folder access.
🔄 Character Replacement
Automatically replace characters while linearizing.
✅ What It Does:
- Removes all line breaks
- Collapses multiple spaces into one
- Custom character replacement
- Real-time processing
- Perfect for AI prompts
💡 Common Use Cases:
• Format error logs for ChatGPT/Claude
• Prepare code snippets for prompts
• Clean up copied text from PDFs
• Remove formatting from emails
📤 API Request
Some APIs block browser requests. Use CORS Unblock extension or a CORS proxy.
📥 API Response
🔐 About Base64:
Base64 is an encoding scheme that converts binary data to an ASCII string format. It's commonly used for encoding data in emails, URLs, and data URIs.
💡 Common Uses:
- Embed images in HTML/CSS
- Encode authentication credentials
- Transfer binary data as text
- Store data in JSON/XML
- Email attachments
📌 XPath
🎨 CSS Selector
🔤 Regex Pattern
💡 Tips for Web Scraping:
- XPath: Most powerful, works with any XML/HTML structure
- CSS Selector: Faster than XPath, easier to read
- Regex: Best for extracting text patterns, use with caution
- Test selectors with browser DevTools (F12) before scraping
- Use unique identifiers (id, class) for stable selectors
- Respect website's robots.txt and terms of service
Feature Requests
Have an idea for a new tool? We'd love to hear it!
Support DevTreeTools
Help us keep this tool free and ad-free!
Your support helps us develop more free tools for the developer community!