From 3759a3a336bc4177b8c589309f2aa6e5771e2198 Mon Sep 17 00:00:00 2001 From: Tobi <22715034+twobiers@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:29:53 +0200 Subject: [PATCH] Update Rep0st.ts --- src/module/Rep0st/Rep0st.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/Rep0st/Rep0st.ts b/src/module/Rep0st/Rep0st.ts index 1b512be..ba1bd23 100644 --- a/src/module/Rep0st/Rep0st.ts +++ b/src/module/Rep0st/Rep0st.ts @@ -82,7 +82,7 @@ export default class Rep0st implements PoweruserModule { flags = flags.indexOf("all") !== -1 ? ["sfw", "nsfw", "nsfl", "nsfp", "pol"] : flags; for (const flag of flags) { - dta.append("flag", flag); + dta.append("flags", flag); } GM_xmlhttpRequest({