-
Notifications
You must be signed in to change notification settings - Fork 309
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
Metadata block items #197
Comments
Similar to our legacy
Why not just look at the
I don't really feel like validating extra web urls manually to see if they aren't a phishing scam (this comes along with this key and not yet mentioned)... does anyone? Known repositories I will validate manually though... e.g. don't recommend ...
Is this useful anywhere or in some spec? 48px by 48px is the current standard right now and usually those do well with auto browser sizing to 64pixels. I am contemplating pr'ing to have that removed but not sure yet. Scriptish has a lot of redundancy and picking and choosing which ones we display and with optional linking should be chosen carefully. The ones showing now and in #189 are important to protect OUJS as well as some basic general information due to the fragmentation from USO... and of course what "Founding Father GM" supports. I don't think anyone would want to scroll through a long list of these just to get to our real script homepage (user content). I accommodated for this partially with the set of ids in #144 Bloating up the metadata block isn't always a good thing for speed with a lot of users. When a variant or exact copy of the README.md does get synced from #81 I think this will alleviate some of these suggestions. See also: |
So what's currently left is:
Closing this issue since it's become somewhat stale... reopen with comments if need be. Refs: |
* Trap if a Userscript doesn't encode one of these urls correctly. Fixes "Page Load Error" with "Failed to Connect"... server trip Applies to OpenUserJS#819, OpenUserJS#239, OpenUserJS#197, and OpenUserJS#189 Ref: * https://openuserjs.org/discuss/webhook_not_working
The following extensions have support for different metadata block items:
Right now we are supporting a few of the userscripts metadata block items:
@name
@namespace
@description
@version
@icon
and@icon64
@author
@collaborator
@licence
and@license
@homepage
and@homepageURL
What other items should we support?
I found the following interesting:
@developer
@website
and@source
in addition to@homepage
and@homepageURL
@iconURL
,@icon64URL
and@defaulticon
in addition to@icon
and more@screenshot
@contributionAmount
All other metadata block items are only interesting for developers, who can also read the source if they need the info.
The text was updated successfully, but these errors were encountered: