Airtower
Airtower
When I made the settings page, I used tooltips instead of a detailed text primarily because I wanted to avoid turning it into a wall of text. So, general questions...
Sounds like something that might be helpful for people with a lot of rules. Patches welcome, see also #9.
With 0.10 there's the option to manually sort rules.
[`declarativeNetRequest`](https://blog.mozilla.org/addons/2023/05/17/declarativenetrequest-available-in-firefox/) works without host permission, but is very limited: For [modifying headers](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest/ModifyHeaderInfo), the header can only be removed, or set/appended to with a *fixed* string. This would break "prune" and...
Another consideration: The table style doesn't scale well on small displays (like mobile devices). I wonder if there's a better way to do it, maybe with elements that arrange in...
I'm seeing the same broken behavior with audio (rather than video) pages, e.g. here: https://www1.wdr.de/radio/wdr5/sendungen/unterhaltung-am-wochenende/songs-an-einem-sommerabend-116.html
I'm not sure. It's seems similar, but it's not only stuck modifiers (happens too, see the "many tabs" example), also regular keys (the repeat character or enter input). Also, the...
@tokyo4j Sorry, I didn't get to build and test before the 0.8.3 release, yesterday Debian Sid got the update. With fcitx5 the issue seems to be gone now, I haven't...
I think hooks/handlers or bootloader updates should generally be skipped until the actual installation happens, after all other then writing to the (currently unused) slot the preload should not change...
I can see one advantage of still running handlers/hooks and informing them of the preload: That way [Full Custom Update](https://rauc.readthedocs.io/en/latest/using.html#full-custom-update) scripts could still work, to whatever degree the custom logic...