Greasy Fork is available in English.

百度云插件+APIKey

在百度云网盘的页面添加一个搜索框,调用搜索API搜索所有公开分享文件// To add a search frame that calls some api for searching some public shared files in BaiduYun cloud netdisk.

< Feedback on 百度云插件+APIKey

Question/comment

§
Posted: 18.10.2016

百度云改版后脚本失效的临时办法

$('div.info.clearfix ul').prepend(html_1); //切换按钮
改成
$('div#layoutMain').prepend(html_1); //切换按钮

$('div.info.clearfix ul').prepend(html_4);//切换按钮
改成
$('div#layoutMain').prepend(html_4);//切换按钮

if ($("#ad-header-tips").length > 0) {
改成
if ($("#layoutMain").length > 0) {

cinimaAuthor
§
Posted: 18.10.2016

跪了,那就 先这样吧,最近找工作中,好忙,周末更新吧2016/10/26之前

§
Posted: 19.10.2016

div 改成 div#layoutAside 比较好点

$('div#layoutAside ').prepend(html_1); //切换按钮
$('div#layoutAside ').prepend(html_4); //切换按钮

§
Posted: 20.10.2016

求助,在哪里能修改脚本啊?

§
Posted: 20.10.2016

改好了,可以用了。谢谢!

cinimaAuthor
§
Posted: 20.10.2016

@dd0754 @东逝水 @su ningyo @liumo @膝盖中剑 @机智鱼 @577424128 @旧谙 @szwuzy @Chen Liang 已经更新,可以测试看看正常不

§
Posted: 21.10.2016

正常了,谢谢

ZZX
§
Posted: 23.10.2016

求助 怎么更改啊 我的百度云仍然不显示搜索框 脚本在百度云里根本不运行

Post reply

Sign in to post a reply.