生命不息,奋斗不止/创造价值-传递价值-获得价值
所谓迷茫,就是才华配不上梦想 每一个让你难堪的现在,都有一个不够努力的曾经

替换谷歌ajax和font

ajax.googleapis.com

替换为

ajax.proxy.ustclug.org

如WordPress的

[code]
//禁用谷歌ajax,替换为中科大的
function yt_cdn_callback($buffer) {
return str_replace(‘googleapis.com’, ‘proxy.ustclug.org’, $buffer);
}
function yt_buffer_start() {
ob_start("yt_cdn_callback");
}
function yt_buffer_end() {
ob_end_flush();
}
add_action(‘init’, ‘yt_buffer_start’);
add_action(‘shutdown’, ‘yt_buffer_end’);
[/code]

赞(0)
未经允许不得转载:jack361博客 » 替换谷歌ajax和font

如果你爱我或恨我,请↓

联系我