Element -- selects all h2
elements on the page
h2 {
foo: bar;
(() => { | |
const css = ` | |
.player-timedtext > div { | |
position: static !important; | |
text-align: center !important; | |
} | |
`; | |
const style = document.createElement("style"); | |
style.innerHTML = css; |