Skip to content

Instantly share code, notes, and snippets.

@tiagodll
Last active January 1, 2016 20:49
Show Gist options
  • Save tiagodll/8199682 to your computer and use it in GitHub Desktop.
Save tiagodll/8199682 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name 9gag.tv on chromecast
// @namespace http://tiago.dalligna.co.uk/
// @version 0.1
// @description watch 9gag.tv in chromecast
// @match http://9gag.tv/v/*
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
// @copyright 2013 Tiago
// ==/UserScript==
$(".header").remove();
$("#tv-video-actions").remove();
$(".width-limit").css("width", "auto");
$("#tv-video").css("padding", "0");
$(".image-container").css("width", "100%").css("height","100%");
$(".stage .previous .icon").css("background","none");
$(".stage .next .icon").css("background","none");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment