Activar botón de commit en GitHub

Activando botón de commit.

Fra og med 26.02.2021. Se den nyeste version.

// ==UserScript==
// @name         Activar botón de commit en GitHub
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Activando botón de commit.
// @author       ArtEze
// @match        https://github.com/arteze/iniciopup/edit/main/initrd/funciones.sh
// @grant        none
// ==/UserScript==

setInterval(function(x){
	document.querySelector("#submit-file").disabled = ""
},1000)