mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
remove tc-videoHost class inject: noop
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
.tc-videoHost {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tc-videoController {
|
.tc-videoController {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: black;
|
background: black;
|
||||||
|
@@ -89,7 +89,6 @@ chrome.extension.sendMessage({}, function(response) {
|
|||||||
|
|
||||||
fragment.appendChild(container);
|
fragment.appendChild(container);
|
||||||
this.video.parentElement.insertBefore(fragment, this.video);
|
this.video.parentElement.insertBefore(fragment, this.video);
|
||||||
this.video.classList.add('tc-videoHost');
|
|
||||||
|
|
||||||
var speed = parseFloat(tc.settings.speed).toFixed(2);
|
var speed = parseFloat(tc.settings.speed).toFixed(2);
|
||||||
speedIndicator.textContent = speed;
|
speedIndicator.textContent = speed;
|
||||||
|
Reference in New Issue
Block a user