Does Google execute JavaScript?
stephanboyer.com
Does Google execute JavaScript?
1–10 of 114 posts
Re: Does Google execute JavaScript?
#2If you can get Google servers to execute Javascript, that sounds like a possible attack vector. It's likely that Google runs these in a proprietary feature-sparse interpreter.
The lack of AJAX would make it difficult to leak information about the black-box interpreter.
Re: Does Google execute JavaScript?
#3I have no other reason to believe it is true other than it's what I would do to distribute the job of crawling the web to my users if i were Google :-)
Re: Does Google execute JavaScript?
#4Re: Does Google execute JavaScript?
#5https://www.google.nl/search?q=site%3Adoesgoogleexecutejavas...
Re: Does Google execute JavaScript?
#6Re: Does Google execute JavaScript?
#7Nicely done! I have been writing crawlers for a while now and executing Javascript is very expensive and slow, even for Google. When I crawl the web I usually run javascript from a headless browser only on top priority sites.
Re: Does Google execute JavaScript?
#8My pet theory is that part of the anonymous usage data Chrome sends back, is digested page contents that go into pagerank. And such browser level digesting would be on rendered pages (after JavaScript execution.) I have no other reason to believe it is true other than it's what I would do to distribute the job of crawling the web to my users if i were Google :-)
Re: Does Google execute JavaScript?
#9It also explains why they effectively killed flash and Java applets. They were competing technologies that weren't owned by Google and not crawlable. If they would have taken off, Google's position as top search engine could have been in danger