emi420 ... returning this in a constructor is not educational, is just wrong understanding/teaching of how a constructor work, sorry
this
drop the loop and use:
this.push.apply(this, document.querySelectorAll(query));
and drop the return too ... there is no need to return this; in JavaScript, that is what a constructor returns in any case.
return this;
for Safari browser too, base64 needed
data:text/html;base64,PGh0bWwgY29udGVudGVkaXRhYmxlPg==
br
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
emi420 ... returning
this
in a constructor is not educational, is just wrong understanding/teaching of how a constructor work, sorrydrop the loop and use:
this.push.apply(this, document.querySelectorAll(query));
and drop the return too ... there is no need to
return this;
in JavaScript, that is what a constructor returns in any case.for Safari browser too, base64 needed
data:text/html;base64,PGh0bWwgY29udGVudGVkaXRhYmxlPg==
br