From 8bdfbc96f8812bb5943778e5e145455292f87f6a Mon Sep 17 00:00:00 2001 From: Andrew Jones <41323545+96jonesa@users.noreply.github.com> Date: Fri, 24 Jan 2025 20:09:56 -0800 Subject: [PATCH] add remove-chat-options (#7248) * Add remove-chat-options plugin * add chat tag to PluginDescriptor * use helper List to remove array length assumption * use InterfaceID.CHATBOX instead of explicit options list * don't remove chatbox tab component menu options * don't remove report abuse button menu options * remove private message options * don't remove grand exchange search results menu options --- plugins/remove-chat-options | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/remove-chat-options diff --git a/plugins/remove-chat-options b/plugins/remove-chat-options new file mode 100644 index 000000000..9fe9c1b1d --- /dev/null +++ b/plugins/remove-chat-options @@ -0,0 +1,2 @@ +repository=https://github.com/96jonesa/remove-chat-options.git +commit=5ac5976980a166f2c6ccdfadc44b8823043750b8