Is it possible to change CSS selectors such as :hover. :active, ::after with the `style` keyword?

It isn’t unfortunately. This is a limitation of the JavaScript api so it’s not easy for us to change. You’ll need to use css style sheets for this.