-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify .../scriptStorage.js
in sendMeta
to trim up .meta.js route text to barebone keys/blocks
#725
Comments
@elundmark |
@Martii - You must have the wrong name, or am I going senile? :-) |
@elundmark |
Sorry, am I missing something here? I don't remember ever contributing to this project, which is confusing the hell out of me. But since I just yesterday edited that very meta key in a couple of my userscripts, are you asking me why I write
I can't see what is so unusual about it? My bad if I'm acting weird or anything, it just that:
|
I am asking for your input/feedback on why you add certain keys to your .meta.js file such as the one you mentioned at http://f.3r1k.se/js/tz-aio/tz-aio.meta.js with: // ==UserScript==
// @name Torrentz All-in-One
// @version 2.9.8
// @date 2015-09-28
// @namespace http://elundmark.se/code/tz-aio/
// @homepage https://github.com/elundmark/tz-aio-userscript
// @downloadURL http://f.3r1k.se/js/tz-aio/tz-aio.user.js
// @updateURL http://f.3r1k.se/js/tz-aio/tz-aio.meta.js
// ==/UserScript== To more precisely ask the question... why did you choose to include
We've all been watching everyone for how they do things perhaps to incorporate some improvements into the site. I thought with your expertise you could at least comment on what you might want to see. :)
C++ is my first language. ;)... there are always translators if you feel more comfortable reading those.
Don't worry... we aren't as paranoid as other sites as you may have recently encountered elsewhere but we are still cautious with consolidation... but that isn't the point of me inviting you here. I just thought you might enjoy sharing your advice. :) Contributions don't necessarily entail Code but can include methodology. |
* Placing `@version` first in output for possible target speed access ... technically this should be all we need to respond with but the `@name` and `@namespace` are good for site validation * Might consider at a later date putting `@author` in when it lands in GM since usernames could change on some sites and our metadata block `@author` as well Closes OpenUserJS#725
* Refocus on .meta.json by shortening .meta.js Ace box for OpenUserJS/OpenUserJS.org#725
@sizzlemctwizzle wrote:
Followup from #718
Let's give some time to migrate any scripts that may need/want to use the JSON route and some time to weigh in on this. (adding needs discussion to this during this waiting time... I'm at +1 unless otherwise convinced... and I can presume @sizzlemctwizzle is at +1 by his statement)
Loosely related to:
The text was updated successfully, but these errors were encountered: