1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

3.5.502. Mostly dark theme stuff. Remove every instance of "ember-chat-container" in CSS and just apply the correct class to that element with JS since Twitch hasn't after years. Closes #196. Closes #195. Closes #189.

This commit is contained in:
SirStendec 2017-07-13 01:51:36 -04:00
parent 99630f3e4e
commit 81040f1608
18 changed files with 272 additions and 138 deletions

View file

@ -61,7 +61,7 @@ FFZ.channel_metadata = {};
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 498,
major: 3, minor: 5, revision: 502,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}