We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decode URL encoded parts of URLs
Like https://github.com/PseudoResonance/BetterDiscord-Theme/blob/master/URLDecode.plugin.js e.g: https://www.deepl.com/translator#ja/en/%E3%83%86%E3%82%B9%E3%83%88 -> https://www.deepl.com/translator#ja/en/テスト
https://www.deepl.com/translator#ja/en/%E3%83%86%E3%82%B9%E3%83%88
https://www.deepl.com/translator#ja/en/テスト
The text was updated successfully, but these errors were encountered:
Open Devtools (Ctrl + Shift + i) and type
decodeURI("https://www.deepl.com/translator#ja/en/%E3%83%86%E3%82%B9%E3%83%88")
Sorry, something went wrong.
No branches or pull requests
Description
Decode URL encoded parts of URLs
More info
Like https://github.com/PseudoResonance/BetterDiscord-Theme/blob/master/URLDecode.plugin.js
e.g:
https://www.deepl.com/translator#ja/en/%E3%83%86%E3%82%B9%E3%83%88
->https://www.deepl.com/translator#ja/en/テスト
The text was updated successfully, but these errors were encountered: