Results 96 issues of eight

Since Firefox and Chrome both implemented [cache partitioning](https://developers.google.com/web/updates/2020/10/http-cache-partitioning), extensions can't download images from cache anymore. Firefox: * [cache partitioning causes web page saving extensions to waste more time and data](https://bugzilla.mozilla.org/show_bug.cgi?id=1687569)...

https://addons.mozilla.org/zh-TW/firefox/addon/image-picka/reviews/1488107/ > It will great if Image Picka window only show images contained in text selection like "Double-click Image Downloader" addon. Not sure if we need this. There are many...

I'm not sure how useful is this. Good parts: * It would benefit users who want to zip their images after downloads. * `saveAs` flag is available when downloading a...

https://addons.mozilla.org/zh-TW/firefox/addon/image-picka/reviews/1284471/ > Brilliant expansion! Been looking for a long time! As a wish: make the image size display next to the download button. Thanks for the addon! Great!

Firefox has different behavior when dealing with long filenames. If the filename is extremely long, `downloads.download` would be rejected with an unexpected error (#80): ![image](https://user-images.githubusercontent.com/1324510/45585004-c4129400-b90f-11e8-99db-0cf50356c225.png) If the filename is not...

https://addons.mozilla.org/zh-TW/firefox/addon/image-picka/reviews/959447/ Also put them on AMO. * How to set download destination.

With the following content: ```html foobar ``` `u` only works when the cursor is on the first line: ```html [ foobar ``` It does nothing from the `>` character: ```html...

Currently, mdsvex compiles ```svelte ``` into ```svelte ``` If the component looks like an inline element, it adds a paragraph: ```svelte a ``` -> ```svelte a ``` Also: ```svelte a...

enhancement
:detective:
assigned

8/6 時我在 openstyles/stylus [開了一個 PR](https://github.com/openstyles/stylus/pull/134) 實作 `.user.css` 格式(基本上就是 mozilla 格式 + metadata block) 。最近 stylus 的成員提到 xStyle 也有支援不同的格式,在 https://github.com/FirefoxBar/xStyle/issues/12 裡也有提到 `.user.css`,所以想說是否要交換一下意見。#12 裡提到的已經開始實作了嗎? 如果要測試的話,可以安裝 https://github.com/eight04/stylus/tree/dev-user-css 後,進入 https://gist.githubusercontent.com/eight04/1b9edeb170d9f8bbabfb06dc6627f8f7/raw/foo.user.css ,就會看到特殊的安裝介面了。