Last active
January 29, 2016 06:04
-
-
Save lucifr/d07ea05c657ba1625698 to your computer and use it in GitHub Desktop.
100% width and height in 115.com player
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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