Conversaciones » Comentarios y opiniones sobre Greasy Fork

Cannot post script. Complains about missing @name, even though it is included

§
Publicado: 05/02/2016

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...

  • Default name is required - specify one with @name
  • Description is required - specify one with @description
  • You didn't specify @version. A @version meta key allows for update checking of your script in user script managers.
    Generate @version automatically?
  • You didn't specify @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?

woxxomMod
§
Publicado: 06/02/2016

Apparentl you haven't closed the meta bock.

Add // ==/UserScript== on a new line after the last // line.

Publicar respuesta

Inicia sesión para responder.