Skip to content

[Feature] Custom userscript header template #1722

Description

@KraXen72

Pre-check

  • I have searched existing issues and confirmed this is not a duplicate feature request.

The Problem You Want to Solve

When authoring userscript in ScriptCat, I have to always change stuff like @author, @license etc. manually.

Proposed Solution

It would be great to have a settings option, where you can write the template based on which the new userscripts will be created:

// ==UserScript==
// @name        %name%
// @namespace   ScriptCat Scripts
// @version     0.1.0
// @description Take over the world!
// @author      myUsername
// @grant       none
// @license     AGPL-3.0-or-later
// @noframes
// ==/UserScript==

ScriptCat Version

1.4.0

Additional Information

Violentmonkey supports this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions