825 筆評論
- 評價 5 分,滿分 5 分來自 FM Belsunce,3 年前
- 評價 4 分,滿分 5 分來自 PMF-PPS Send Mail,3 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 17172398,3 年前
- 評價 5 分,滿分 5 分來自 Seän "frostbyte" Shepherd,3 年前
- 評價 4 分,滿分 5 分來自 Firefox 使用者 6969438,3 年前Please consider an option to hide blue number of unread posts on the icon. I saw your other answer but "mark all as read" is not a good alternative. I want to see what is unread but don't want tot see icon number.
Also max entries doesn't seem to work. I can see only 20 max on all feeds.
Thanks for your extension! - 評價 5 分,滿分 5 分來自 Alexander A.,3 年前
- 評價 5 分,滿分 5 分來自 Dark Vicky,3 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 16554606,3 年前
- 評價 4 分,滿分 5 分來自 M. Möhling,3 年前Quite good. Question: I'd like to import feeds from an old Firefox profile directory, where do I find the needed file for IndexedDB? I didn't to an .opml export, unfortunately.
- 評價 3 分,滿分 5 分來自 DisplayName,3 年前Used to be very good, but now none of the newspapers in Norway is working well.
Only text is visible in the feeds.
And why is 3 options in the setting "Remove tags from feed entries" greyed out ?
Can't enable "scripts", "objects" or "applets" ?
------------------------------------------
Ok, i will reply to the bug reporting mail.開發者回應
張貼於 3 年前Can you give some feed URLs that aren't working as you expect?
Script, object and applet tag are automatically filtered out as potentially dangerous tags. Feed entry content should not need such tags and if it does, it should be redesigned. - So far so good. Of course there's a but.
I'm using view 5 with show unread only & manual "mark as read".
When I mark all the items in a folder read with shift-A they are marked as read in the folder view bur not the reading pane. I have to reload the page to remove the read items.
Likewise when I follow shift-A with shift-N, to move to the next folder with unread items, the viewing pane doesn't refresh and shows the read items from the previous folder.
If I'm doing something stupid please let me know how to get what I want.
Posted here because there's no bug or issue tracker available.開發者回應
張貼於 3 年前Works as designed.
1. When you shift-A a feed or folder with "show only unread" mode active, there's really no point in removing articles from the screen. Leaving them visible lets the user to undo the operation fully or partially.
2. When the user moves to the next feed or folder with shift-N, it's not guaranteed that the user wants to load the contents (especially if the user has automatic "mark as read" mode on). The user might very well want to skip to the next one without loading the contents. Therefore you need to press shift-O to load the contents. So shift-N, shift-O combination is the magic.
You can reach us via the Support email address that is on the front page of the Feedbro app page here in AMO. Reviews aren't meant for support requests or bug reports. - 評價 5 分,滿分 5 分來自 SmaugTheDragon,3 年前This is great, bro. Excellent alternative to the discontinued FF RRS feed.
開發者回應
張貼於 3 年前That feed is incorrectly embedding YouTube videos. In the feed content they use tags like:
[iframe width="320" height="320" frameborder="0" src="https://www.youtube.com/watch?v=pi846_OMVRA">[/iframe>
which embeds the entire YouTube video page (including comments etc) and makes the browser to autoplay the video.
Instead, they should be using proper embed URL which for that particular video would be:
[iframe frameborder="0" src="https://www.youtube.com/embed/pi846_OMVRA">[/iframe>
Note. html tags modified slightly (< to [) to make them visible here.