리뷰 801개
- 5점 만점에 5점FM Belsunce 님, 2년 전
- 5점 만점에 4점PMF-PPS Send Mail 님, 2년 전
- 5점 만점에 5점Firefox 사용자 17172398 님, 2년 전
- 5점 만점에 5점Seän "frostbyte" Shepherd 님, 2년 전
- 5점 만점에 4점Firefox 사용자 6969438 님, 2년 전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. 님, 2년 전
- 5점 만점에 5점Dark Vicky 님, 2년 전
- 5점 만점에 5점Firefox 사용자 16554606 님, 2년 전
- 5점 만점에 4점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.
- 5점 만점에 3점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.