Pohódnoćenja za Feedbro - RSS Feed Reader
Feedbro - RSS Feed Reader wot Nodetics
801 pohódnoćenje
- Z 4 z 5 pohódnoćenywot Raka Sabit, 2 jierren lynPlease add keyboard shortcut support like in chrome and edge
- Z 5 z 5 pohódnoćenywot Big, 2 jierren lyn
- Z 5 z 5 pohódnoćenywot FM Belsunce, 2 jierren lyn
- Z 4 z 5 pohódnoćenywot PMF-PPS Send Mail, 2 jierren lyn
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 17172398, 2 jierren lyn
- Z 5 z 5 pohódnoćenywot Seän "frostbyte" Shepherd, 2 jierren lyn
- Z 4 z 5 pohódnoćenywot Artem, 2 jierren lynIt'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 pohódnoćenywot Wužiwar Firefox 6969438, 2 jierren lynPlease 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 pohódnoćenywot Hays Dev, 2 jierren lynPlease add feature fill images with default images and fill description with default values. Dont let it blank with black screen.
- Z 4 z 5 pohódnoćenywot Tyrand, 2 jierren lynWorks 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 pohódnoćenywot Mazuco, 2 jierren lyn
- Z 5 z 5 pohódnoćenywot Alexander A., 2 jierren lyn
- Z 5 z 5 pohódnoćenywot Zerobyte, 3 jierren lyn
- Z 5 z 5 pohódnoćenywot Dark Vicky, 3 jierren lyn
- Z 4 z 5 pohódnoćenywot Ryan, 3 jierren lyn
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 16554606, 3 jierren lyn
- Z 5 z 5 pohódnoćenywot ZelGray, 3 jierren lynIt's very useful add-on for me, but I can't find how to read already viewed and hided articles.
- Z 5 z 5 pohódnoćenywot Zenius, 3 jierren lyn
- Z 4 z 5 pohódnoćenywot M. Möhling, 3 jierren lynQuite 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 pohódnoćenywot DisplayName, 3 jierren lynUsed 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.Wotmołwa wuwiwarja
je so 3 jierren lyn napisał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. - Z 4 z 5 pohódnoćenywot vexillia, 3 jierren lynSo 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.Wotmołwa wuwiwarja
je so 3 jierren lyn napisał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. - Z 5 z 5 pohódnoćenywot SmaugTheDragon, 3 jierren lynThis is great, bro. Excellent alternative to the discontinued FF RRS feed.
- Z 4 z 5 pohódnoćenywot sonofevil, 3 jierren lynI'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.Wotmołwa wuwiwarja
je so 3 jierren lyn napisał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.