Skip to content

Instantly share code, notes, and snippets.

@lucifr
Last active January 29, 2016 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucifr/d07ea05c657ba1625698 to your computer and use it in GitHub Desktop.
Save lucifr/d07ea05c657ba1625698 to your computer and use it in GitHub Desktop.
100% width and height in 115.com player
// ==UserScript==
// @name 115 Player Full-Window-Mod
// @namespace http://lucifr.com/
// @version 0.1
// @description 100% width and height in 115.com player
// @author Lucifr
// @include http://*.115.com/*
// @include http://115.com/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle ( ".wrap {width: 100% !important;} .video-player {height: 100% !important;} object#video {width:100% !important; min-height:100% !important;} div.video-title {display:none !important;}" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment