chromeでjavascriptでCSSをいじることってできるんかな http://hoge.style .color = 'xxx'; とかやるんじゃなくて .hoge { color: 'xxx'; } を弄くるようなの
@masarakki document.head.appendChild(document.createElement('style')).textContent = '.hoge { color: \'xxx\'; }'; ではどうでしょう。
8:03 - 2016年4月8日
0件のリツイート
0 いいね