Skip to content

Instantly share code, notes, and snippets.

@disq
Last active October 12, 2017 11:28
Show Gist options
  • Save disq/f940d5c7e958c76ff1193e9e224e7ee0 to your computer and use it in GitHub Desktop.
Save disq/f940d5c7e958c76ff1193e9e224e7ee0 to your computer and use it in GitHub Desktop.
TRTspor canli yayin ekrani fix
// http://www.trtspor.com.tr/canli-yayin-izle/trt-spor-159/
$(".video-single .video-source").css("width", "1280px");$("#wrapper .top-navigation,.all_wrapper .header, .bar, .content, .footer").add($(".video-source > div")[1]).remove();$("body,.all_wrapper,.video-detail").css("background","#000000");
@disq
Copy link
Author

disq commented Oct 12, 2017

Kullanım: Adres çubuğuna javascript: yazıp arkasına 2. satırı yapıştırın. (Chrome ile denendi)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment