K19
درباره من
Name | K19 |
---|---|
عضو وبگاه از تاریخ | دسامبر 7, 2021 |
Number of add-ons developed | 0 add-ons |
Average rating of developer's add-ons | هنوز رتبهدهی نشده است |
My Reviews
Single Domain
Rated 5 out of 5 stars
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;
To create your own collections, you must have a Mozilla Add-ons account.