Summary
Userscripts.org community-based issue reporting. Members of the site vote and comment on potential issues of this script.
| Category | Votes | Comments | ||
|---|---|---|---|---|
| Broken | 1 of 2 voted yes | 2 comments | add comment | |
| Copy | no votes | 0 comments | add comment | |
| Harmful | no votes | 0 comments | add comment | |
| Spam | no votes | 0 comments | add comment | |
| Vague | no votes | 0 comments | add comment | |
Comments about if this script is broken
I don't know if forcing a no-antivirus scan on every file preview counts as it being "broken". Is there some way of providing an option for the script for this? I'm not sure.
Because of:
Sorry, can not scan this file for viruses.
File too large, it can not be scanned. Download anyway
Preview doesn`t work. So i founded a fix:
change 31 line
var audioFile = downloadLink.attr("href");
to
var audioFile = downloadLink.attr("href")+"&confirm=no_antivirus&";
cheers