We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955c271 commit 83e42f5Copy full SHA for 83e42f5
index.js
@@ -1,11 +1,10 @@
1
// ==UserScript==
2
// @name Open in Codeflow
3
-// @namespace http://tampermonkey.net/
4
// @homepageURL https://github.com/antfu/open-in-codeflow
5
// @supportURL https://github.com/antfu/open-in-codeflow
6
-// @namespace https://greasyfork.org/en/scripts/
+// @namespace https://greasyfork.org/en/scripts/12345-open-in-codeflow
7
// @version 0.1
8
-// @description Enhances the GitHub to add a button to open the repo/issue/PR in Codeflow.
+// @description Enhances the GitHub to add a button to open the repo issue PR in Codeflow
9
// @author Anthony Fu
10
// @license MIT
11
// @match https://github.com/**
0 commit comments