As we know Scriptish has the support for the chrome:
scheme (although disabled by default), but it failed to inject a user script into other chrome: window (for example, download window, or about window).
Writing a script using @include chrome://foo/bar
only works when the browser window opens this page as a tab, but not for a new window with this URL, except the browser window itself, use @include chrome://browser/content/browser.xul
does work.
Is there any way to let Scriptish do this just like what uc
does? Or is Scriptish just designed like this?