103 votes
intigrate @version completed
For userscripts there's a "// @version" available. Integrate this on userscripts.org in the right bar for example.
Shown on the right bar - we need to get better style though.
http://userscripts.org/scripts/show/3626 is an example.
- anotherjesse
jerone
I like it.
Common tags are: @name, @author, @description, @include, @exclude.
Then you have some useful ones: @version, @namespace, @homepage, @browser, @copyright.
And there are some remaining: @statussize, @defaulticon.
UserJs.org uses his own to add information to the scripts page: @ujs:description.
3 months ago
anotherjesse
I've added support for the (optional) fields of: version, and copyright. I have to test a few more things but hope to have the fields visible soon.
3 months ago
iamah
yep, let's hope it's optional
5 months ago
arthaey
@version is not an official Greasemonkey metadata tag, but it does seem to be commonly used among script authors. I think parsing this tag, when it exists, would be a nice addition to USO.
6 months ago
iamah
Nice idea, but remember the dev team that not all scripts use this. I at least don't. I have a script that checks updates by the "last update" info, works easy for all scripts.
6 months ago