Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

As far as I'm aware, search engines (on the web) typically index only the "user facing" content of a web page.

But what if you wanted to find pages(s) that contain a certain fragment of HTML or JavaScript. Is this possible?

Do any web-wide search engines provide this feature? Or do you think that it would not be worth implementing?

share|improve this question

4 Answers

up vote 3 down vote accepted

Opera has built a search engine for web page code, although it's not public yet called Metadata Analysis and Mining Application or MAMA, but they do have some interesting statistics/findings.

share|improve this answer
1  
September 2011 - project still not active. Must be dead. – Chugaister Sep 28 '11 at 10:03

Yes, see Google Code Search and Koders. There are probably others. The Google page does seem to index code that appears on sites, try the lang:html & lang:javascript commands.

[Correction] It doesn't look like these sites index code within a site's source, only what is displayed on pages.

share|improve this answer
Do they index the source code of 'live' web pages on the internet? It doesn't appear to be so – al7ut9ov8my4wopt5ur6ais5 Jun 5 '09 at 15:22
I think you're right, I tried a few lookups and didn't find results. If you already had a search engine index though, I don't think this would be terribly difficult to implement. Not sure why this isn't already available from Google. – Dana the Sane Jun 5 '09 at 17:20

Not sure about the JavaScript, but I'm reasonably certain about any content in the HTML. I do some work with an open-source forum package, and while the version number is in a tool-tip, you can Google for the version number and see everyone who's using it (that's been indexed, natch.)

share|improve this answer

The only site I could find that offers an HTML source code search is Globalogiq. Its a paid service but they do offer a free demo.

share|improve this answer
I just used this and it worked well. (We did have to pay for access to the search results however.) – nostromo May 9 at 18:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.