This commit is contained in:
Mirco Wittrien 2020-07-26 16:39:51 +02:00
parent aa2f2b9aa7
commit 4174005df9
39 changed files with 114 additions and 35 deletions

View File

@ -496,3 +496,5 @@ var BadgesEverywhere = (_ => {
} }
} }
})(); })();
module.exports = BadgesEverywhere;

View File

@ -119,3 +119,5 @@ var BetterFriendCount = (_ => {
} }
} }
})(); })();
module.exports = BetterFriendCount;

View File

@ -89,3 +89,5 @@ var BetterNsfwTag = (_ => {
} }
} }
})(); })();
module.exports = BetterNsfwTag;

View File

@ -195,3 +195,5 @@ var BetterSearchPage = (_ => {
} }
} }
})(); })();
module.exports = BetterSearchPage;

View File

@ -165,3 +165,5 @@ var CharCounter = (_ => {
} }
} }
})(); })();
module.exports = CharCounter;

View File

@ -572,3 +572,5 @@ var ChatAliases = (_ => {
} }
} }
})(); })();
module.exports = ChatAliases;

View File

@ -438,3 +438,5 @@ var CompleteTimestamps = (_ => {
} }
} }
})(); })();
module.exports = CompleteTimestamps;

View File

@ -162,3 +162,5 @@ var CopyRawMessage = (_ => {
} }
} }
})(); })();
module.exports = CopyRawMessage;

View File

@ -444,3 +444,5 @@ var CreationDate = (_ => {
} }
} }
})(); })();
module.exports = CreationDate;

View File

@ -381,3 +381,5 @@ var CustomQuoter = (_ => {
} }
} }
})(); })();
module.exports = CustomQuoter;

View File

@ -372,3 +372,5 @@ var DisplayLargeMessages = (_ => {
} }
} }
})(); })();
module.exports = DisplayLargeMessages;

View File

@ -500,3 +500,5 @@ var DisplayServersAsChannels = (_ => {
} }
} }
})(); })();
module.exports = DisplayServersAsChannels;

View File

@ -391,3 +391,5 @@ var EmojiStatistics = (_ => {
} }
} }
})(); })();
module.exports = EmojiStatistics;

View File

@ -153,3 +153,5 @@ var ForceImagePreviews = (_ => {
} }
} }
})(); })();
module.exports = ForceImagePreviews;

View File

@ -295,3 +295,5 @@ var GoogleSearchReplace = (_ => {
} }
} }
})(); })();
module.exports = GoogleSearchReplace;

View File

@ -98,3 +98,5 @@ var HideMutedCategories = (_ => {
} }
} }
})(); })();
module.exports = HideMutedCategories;

View File

@ -326,3 +326,5 @@ var ImageGallery = (_ => {
} }
} }
})(); })();
module.exports = ImageGallery;

View File

@ -275,3 +275,5 @@ var ImageZoom = (_ => {
} }
} }
})(); })();
module.exports = ImageZoom;

View File

@ -462,3 +462,5 @@ var JoinedAtDate = (_ => {
} }
} }
})(); })();
module.exports = JoinedAtDate;

View File

@ -485,3 +485,5 @@ var LastMessageDate = (_ => {
} }
} }
})(); })();
module.exports = LastMessageDate;

View File

@ -411,3 +411,5 @@ var MessageUtilities = (_ => {
} }
} }
})(); })();
module.exports = MessageUtilities;

View File

@ -73,3 +73,5 @@ var MoveablePopups = (_ => {
// Begin of own functions // Begin of own functions
} }
})(); })();
module.exports = MoveablePopups;

View File

@ -301,3 +301,5 @@ var OldTitleBar = (_ => {
} }
} }
})(); })();
module.exports = OldTitleBar;

View File

@ -279,3 +279,5 @@ var OwnerTag = (_ => {
} }
} }
})(); })();
module.exports = OwnerTag;

View File

@ -892,3 +892,5 @@ var PluginRepo = (_ => {
} }
} }
})(); })();
module.exports = PluginRepo;

View File

@ -76,3 +76,5 @@ var QuickMention = (_ => {
} }
} }
})(); })();
module.exports = QuickMention;

View File

@ -526,3 +526,5 @@ var ReadAllNotificationsButton = (_ => {
} }
} }
})(); })();
module.exports = ReadAllNotificationsButton;

View File

@ -79,3 +79,5 @@ var RemoveBlockedMessages = (_ => {
} }
} }
})(); })();
module.exports = RemoveBlockedMessages;

View File

@ -202,3 +202,5 @@ var RemoveNicknames = (_ => {
} }
} }
})(); })();
module.exports = RemoveNicknames;

View File

@ -91,3 +91,5 @@ var RevealAllSpoilersOption = (_ => {
} }
} }
})(); })();
module.exports = RevealAllSpoilersOption;

View File

@ -330,3 +330,5 @@ var ReverseImageSearch = (_ => {
} }
} }
})(); })();
module.exports = ReverseImageSearch;

View File

@ -256,3 +256,5 @@ var SendLargeMessages = (_ => {
} }
} }
})(); })();
module.exports = SendLargeMessages;

View File

@ -451,3 +451,5 @@ var ServerHider = (_ => {
} }
} }
})(); })();
module.exports = ServerHider;

View File

@ -232,3 +232,6 @@ var ShowImageDetails = (_ => {
} }
} }
})(); })();
module.exports = ShowImageDetails;

View File

@ -110,3 +110,5 @@ var SteamProfileLink = (_ => {
} }
} }
})(); })();
module.exports = SteamProfileLink;

View File

@ -210,3 +210,5 @@ var ThemeSettings = (_ => {
} }
} }
})(); })();
module.exports = ThemeSettings;

View File

@ -229,3 +229,5 @@ var TimedLightDarkMode = (_ => {
} }
} }
})(); })();
module.exports = TimedLightDarkMode;

View File

@ -244,3 +244,5 @@ var TopRoleEverywhere = (_ => {
} }
} }
})(); })();
module.exports = TopRoleEverywhere;

View File

@ -132,3 +132,5 @@ var UserNotes = (_ => {
} }
} }
})(); })();
module.exports = UserNotes;