Apologies, I'm new and learning (slowly!)
I'm trying to get StyleBot to change the text in a link on web page I am viewing, but don't have access to edit.
I'd like to change the text from "Awaiting Approval" to "Work in Progress".
Here's the HTML the page is generating:
<li><a href="/Approval/Search.aspx?jobStatus=STATUS/SUBMITTED">
Awaiting Approval
<span>
(13)
</span></a></li>
I've tried a bunch of things with conditional selectors, but must be missing something. Any help greatly appreciated.
Thanks.