How to upload an image to ImgBB API using Javascript in a firefox addon
问题 Info on the API can be found here. It does not give any details for using with Javascript, only with curl. Have tried numerous different methods from old posts on here but this is the closest I have got so far. function main() { var ul = document.querySelector('.redactor_toolbar') if(ul != null) { var new_li = document.createElement('li') var new_a = document.createElement('a') new_li.appendChild(new_a) ul.appendChild(new_li) new_a.addEventListener('click', function() { var input = document