Discussions » Creation Requests
Script changing form attributes
var d=document.querySelectorAll('input');
for(var i=0;i
document.getElementById('btn_download').disabled = false;
Or like this, for one specific element.
Greasy Fork is available in English.
Discussions » Creation Requests
var d=document.querySelectorAll('input');
for(var i=0;i
document.getElementById('btn_download').disabled = false;
Or like this, for one specific element.
Script changing form attributes
I want that the script self remove the disabled="" part: