I want to create a Tampermoney script that writes something in an input field, if it finds a string on the page. E.g:
If the page contain the string "life is"
, the script should automatically append "good"
.
(I want to make this with word detection, so the string "life is", will appear on the page after that the page was accessed)