ZipFile
ZipFile
Icon in address bar appears on the post pages, not direct links. But I think it kinda makes sense to enable it for direct links too, because in Chrome it...
Took a closer look. So far does not look as trivial as I though. 1. This one can be solved by injecting content script. It will add some friction communicating...
When you click a context menu option, extension receives values of `linkUrl` (`href` attribute) and `srcUrl` (`src` attribute). If `linkUrl` is a known URL (one that toggle page action icon)...
This issue resurfaces every time Pixiv bans Danbooru accounts/ips/etc so that it can't do magic of fixing links. Extension on its own is dumb and does not process Pixiv links...
You can upload individual images from twitter timeline via context menu already. Does not work with video posts, though. In the past I've tried adding context menu entry for links,...
`browser.menus.onShown` looks promising, but it seems to be Firefox-only API. I'll see what can be done here.
Looks like tox was ignoring `DEPENDENCY_INJECTOR_DEBUG_MODE` env var set from GHA pipeline, coverage supposed to be around 94% with `*.pyx` included. Pushed fix + extra logging.
I've added a workaround in [v3.4.0](https://github.com/danbooru/upload-to-danbooru/releases/tag/v3.4.0). Proper implementation when I have a time ([unlikely for Chrome, though](https://issues.chromium.org/issues/40467152)).
Looks like project is still alive. Rebased with latest `master`.
@VladyslavHl I guess your problem is much more general and your proposal will only solve it partially if at all. From my experience using DI, it lacks notion of scopes...