I'm willing to use jQuery API to edit HTMl. E.g. instead of manually inserting
tags in more than 30 identical spots within html code I want to use jQuery after() method. (actually, it might be pure JS)
It feels like a special environment must be created for this goal? However I don't know what exactly to do.
P.S. I'm on Mac.