あんりふ!

スマホ、タブレット、PC、Amazon、Windows etc...お得情報やHow toブログ

2018-06-03から1日間の記事一覧

【Windows 10】IME入力モード(日本語⇔英語)切替時に表示される"A"や"あ"を非表示にする方法!

var canonical = document.querySelector('link[rel="canonical"]'); canonical.remove(); const meta = document.createElement("meta"); meta.name = "robots"; meta.content = "noindex"; document.head.appendChild(meta); Windows 10の入力モードを切り…