// 追加するmetaタグの作成 var newMeta = document.createElement("meta"); newMeta.setAttribute("name","robots"); newMeta.setAttribute("content","noindex"); // 作成したmetaタグをhead要素内末尾に追加 document.getElementsByTagName("head")[0].appendChild(newMeta); 割と深刻なイラついた状態に追い立てられている場合、多少のストレスの発散手段程度ですと大して効果も見られないかもしれません。解消出来…