Discussions » Greasy Fork Feedback
Cannot post script. Complains about missing @name, even though it is included
Apparentl you haven't closed the meta bock.
Add // ==/UserScript== on a new line after the last // line.
Discussions » Greasy Fork Feedback
Apparentl you haven't closed the meta bock.
Add // ==/UserScript== on a new line after the last // line.
Cannot post script. Complains about missing @name, even though it is included
I want to upload a script with the following header:
// ==UserScript==
// @name soup.io: Display hidden elements
// @namespace http://xcvbnm.org/
// @author Nordern
// @description Shows hidden reactions, reposts, icons and dates on soup.io pages
// @version 3
// @match soup.io/*
// @match *.soup.io/*
// @license public domain
When submitting, it says the following:
There were some problems with what you posted...
@name@description@version. A@versionmeta key allows for update checking of your script in user script managers.Generate
@versionautomatically?@namespace. A@namespacemeta keys allows users to re-install your script to update it.Generate a
@namespaceautomatically?All the options it complains about are clearly there. What am I missing?