Conversaciones » Comentarios y opiniones sobre Greasy Fork
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.
Conversaciones » Comentarios y opiniones sobre Greasy Fork
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@version
meta key allows for update checking of your script in user script managers.Generate
@version
automatically?@namespace
. A@namespace
meta keys allows users to re-install your script to update it.Generate a
@namespace
automatically?All the options it complains about are clearly there. What am I missing?