Hey there,
I keep on receiving the following error after importing a GitHub script file to the OpenUserJS.
The specified file does not contain the proper metadata blocks.
The UserScriptJS Block:
// ==UserScript==
// @name project name
// @namespace url
// @description desc
// @copyright line
// @license MIT
// @icon url, it is
// @version 1.0.0
// @author uhhuh
// @run-at document-start
// @grant none
// @include [url]
// @updateURL https://openuserjs.org/meta/username/file.meta.js
// @downloadURL https://openuserjs.org/src/scripts/username/file.user.js
// ==/UserScript==
// Most of the fields of block has been hidden due to confidential reasons.
Thanks for helping me out!