Skip to content

Commit

Permalink
微小的调整
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Jul 3, 2014
1 parent 7ad2fbf commit 382b1d3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .修改版/Google Images direct link.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,7 @@ if (imgTable) { // for basic version
for (var i = 0; i < similars.length; i++) {
var a = similars[i];
var href = getNewImageLinks(a.href);

console.log(a.href,href);
//console.log(a.href,href);
if (href.toImgHref === false) {
continue;
}
Expand Down
2 changes: 2 additions & 0 deletions .修改版/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

- 相似图片搜索增加自动翻页的支持。

PS:脚本自身已经支持自动翻页,但作者未将相似图片搜索支持自动翻页,可能是因为该方法会因为翻页页数的增加而造成工作量的增加。

### PanLinkCheck.user.js(2014-5-27)

[网盘死链检查 By Jixun](https://greasyfork.org/scripts/1262)
Expand Down
2 changes: 1 addition & 1 deletion BaiduSearchNoJump/BaiduSearchNoJump.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// 0 对 Super_preloaderPlus_one、AutoPagerize、uAutoPagerize、 BaiduMonkeyW 脚本的支,准确、资源消耗相对更小
// 1 对所有脚本都适用,但不准确、消耗相对较大。如果非上面的几个脚本,建议用这个。

var checkNextPageMethod = 0;
// var checkNextPageMethod = 0;

var locationHref = location.href;

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ Greasemonkey 和 Scriptish
- 安装脚本时没有进度条,如果 require 数量较多,需要等待安装窗口的出现。
- 不支持 GM_info、@grant。
- **严重bug**,存在于 0.1.11 版本,同一个作者的2个中文文件名脚本,会被安装在同一个目录,同一时间只能安装一个脚本。最新 nightly 版(0.1.13pre)已修复。
- Greasemonkey 缺点
- 修改脚本后,并不会更新 @version、@grant 等值。@version 还是以前的 versiton。如果新增了一个 @require,Greasemonkey 并不会更新并自动下载。只能删除后重新安装。


### 设置及转换

Expand Down

0 comments on commit 382b1d3

Please sign in to comment.