Is there any way to search web pages by the source code?

3    02 Sep 2015 04:41 by u/Antropomorphic

Like searching for: $('.helloDudeYouCan').find('meInASearchEngine'); or <title>Can't You</title>

3 comments

0

If you've already loaded the web page, you can use something like Firebug to show all of the source pages and scripts, and search those. If you want to search the internet for pages that have specific source, I don't know of a way.

0

Thanks, but I want to google the source code and find a webpage that contains it.