K19

Fell-i

Talɣut ɣef uneflay
Isem K19
D aseqdac si Dec. 7, 2021
Amḍan n izegrar yuttusneflin 0 izegrar
Talemmast n tezmilin n izegrar n uneflay Ur yettwasezmel ara

Iceggiren-iw

Single Domain

Yettwasezmel 5 ɣef 5 n yetran

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;

This review is for a previous version of the add-on (3.8).