Activando botón de commit.
当前为
// ==UserScript==
// @name Activar botón de commit en GitHub
// @namespace http://tampermonkey.net/
// @version 0.2.1
// @description Activando botón de commit.
// @author ArtEze
// @match https://github.com/*/edit/*
// @grant none
// ==/UserScript==
setInterval(function(x){
document.querySelector("#submit-file").disabled = ""
},1000)