I hereby claim:
- I am teh-random-name on github.
- I am shortcord (https://keybase.io/shortcord) on keybase.
- I have a public key ASCy8TjGdC4YuOxZjt1HbOMxjUnPfLAxJpdgPMjGNCt-Rwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/* | |
https://userstyles.org/styles/123028/space-aura | |
Author: Gibbu (Gibbo12111) | |
Version: 2.16.3 | |
Lasted Updated: 6/3/2016 - Australian time. | |
Name: Space Aura | |
|--------------------------------------------------------------------------------------------------------------| | |
I see you're looking at my code................. HOWDY! :D |
@-moz-document domain(youtube.com) { | |
.html5-play-progress, .ytp-play-progress { | |
background: #191970 !important; /* Old browsers */ | |
background: -moz-linear-gradient(left, #191970 0%, #191970 100%) !important; | |
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1b1b1b), color-stop(100%,#FFFFFF)) !important; | |
background: -webkit-linear-gradient(left, #191970 0%,#8b0000 100%) !important; | |
background: -o-linear-gradient(left, #191970 0%,#8b0000 100%) !important; | |
background: -ms-linear-gradient(left, #191970 0%,#8b0000 100%) !important; | |
background: linear-gradient(to right, #191970 0%,#006400 50%,#8b0000 100%) !important; |
//META{"name":"BackgroundRotation"}*// | |
var BackgroundRotation = function () {}; | |
BackgroundRotation.prototype.switchBG = function() { | |
BdApi.clearCSS("SC-bgRot"); | |
BdApi.injectCSS("SC-bgRot", ".app, .callout-backdrop { background: url(" + this.GetImage(this.GetImageStorage()) + ") no-repeat center center fixed !important; background-size: cover !important; }"); | |
}; | |
BackgroundRotation.prototype.GetImageStorage = function() { |
@-moz-document url-prefix("https://plus.googleapis.com"), url-prefix("https://plus.google.com/u/0/_/sharebox/aclwidget/canvas"), domain("youtube.com"), regexp("(https|http)://(apis|plus).(google|googleapis).(com|([a-z]{2}))(.[a-z]{2})?/.*first_party_property=YOUTUBE.*"), regexp("(https|http)://(apis|plus).google.(com|([a-z]{2}))(.[a-z]{2})?/.*internalcard.*"), regexp("(https|http)://apis.google.com/.*/hovercard.*"), regexp("(https|http)://apis.google.com/.*/widget/render?.*&first_party_property=YOUTUBE.*"), regexp("(https|http)://plus.google.com/.*/widget/render/comments?.*"), regexp("(https|http)://plus.google.com/.*/notifications/frame?.*") { | |
#placeholder-player .player-api, | |
html.floater:not([data-player-size='fullscreen']) #player #player-api, | |
.watch-stage-mode #player, | |
.watch-stage-mode #placeholder-player, | |
.watch-stage-mode #theater-background, | |
body, | |
#player, | |
#player-legacy, | |
body>#body-container, |