Skip to content

Instantly share code, notes, and snippets.

View dalevross's full-sized avatar

Dale V Ross dalevross

View GitHub Profile
javascript:var el = $$('p:nth-child(10)')[0]; var txt = el.innerHTML.replace('scenarios, environments, and conditions', 'scenarios, environments, and <a href="http://www.gourmethausstaudt.com/">bars in Redwood City</a>'); el.update(txt);