grssam / UIEnhancer

Source code for UI Enhancer addon
https://addons.mozilla.org/en-US/firefox/addon/ui-enhancer/
51 stars 22 forks source link

allow subscript loader to work on unpacked extension #142

Open tumpio opened 8 years ago

tumpio commented 8 years ago

Sub script loading did not work on unpacked extension.

grssam commented 8 years ago

Why will you unpack it? This extension is supposed to work as packed extension only.

tumpio commented 8 years ago

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?

wagnerand commented 8 years ago

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.

tumpio commented 8 years ago

Thank you @wagnerand ! :+1:

tumpio commented 8 years ago

Well I leave it open then, @scrapmac can decide if you want it.