2018-10-15から1日間の記事一覧

AbemaTVで音量調節用スライダー設置

var result = document.evaluate('//video', document, null, 7, null); var result2 = document.evaluate('//header/p', document, null, 7, null); if(document.getElementById("hoge") == null){ result2.snapshotItem(0).insertAdjacentHTML('afterend',…