Pógódnośenja za Feedbro - RSS Feed Reader
Feedbro - RSS Feed Reader wót Nodetics
826 pógódnośenjow
- Z 4 z 5 pógódnośonywót Raka Sabit, 3 år sidanPlease add keyboard shortcut support like in chrome and edge
- Z 5 z 5 pógódnośonywót Big, 3 år sidan
- Z 5 z 5 pógódnośonywót FM Belsunce, 3 år sidan
- Z 4 z 5 pógódnośonywót PMF-PPS Send Mail, 3 år sidan
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 17172398, 3 år sidan
- Z 5 z 5 pógódnośonywót Seän "frostbyte" Shepherd, 3 år sidan
- Z 4 z 5 pógódnośonywót Artem, 3 år sidanIt's nice but please add "undo delete" feature. I really hate while I click on topic and accidentally remove news I had no chance to read.
- Z 4 z 5 pógódnośonywót Wužywaŕ Firefox 6969438, 3 år sidanPlease 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! - Z 5 z 5 pógódnośonywót Hays Dev, 3 år sidanPlease add feature fill images with default images and fill description with default values. Dont let it blank with black screen.
- Z 4 z 5 pógódnośonywót Tyrand, 3 år sidanWorks well and has a nice dark theme, but there's no option for new articles to display automatically, I have to interact to load the new articles. - While the rules are a very good thing to have they lack customizability, and they don't release the source code.
- Z 4 z 5 pógódnośonywót Mazuco, 3 år sidan
- Z 5 z 5 pógódnośonywót Alexander A., 3 år sidan
- Z 5 z 5 pógódnośonywót Zerobyte, 3 år sidan
- Z 5 z 5 pógódnośonywót Dark Vicky, 3 år sidan
- Z 4 z 5 pógódnośonywót Ryan, 3 år sidan
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 16554606, 3 år sidan
- Z 5 z 5 pógódnośonywót ZelGray, 3 år sidanIt's very useful add-on for me, but I can't find how to read already viewed and hided articles.
- Z 5 z 5 pógódnośonywót Zenius, 3 år sidan
- Z 4 z 5 pógódnośonywót M. Möhling, 3 år sidanQuite 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.
- Z 3 z 5 pógódnośonywót DisplayName, 3 år sidanUsed 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.Wótegrono wuwijarja
jo se napisał 3 år sidanCan 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. - Z 4 z 5 pógódnośonywót vexillia, 3 år sidanSo 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.Wótegrono wuwijarja
jo se napisał 3 år sidanWorks 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. - Z 5 z 5 pógódnośonywót SmaugTheDragon, 3 år sidanThis is great, bro. Excellent alternative to the discontinued FF RRS feed.
- Z 4 z 5 pógódnośonywót sonofevil, 3 år sidanI'm having the known autoplay issue.
Videos in this feed play automatically in Feedbro, ignoring my Firefox autoplay settings: http://feeds.feedburner.com/vice/oHrN
If I open the article in a new tab, the videos don't autoplay. It only happens in Feedbro.Wótegrono wuwijarja
jo se napisał 3 år sidanThat 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.