Configure Gitea userscript auto update
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
// ==UserScript==
|
||||
// @name ChatGPT to Suno Prompt Copier
|
||||
// @namespace local.suno-helper
|
||||
// @version 0.1.0
|
||||
// @version 0.1.1
|
||||
// @description Copy structured ChatGPT song prompt versions into Suno fields.
|
||||
// @author local
|
||||
// @match https://chatgpt.com/*
|
||||
// @match https://chat.openai.com/*
|
||||
// @match https://suno.com/*
|
||||
// @match https://*.suno.com/*
|
||||
// @updateURL https://git.mokaya.org/shkim/suno-helper/raw/branch/master/chatgpt-suno-tampermonkey.user.js
|
||||
// @downloadURL https://git.mokaya.org/shkim/suno-helper/raw/branch/master/chatgpt-suno-tampermonkey.user.js
|
||||
// @run-at document-idle
|
||||
// @grant GM_addStyle
|
||||
// @grant GM_getValue
|
||||
|
||||
Reference in New Issue
Block a user