<div class="ytp-scrubber-button ytp-swatch-background-color" style="background-color: #f87c7c; height: 13px;"> <div class="ytp-scrubber-pull-indicator"> </div> </div>
のようなDOMを作るには
現在以下のように作成してますが、
const addDiv = document.createElement('div'); addDiv.className = 'ytp-scrubber-button ytp-swatch-background-color'; addDiv.style = 'background-color: #f87c7c; height: 13px;'; const addDiv2 = document.createElement('div'); addDiv2.className = 'ytp-scrubber-pull-indicator'; addDiv.appendChild(addDiv2);
もうちょっと簡単に作る方法はありますでしょうか。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。