8 lines
294 B
C
8 lines
294 B
C
![]() |
// BadWolf: Minimalist and privacy-oriented WebKitGTK+ browser
|
||
|
// SPDX-FileCopyrightText: 2019-2023 Badwolf Authors <https://hacktivis.me/projects/badwolf>
|
||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
#include <webkit2/webkit2.h>
|
||
|
|
||
|
void load_userscripts(WebKitUserContentManager *content_manager);
|