I am trying to edit the message which will be send using a console script like I typed
hi, this is a temp message
now when I want to change it to
hello, this is not a temp message
so that when I press enter it send the updated message and not the old one
what I tried to far :-
- I tried to edit he text using inspect element, but that didn't work, it somehow manage to store the old message
- I tried to find the message stores as draft in local storage but it was not there either
- I tried to debug and find the variable which stores the message (it is hard, I didn't finish it yet)
explanation or position of the stored message