K19

自己紹介

開発者情報
タイトル K19
ユーザー登録日 12月 7, 2021
開発したアドオンの数 0個のアドオン
この開発者のアドオンの平均評価 まだ評価されていません

自分のレビュー

Single Domain

5 つ星中 5つの評価を受けています

Useful, but may I suggest using decodeURI() to parse the addresses? The name of my recipients are not always in ASCII characters so a long list of URI escape sequences do not help. Something like:
// Arguments
URL = decodeURI(document.URL);
console.log(URL);
addresses = URL;

これは以前のバージョン (3.8) についてのレビューです。