Fix MD5 saucing.
This commit is contained in:
parent
0b49e3dc2b
commit
267c086c1d
@ -2699,7 +2699,7 @@
|
||||
case '$2':
|
||||
return "' + img.href + '";
|
||||
case '$3':
|
||||
return "' + img.firstChild.dataset.md5.replace(/\=*$/, '') + '";
|
||||
return "' + encodeURIComponent(img.firstChild.dataset.md5) + '";
|
||||
case '$4':
|
||||
return g.BOARD;
|
||||
}
|
||||
|
||||
@ -2113,7 +2113,7 @@ Sauce =
|
||||
when '$2'
|
||||
"' + img.href + '"
|
||||
when '$3'
|
||||
"' + img.firstChild.dataset.md5.replace(/\=*$/, '') + '"
|
||||
"' + encodeURIComponent(img.firstChild.dataset.md5) + '"
|
||||
when '$4'
|
||||
g.BOARD
|
||||
href = Function 'img', "return '#{href}'"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user