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

@ -495,4 +495,6 @@ var BadgesEverywhere = (_ => {
BDFDB.MessageUtils.rerenderAll();
}
}
})();
})();
module.exports = BadgesEverywhere;

View File

@ -118,4 +118,6 @@ var BetterFriendCount = (_ => {
});
}
}
})();
})();
module.exports = BetterFriendCount;

View File

@ -88,4 +88,6 @@ var BetterNsfwTag = (_ => {
}
}
}
})();
})();
module.exports = BetterNsfwTag;

View File

@ -194,4 +194,6 @@ var BetterSearchPage = (_ => {
BDFDB.ModuleUtils.forceAllUpdates(this);
}
}
})();
})();
module.exports = BetterSearchPage;

View File

@ -164,4 +164,6 @@ var CharCounter = (_ => {
}));
}
}
})();
})();
module.exports = CharCounter;

View File

@ -571,4 +571,6 @@ var ChatAliases = (_ => {
BDFDB.DataUtils.save(aliases, this, "words");
}
}
})();
})();
module.exports = ChatAliases;

View File

@ -437,4 +437,6 @@ var CompleteTimestamps = (_ => {
BDFDB.MessageUtils.rerenderAll();
}
}
})();
})();
module.exports = CompleteTimestamps;

View File

@ -161,4 +161,6 @@ var CopyRawMessage = (_ => {
settings = BDFDB.DataUtils.get(this, "settings");
}
}
})();
})();
module.exports = CopyRawMessage;

View File

@ -443,4 +443,6 @@ var CreationDate = (_ => {
}
}
}
})();
})();
module.exports = CreationDate;

View File

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

View File

@ -371,4 +371,6 @@ var DisplayLargeMessages = (_ => {
}
}
}
})();
})();
module.exports = DisplayLargeMessages;

View File

@ -499,4 +499,6 @@ var DisplayServersAsChannels = (_ => {
}`);
}
}
})();
})();
module.exports = DisplayServersAsChannels;

View File

@ -390,4 +390,6 @@ var EmojiStatistics = (_ => {
}
}
}
})();
})();
module.exports = EmojiStatistics;

View File

@ -152,4 +152,6 @@ var ForceImagePreviews = (_ => {
return false;
}
}
})();
})();
module.exports = ForceImagePreviews;

View File

@ -294,4 +294,6 @@ var GoogleSearchReplace = (_ => {
}
}
}
})();
})();
module.exports = GoogleSearchReplace;

View File

@ -97,4 +97,6 @@ var HideMutedCategories = (_ => {
}
}
}
})();
})();
module.exports = HideMutedCategories;

View File

@ -325,4 +325,6 @@ var ImageGallery = (_ => {
BDFDB.ModuleUtils.forceAllUpdates(this);
}
}
})();
})();
module.exports = ImageGallery;

View File

@ -274,4 +274,6 @@ var ImageZoom = (_ => {
}
}
}
})();
})();
module.exports = ImageZoom;

View File

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

View File

@ -484,4 +484,6 @@ var LastMessageDate = (_ => {
}
}
}
})();
})();
module.exports = LastMessageDate;

View File

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

View File

@ -72,4 +72,6 @@ var MoveablePopups = (_ => {
// Begin of own functions
}
})();
})();
module.exports = MoveablePopups;

View File

@ -300,4 +300,6 @@ var OldTitleBar = (_ => {
BDFDB.ModuleUtils.forceAllUpdates(this);
}
}
})();
})();
module.exports = OldTitleBar;

View File

@ -278,4 +278,6 @@ var OwnerTag = (_ => {
BDFDB.MessageUtils.rerenderAll();
}
}
})();
})();
module.exports = OwnerTag;

View File

@ -891,4 +891,6 @@ var PluginRepo = (_ => {
}
}
}
})();
})();
module.exports = PluginRepo;

View File

@ -75,4 +75,6 @@ var QuickMention = (_ => {
}));
}
}
})();
})();
module.exports = QuickMention;

View File

@ -525,4 +525,6 @@ var ReadAllNotificationsButton = (_ => {
}
}
}
})();
})();
module.exports = ReadAllNotificationsButton;

View File

@ -78,4 +78,6 @@ var RemoveBlockedMessages = (_ => {
}
}
}
})();
})();
module.exports = RemoveBlockedMessages;

View File

@ -201,4 +201,6 @@ var RemoveNicknames = (_ => {
BDFDB.MessageUtils.rerenderAll();
}
}
})();
})();
module.exports = RemoveNicknames;

View File

@ -90,4 +90,6 @@ var RevealAllSpoilersOption = (_ => {
for (let spoiler of messageDiv.querySelectorAll(BDFDB.dotCN.spoilerhidden)) spoiler.click();
}
}
})();
})();
module.exports = RevealAllSpoilersOption;

View File

@ -329,4 +329,6 @@ var ReverseImageSearch = (_ => {
}
}
}
})();
})();
module.exports = ReverseImageSearch;

View File

@ -255,4 +255,6 @@ var SendLargeMessages = (_ => {
}
}
}
})();
})();
module.exports = SendLargeMessages;

View File

@ -450,4 +450,6 @@ var ServerHider = (_ => {
}
}
}
})();
})();
module.exports = ServerHider;

View File

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

View File

@ -109,4 +109,6 @@ var SteamProfileLink = (_ => {
settings = BDFDB.DataUtils.get(this, "settings");
}
}
})();
})();
module.exports = SteamProfileLink;

View File

@ -209,4 +209,6 @@ var ThemeSettings = (_ => {
wrapper.appendChild(BDFDB.PluginUtils.createSettingsPanel(Object.assign({}, theme, {noLibrary: true}), settingsItems));
}
}
})();
})();
module.exports = ThemeSettings;

View File

@ -228,4 +228,6 @@ var TimedLightDarkMode = (_ => {
return [hours, minutes];
}
}
})();
})();
module.exports = TimedLightDarkMode;

View File

@ -243,4 +243,6 @@ var TopRoleEverywhere = (_ => {
BDFDB.MessageUtils.rerenderAll();
}
}
})();
})();
module.exports = TopRoleEverywhere;

View File

@ -131,4 +131,6 @@ var UserNotes = (_ => {
});
}
}
})();
})();
module.exports = UserNotes;