You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Sorry, I might just be using this extension wrong, essentially I am trying to replace wss://gateway.discord.gg/?encoding=json&v=9&compress=zlib-stream with wss://gateway.discord.gg/?encoding=json&v=9.
I've tried using a query string !compress: and also replacing URL parts: path: /?encoding=json&v=9.
But the request is not modified in either situation :(
The text was updated successfully, but these errors were encountered:
It seems only blocking is supported by Chrome. Websocket redirects are not supported and nothing happens when I send the rule. FYI URL transform is also a type of redirect under the hood.
So unfortunately there is nothing much I can do.
It seems only blocking is supported by Chrome. Websocket redirects are not supported and nothing happens when I send the rule. FYI URL transform is also a type of redirect under the hood. So unfortunately there is nothing much I can do.
In the end I tried three different extensions and none of them could do it, very strange, maybe the API can't interact with websocket requests
Hi,
Sorry, I might just be using this extension wrong, essentially I am trying to replace
wss://gateway.discord.gg/?encoding=json&v=9&compress=zlib-stream
withwss://gateway.discord.gg/?encoding=json&v=9
.I've tried using a query string
!compress:
and also replacing URL parts:path: /?encoding=json&v=9
.But the request is not modified in either situation :(
The text was updated successfully, but these errors were encountered: