Update png_auto_download.js
Browse files- png_auto_download.js +1 -1
png_auto_download.js
CHANGED
|
@@ -71,7 +71,7 @@
|
|
| 71 |
if (mutation.target.localName==='img'||(mutation.addedNodes[0]&&mutation.addedNodes[0].localName==='img'))
|
| 72 |
{
|
| 73 |
// console.log(mutation);
|
| 74 |
-
|
| 75 |
[...ParentNode.querySelectorAll('.thumbnail-item > img')].forEach(resNode=>{
|
| 76 |
let nameArr=resNode.src.split('/')
|
| 77 |
let name=decodeURIComponent(nameArr[nameArr.length-1])
|
|
|
|
| 71 |
if (mutation.target.localName==='img'||(mutation.addedNodes[0]&&mutation.addedNodes[0].localName==='img'))
|
| 72 |
{
|
| 73 |
// console.log(mutation);
|
| 74 |
+
i2iState='fufilled';
|
| 75 |
[...ParentNode.querySelectorAll('.thumbnail-item > img')].forEach(resNode=>{
|
| 76 |
let nameArr=resNode.src.split('/')
|
| 77 |
let name=decodeURIComponent(nameArr[nameArr.length-1])
|