unogz / izhihu

Helper userscript for zhihu.com
MIT License
144 stars 17 forks source link

izhihu 将一些如 jquery 的 js 库直接放在user.js中,撑大了脚本,应该使用 @require 语法从 cdn 导入 js 库 #49

Closed xiaorong61 closed 10 years ago

xiaorong61 commented 10 years ago

//@require http//upcdn.b0.upaiyun.com/libs/jquery/jquery-2.0.3.min.js

unogz commented 10 years ago

感谢指出。这个问题遗留至今确实需要整改。

unogz commented 10 years ago

已经移出并使用 @require 或通过扩展配置文件加载。调试中

xiaorong61 commented 10 years ago

以下是 Greasy Fork 所允许的cdn服务列表 https://greasyfork.org/zh-CN/help/external-scripts

unogz commented 10 years ago

抱歉疏忽了。非常感谢!

xiaorong61 commented 10 years ago

http://www.staticfile.org/ 可自我提交不存在的 js 库

unogz commented 10 years ago

了解!