This commit is contained in:
Mirco Wittrien 2020-11-13 19:47:44 +01:00
parent 91f3e4e9da
commit 1b27d7ac69
41 changed files with 41 additions and 0 deletions

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Add extra controls to the friends page, like sort by name/status, search and all/request/blocked amount"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Add some extra controls to the search results page"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Allow the user to censor words or block complete messages based on words in the chatwindow"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Inject the contents of large messages that were sent by discord via 'message.txt'"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Add some helpful options to show you more information about emojis and emojiservers"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Force embedded Image Previews, if Discord doesn't do it itself. Caution: Externals Images can contain malicious code and reveal your IP!"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Hide muted categories the same way muted channels are hidden, when the server is set to hide muted channels"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -27,6 +27,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Revert the title bar back to its former self"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Allow you to pin DMs, making them appear at the top of your DMs/Server-List"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Add a mention entry to the message option toolbar"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -26,6 +26,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Add an entry to the message contextmenu to reveal all spoilers within a messageblock"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Split messages into several smaller messages when your message exceeds the limit"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Show details of a server when you hover over the icon in the server list"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Patch Discords native Folders in a way to open Servers within a Folder in a new bar to the right, also adds a bunch of new features to more easily organize, customize and manage your Folders"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Add a control panel to discord when listening to spotify"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Open any Steam links in Steam instead of your internet browser"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -23,6 +23,7 @@ module.exports = (_ => {
}
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Allow you to automatically change light/dark mode depending on the time of day - Slider is added to the 'Appearance' settings"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Allow you to write your own user notes wihtout a character limit"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
"description": "Change first letter in message input to uppercase"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
getName () {return config.info.name;}
getAuthor () {return config.info.author;}