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