mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
15 lines
470 B
TypeScript
15 lines
470 B
TypeScript
/*
|
|
* Vencord, a Discord client mod
|
|
* Copyright (c) 2023 Vendicated and contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
import { Devs } from "@utils/constants";
|
|
import definePlugin from "@utils/types";
|
|
|
|
// The entire code of this plugin can be found in native.ts
|
|
export default definePlugin({
|
|
name: "YoutubeAdblock",
|
|
description: "Block ads in YouTube embeds and the WatchTogether activity via AdGuard",
|
|
authors: [Devs.ImLvna, Devs.Ven],
|
|
});
|