Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
fixed selector of batch download
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed May 6, 2012
1 parent f6962ee commit 7de5494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_hover_zoom.user.js
Expand Up @@ -1366,7 +1366,7 @@ var batch = function(){
var width = parseInt(($(window).width() - 200) / options.hz_his_columns - 10),
arr = [];

$('img.yqrXXd, .ot-anchor').filter(':visible').each(function(){
$('.hotFy, .ot-anchor').filter(':visible').each(function(){
var tag = this.tagName.toUpperCase();
if (tag == 'IMG'){
var url = this.src,
Expand Down

0 comments on commit 7de5494

Please sign in to comment.