ds300 / jetzt

Speed reader extension for chrome
Other
485 stars 124 forks source link

Flip horizontally #172

Open HumbertoRB opened 3 years ago

HumbertoRB commented 3 years ago

I've started using Jetzt for teleprompting, and it works exceptionally well. The problem is that in many setups we have a mirrored image of the screen. It is possible to adjust the CSS to flip horizontally the jetzt window. I did it easily with inspect and adding transform: scale(-1, 1); on the element.style. I'd be lovely to activate/deactivate this with a key, but I don't know enough JS/Chrome extensions to do it. (more documentation on: https://stackoverflow.com/questions/5406368/can-you-use-css-to-mirror-flip-text) Cheers.