ricky rosario
ricky rosario
Yeah, this is probably outdated. Unfortunately I didnt freeze the versions I used in requirements.txt and I don't have a working virtualenv for it anymore.
that's super cool! I'm game for that... However, I'm pretty sure this whole addon needs to be reimplemented somehow using WebExtensions since the addon sdk and this style of addons...
I wonder if it's even a good idea to always include jquery always anymore. I'll have to look at what the chrome version is doing.
If it's only for pastebin, you can name it `pastebin.mozilla.org.js`. I have one called `supportadm.private.phx1.mozilla.com.js` for example. Or are you asking for something else?
Oh I see. Your proposal is reasonable to me. I probably didn't do it like that originally due to pure laziness.
Per-site folders is a good idea, I'll try to add it.
heh, that might be a little harder :-P I'll see...
hmmm, so it would just load in all .js and .css files it finds in the folder? What about the order to load them in?
@canuckistani any ideas for this? I wonder if there is a sneaky way to look at the window `load` event handlers before and after we inject the scripts and directly...
Thanks for the report! Looking at the code now that it is based on tabs, I am pretty sure I can refactor it so that it only "attaches" to the...