vladimer08

Members
  • Posts

    5
  • Joined

  • Last visited

vladimer08's Achievements

Freshman

Freshman (1/10)

1

Reputation

  1. Hi guys! The script for twitch.tv does not work anymore. can you help me?
  2. Thanks! Here is my version. Domains: twitch.tv @media screen and (device-aspect-ratio: 2560/1080) { .player[data-isfullscreen="true"] video { transform: scaleX(1.345) !important; -moz-transform: scaleX(1.345) !important; -ms-transform: scaleX(1.345) !important; -webkit-transform: scaleX(1.345) !important; } } Domains: youtube.com @media screen and (device-aspect-ratio: 2560/1080) { .html5-video-player.ytp-fullscreen video { transform: scaleX(1.345) !important; -moz-transform: scaleX(1.345) !important; -ms-transform: scaleX(1.345) !important; -webkit-transform: scaleX(1.345) !important; } } I hope it will be useful.