develop #38
@ -1,13 +1,18 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name gitea-add-swagger-button
|
// @name gitea-add-swagger-button
|
||||||
// @namespace https://integratielaag.nl/
|
// @namespace https://integratielaag.nl/
|
||||||
// @version 0.1
|
// @version 0.1.1
|
||||||
// @description Creates a button in Gitea to view Swagger
|
// @description Creates a button in Gitea to view Swagger
|
||||||
// @author bboterm
|
// @author bboterm
|
||||||
// @match https://git.integratielaag.nl/*.yaml
|
// @match https://git.integratielaag.nl/*.yaml
|
||||||
|
// @match https://git.integratielaag.nl/*.json
|
||||||
// @icon https://www.google.com/s2/favicons?sz=64&domain=gitea.com
|
// @icon https://www.google.com/s2/favicons?sz=64&domain=gitea.com
|
||||||
// @grant none
|
// @grant none
|
||||||
|
// @updateURL https://git.integratielaag.nl/HTM/ovpay/raw/branch/develop/src/plugins/gitea-add-swagger-button.user.js
|
||||||
|
// @downloadURL https://git.integratielaag.nl/HTM/ovpay/raw/branch/develop/src/plugins/gitea-add-swagger-button.user.js
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
// @history 0.1.0 Initial release
|
||||||
|
// @history 0.1.1 Added support for YAML and JSON files
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user