- 🔎 Elegant Detection - Find broken links on any webpage with a single click
- 🖤 Dark Glassmorphism UI - Beautiful modern interface with blur effects and transparency
- 🕰️ Complete History - Track all your previous scans with detailed statistics
- ⚙️ Customizable Settings - Configure scanning behavior to your specific needs
- ⚡ Lightweight & Fast - Minimal impact on browser performance
- Visit the Link Abyss Firefox Add-on page
- Click "Add to Firefox"
- Follow the installation prompts
- Download the latest release from the Releases page
- Open Firefox and navigate to
about:debugging
- Click "This Firefox"
- Click "Load Temporary Add-on"
- Select the downloaded
.xpi
file
Link Abyss scans through all the links on a webpage and verifies their validity by sending requests to each URL. The extension cleverly differentiates between internal and external links, provides detailed status codes, and remembers your scanning history for future reference.
- Comprehensive Detection - Finds broken links across the entire webpage
- Status Codes - Displays HTTP status codes for precise diagnosis
- Internal/External Classification - Easily identify whether broken links are within your site or external
- Scan Archive - Review previously scanned pages with timestamps
- Quick Access - Click on history items to revisit pages
- Statistics - See the number of broken links found per scan
- Link Type Filtering - Choose to scan only internal links, only external links, or both
- Timeout Control - Set how long to wait for responses from slow servers
- History Management - Control how many history entries to keep
Link Abyss features a stunning dark glassmorphism interface with:
- Frosted Glass Effect - Semi-transparent UI elements with blur effects
- Subtle Gradients - Beautiful color transitions for visual appeal
- Purple Accent Colors - Modern aesthetic with carefully chosen highlights
- Responsive Design - Clean and usable interface at any size
- JavaScript
- Firefox WebExtensions API
- Modern CSS (Glassmorphism, Flexbox)
link-abyss/
├── manifest.json # Extension configuration
├── background/ # Background scripts
├── content/ # Content scripts
├── popup/ # UI components
│ ├── popup.html # Popup HTML structure
│ ├── popup.css # Styling with glassmorphism
│ └── popup.js # UI logic
└── icons/ # Extension icons
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- Icons created by R3DHULK
- Special thanks to all contributors and testers
💻 Developed with ❤️ by R3DHULK