mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 10:26:21 +00:00
41c5bbd952
Co-authored-by: vee <vendicated@riseup.net>
15 lines
455 B
TypeScript
15 lines
455 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: "WatchTogetherAdblock",
|
|
description: "Block ads in the YouTube WatchTogether activity via AdGuard",
|
|
authors: [Devs.ImLvna],
|
|
});
|