I’m using Chrome’s Web Developer extension, but there is this block of text I’d like to edit, which I am obviously able to do in the browser. But as parts of an app of mine was outsourced, I’m unable to find out exactly which file (html or php) contains the block of text.
Share
You’re better off using a tool like Agent Randsack to find the block of text in the source code. Once it’s in the browser, there’s no telling what block of server-side code actually contains it. It might even be coming out of a database.