allow subscript loader to work on unpacked extension
Sub script loading did not work on unpacked extension.
Why will you unpack it? This extension is supposed to work as packed extension only.
I unpacked it so that I could modify it and test it at the same time while it is installed.
How are you doing it?
https://developer.mozilla.org/en-US/Add-ons/Setting_up_extension_development_environment#Firefox_extension_proxy_file
Nevertheless, that patch makes sense. You shouldn't have to fiddle with directories and and URIs (especially involving jar files.)
You shouldn't use .jar files anymore anyway, as the extra layer of compression actually reduces performance.
Thank you @wagnerand ! :+1:
Well I leave it open then, @scrapmac can decide if you want it.