I want to change a word automatically when I open the Safari browser on iPhone.
For example, the word 2023 should be changed to the word 2024.
It does not work with the following javascript code and the shortcut program.
document.body.innerhtml=document.body.innerhtml.body.replace (‘2023′,’2024’);
completion(result);
New contributor
Mahmood Bahoosh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.