
A browser extension that alerts you when visiting websites with recently registered domain names.
Phishing and scam domains are created and abandoned constantly — most live less than a month before being taken down and replaced. Traditional blacklists can't keep up because new malicious domains appear faster than they can be catalogued.
Young Domain Guard takes a different approach: instead of maintaining an ever-outdated blocklist, it checks the age of the domain you're visiting. If the domain was registered recently (default: less than 30 days), you get a warning. Simple, effective, and always up to date.
Results are cached for 4 hours to avoid repeated lookups. Major well-known domains (Google, GitHub, Amazon, etc.) are automatically skipped.
.co.uk, .com.au, etc.)Clone the repository
Install dependencies and build:
npm install
npm run build
Load the extension in your browser:
chrome://extensions, enable "Developer mode", click "Load unpacked", and select the build folderabout:debugging#/runtime/this-firefox, click "Load Temporary Add-on", and select build/manifest.jsonnpm run dev
This runs the TypeScript compiler in watch mode, recompiling on file changes. Reload the extension in your browser after changes.
Click the extension icon to open the popup, where you can:
MIT