Συζητήσεις » Greasy Fork Ανατροφοδότηση
Multiple @antifeature
but it only takes effect the first update
I didn't know that. Should I force the authors to update by reporting or deleting their scripts? I don't like either.
examples
- multiple values: https://greasyfork.org/scripts/422131
- single-line declaration: https://greasyfork.org/scripts/422467
Per the help page the correct format to specify several values like
ads
andmembership
is this:@JasonBarnabe, GreasyFork displays only the first value in the script info page. All of them should be displayed AFAICT. Along with a tooltip shown on hover with the author's custom explanation. The authors also [incorrectly] use one key e.g.
// @antifeature ads membership
so maybe it's worth supporting but only if the entire string consists of known antifeature values separated by\s+
and nothing more.