Advanced Paste : remove locale part from URL
Description of the new feature / enhancement
Some document site's URL has locale string (en-us, ja-jp).
for example : https://learn.microsoft.com/en-us/windows/powertoys/install
Could you remove en-us when paste from clipboard.
copy string: https://learn.microsoft.com/en-us/windows/powertoys/install paste string: https://learn.microsoft.com/windows/powertoys/install
Scenario when this would be used?
When a URL containing a locale such as en-us is provided, the browser will display the specified URL.
However, if a URL without a locale is given, like on the Microsoft Learn site, it will automatically redirect to the browser's default language.
I believe it would be very convenient if the advanced paste feature could optionally remove the locale part, allowing users to view URLs shared from other countries in their own language.
Supporting information
No response