I am pretty new to javascript, I am first rate in relation to Visible Primary & C#. I am making an attempt to create an entire duplicate of Examine Ingredient on iOS utilizing the shortcuts app.
First, I created a shortcut, and made it so it’s going to obtain the safari internet web page and run the javascript code beneath.
doc.physique.contentEditable = "true";
doc.designMode = "on";
completion();
which utterly means that you can edit the web page, however it’ll present put the pink dots indicator for phrases you spelt wrongs. I do not know if that is potential however is there a code I can implement which is able to flip this characteristic off.
I’ve tried
doc.physique.contentEditable = "true";
doc.designMode = "on";
spellcheck = "false"
completion():