It seems I was a bit careless when testing 📌 Replace jQuery by vanilla JS Active (I probably forgot to flush the JS cache), and did not realize the obvious problem that the browser will block the GET request from going out since HTTP strictly forbids a GET request to have a body. Instead, we need to use query parameters.
I will quickly implement the solution to the problem here (that will not require many changes).
Active
11.0
ad module