Adrian L Lange
Adrian L Lange
Was this a one-time error or did it happen more than once?
GitHub can be considered optional as of 0.4.0, but the application will only be semi-automatic. The webhooks are now optional, and you can force-update the app to run by visiting...
Made a small powershell script to easily force update an addon: https://gist.github.com/p3lim/3385bc34b82a7f1cd0cc
Could be considered irrelevant if #4 became successful.
All the symbols are hard-coded, but if you have requests for more, go ahead and share them.
I'll have to take a look at this, I currently don't test on anything except the release versions, so officially I don't support dev channels. The reason the files got...
The corruption warning is just that, a warning. If you don't click repair it'll still work just fine (from what I can tell), and the repair button simply reinstalls the...
You could wait for DOM to be loaded, like so: ``` JavaScript document.addEventListener('DOMContentLoaded', function(){ // do stuff here }); ``` Or with jQuery: ``` JavaScript $(document).ready(function(){ // do stuff here...
I can't think of anything that I could do to resolve this issue, the updates to Chrome has sadly killed this extension. Until it is resolved (if ever), I suggest...
@leesei I had a plan on making something like you suggested (a full UI with editor), even with support for syncing the scripts with a GitHub repository, but I figured...