Closed Deadsy81 closed 5 years ago
Works for me with latest script, tampermonkey 4.9.5941 2019-05-04, and ff 67.0.4 64b Try update tampermonkey, and firefox.
Ok, odly enough it works on my work computer. I'll need to check what the difference on my home computer. Firefox and tampermonkey are up to date on both. Might be something else causing my issue since I didn't see any of the added UI elements I now see on my work computer.
Thanks for looking into this in any case.
Now it works at home too, without changing anything. Maybe there was somekind of temporary problem with the site which caused me to not see the download elements. Who knows...
The same thing happened to me: did not work yesterday, changed nothing, just waited, read your message, panicked, and today it works like a charm again without having modified anything. Runa
On Jul 3, 2019, at 9:21 AM, Deadsy81 notifications@github.com wrote:
Now it works at home too, without changing anything. Maybe there was somekind of temporary problem with the site which caused me to not see the download elements. Who knows...
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Thanks for feeding back guys.
The code doesn't seem to find the elements it's looking for.
document.querySelectorAll("iframe");
Above line returns an empty object.
Any chance this might get fixed/reworked?