Skip to content

Commit

Permalink
update block style
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivomo committed Jan 15, 2020
1 parent 07bfae6 commit 9bd4813
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion chrome_plugins/vimo_block/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
var block = {
"coding.imooc.com" :function (){
var style = document.createElement('style');
style.innerText = ' .next-mask.in, #video-container-mocoplayer-hls-video > [class]{ z-index:1000;background:#000} ';
style.className = 'v-diy';
style.innerHTML = `
.vjs-tech~div[style*=opacity]{
opacity:0!important;
}`;
document.head.appendChild(style);
console.log('added');
},
"lpl.qq.com": function () {
var style = document.createElement('style');
Expand Down

0 comments on commit 9bd4813

Please sign in to comment.