Skip to content

Instantly share code, notes, and snippets.

View rauenzi's full-sized avatar
:octocat:
Why do we need statuses on GitHub?

Zerebos rauenzi

:octocat:
Why do we need statuses on GitHub?
View GitHub Profile
@rauenzi
rauenzi / PopoutUpdate.md
Last active August 13, 2017 01:24
Summary on the user-popout update
  1. There is no more .quick-message-wrapper or .sections in the body.

  2. .username can be .headerUsernameNoNickname or have no class at all, but it is always the first-child (span) of headerTag.

  3. I believe they switch from background-color to background for the streaming purple.

Here's all the important selector changes:

Before | After
@rauenzi
rauenzi / BMTPopoutFix.theme.css
Last active August 11, 2017 18:40
BMT Popout Fix
//META{"name":"BMTPopoutFix","description":"Temporary fix for popouts in BMT","author":"Zerebos","version":"1.0.0"}*//{}
[class*="userPopout"] [class*="headerStreaming"] {
background-color: #593695;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDIwMDAgMjAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwMCAyMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIG9wYWNpdHk9IjAuMSI+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYzOC4zLDU4MGMtNS45LTUuOS0xNS40LTUuOS0yMS4yLDB2MGwtMjYsMjZsLTI2LTI2Yy01LjktNS45LTE1LjQtNS45LTIxLjIsMHMtNS45LDE
@rauenzi
rauenzi / ColoredTyping.plugin.js
Last active July 24, 2017 20:18
Fix for ColoredVoice & ColoredTyping
//META{"name":"ColoredTyping"}*//
var ColoredTyping = function() {};
ColoredTyping.prototype.data = {};
ColoredTyping.prototype.dataVersion = "1";
ColoredTyping.prototype.defaultData = function() {
return {
version: "1"
};
}
@rauenzi
rauenzi / StreamingBG.css
Created July 16, 2017 21:00
Fancy background for streaming popout in Beard's Material Design Theme
/* If you have your own local copy of version.css
change line 12086 from .user-popout .header to
.user-popout .header, .user-popout .header.streaming
and use !important on the background-image property.
Otherwise
Add the following to custom css:
*/