I am new to Firefox, what is the easiest way to dynamically change something like
<td class="something"><div style="width: 200px;">
randomtext
to
<td class="something"><div style="width: 200px;">
<a href="www.somewhere.com/randomtext">randomtext
</a></div></td>
on an external webpage (a page not under my control)
While searching I found Greasemonkey, but it doesn't look very user-friendly. Is there an easier way to do this?