URL Clipboard Language Cleaner

A cross-platform PowerShell script that automatically removes language/locale segments from URLs copied to the clipboard, so shared links redirect recipients to their preferred language

PowerShell ๐Ÿ“„ MIT โญ โ€ฆ
Screenshot of URL Clipboard Language Cleaner

A cross-platform PowerShell script that automatically removes language/locale segments from URLs when you copy them to the clipboard.

When you copy a URL like https://learn.microsoft.com/en-gb/azure/virtual-machines/overview, the script instantly cleans it to https://learn.microsoft.com/azure/virtual-machines/overview โ€” so when you share the link, recipients are redirected to their own preferred language by the server.

Copilot says: AI-generated

Say goodbye to awkward language-specific links and hello to perfectly clean URLs that adapt to your readerโ€™s locale automaticallyโ€”this nifty script scrubs those pesky language tags right from your clipboard!

Key features:

  • ๐Ÿงน Auto-removes language/locale segments from copied URLs
  • ๐ŸŒ Cross-platform support with minimal CPU usage
  • ๐Ÿš€ Runs silently in background or interactively with easy install/uninstall
  • โฑ๏ธ Adjustable polling interval on macOS/Linux for speedy clipboard checks

This summary was generated by GitHub Copilot based on the project README.