Hi, You could try killing it in the "Activity Monitor" application.
When I look, there are two karabiner_grabber processes running.
One is owned by me, and Activity Monitor will let me kill that.
One is owned by root, so I can't kill it there.
Try killing the one that is owned by you, and see if that satisfies
your PII-harvesting "browser" (I can't bring myself to refer to it
as "secure", given the recent ProctorU data breach).
If not, it might mean that you have to kill the root-owned one from
the command line:
> ps auxwww | grep '^root.*karabiner_grabber'
root 87 0.1 0.0 4365080 3464 .../Karabiner-Elements/bin/karabiner_grabber
That will show the process id (second "word" i.e. 87).
Then you can kill it (with the root password):
> sudo kill 87
You might need to reboot afterwards to get Karabiner running again.
cheers,
raf