But it sends requests to Google servers, always. It's cool that its lightweight, but not like this.
I flagged the post because it downloads a file of obscure, unstandardized format designed to send tracking information to Google.
It should at least have an [AMP] tag like other "non-HTML file format" posts do.
Edit: I'm sorry if my post comes across as needlessly hostile, any hostility is only directed at the AMP situation. AMP seems very much deliberately designed as an attractive way to get webdesigners to let Google to track more consumers. What the hell is with people excusing the fact that each and every AMP page makes requests to Google servers, as defined by the "standard"?
I think it's up to the author to decide where they host. Just curious: Would you complain the same way if it was google sites based, but using author's domain? Why/why not?
Also, I don't think every page makes requests to google. All the ones I see go to a CDN (one designed for AMP, sure). So standard caching applies. But again, author's choice - are other CDNs any better?
This is an attempt to standardize the tracking of users hosted on every site not hosted by Google. I do think its up to the author to decide where they host and this MUST include the page's dependencies!
I don't mean they can't have 3rd party dependencies, but no specific 3rd party should be required, especially if they don't support graceful degradation in the case where the 3rd party is unreachable.
And on the CDN, it's run by Google, just read the whois data:
AMP requires a script loaded from one particular URL and is designed so that it's incompatible with browsers that don't support Javascript, i.e. <img> tags are replaced by <amp-img> and thus images won't work without the AMP script.
It might formally be a subset of HTML but it is one that excludes non-JS-supporting user agents by means of custom tags which are interpreted by "the AMP engine" script.
Most sites already use countless tracking/social integrations so I don't consider this particularly harmful.
At least the AMP link limits my exposure to Google hosted static files instead of the usual (according to uBlock on the "normal" link) Facebook, Twitter, Google Analytics, Optimizely, CNET, Adobe, Taboola, CBS, Tealium, Soasta, Netseer and ShareThrough.
In the case of most sites I can block all that crap.
If it's an AMP page, I can't just block the AMP script because it does not gracefully degrade. It's having a broken page until HyperGoogleTextEngine loads.