Skip to content
New issue

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

URL decoder #734

Open
2 tasks done
Latrolage opened this issue Jun 13, 2022 · 1 comment
Open
2 tasks done

URL decoder #734

Latrolage opened this issue Jun 13, 2022 · 1 comment
Labels
pending review Suggestion is waiting to be reviewed

Comments

@Latrolage
Copy link

Latrolage commented Jun 13, 2022

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/テスト


  • I checked if this request wasn't already proposed
  • I made sure this request follows Powercord's plugin guidelines
@Latrolage Latrolage added the pending review Suggestion is waiting to be reviewed label Jun 13, 2022
@Vendicated
Copy link

Open Devtools (Ctrl + Shift + i) and type

decodeURI("https://www.deepl.com/translator#ja/en/%E3%83%86%E3%82%B9%E3%83%88")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending review Suggestion is waiting to be reviewed
Projects
None yet
Development

No branches or pull requests

2 participants