Skip to content

Commit

Permalink
Update Rep0st.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers authored Jun 11, 2024
1 parent c854264 commit 3759a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/Rep0st/Rep0st.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 3759a3a

Please sign in to comment.