#1 bug
I am using extension Scrapbook to collect articles. Snatch the view pane as frame. But in the scrapbook, the title of the snatched articles is "about:blank", so I need to rename it. When I select the whole text of title in view pane, then paste it. I find the text with author name. Each time I have to delete it. Or creat a menu/keyshortcut to copy the title?
#2 feature
And the second line, the link of the green arrow and earth ico have the same target as the title, I never click it, Can add a option to hide it?
#3 feature
And I often view articles by group, some time I don't kown the article in which feed and who post it. So can add a option to display these two information(feed name and author) on second line.
#4 feature
When newsfox is updating feed, viewing flash video(like youtube) a bit "pause" , not for buffering. It just pause one or two seconds. View the video can't smoothly. So I need to stop newsfox to update feed, But I don't want to update from the first feed, Can add a pause update feed option?
Thanks.
Re: The text of title in view pane and update feed
#1:
What do you want the title to be :)?. This is easily changed.
Copying the title in a funny manner I would consider to be a Scrapbook bug. It should provide an option not to copy elements will
display:noneand such, or an option to be turned off for ctrl-c copies(maybe it does, I don't use Scrapbook).#2: exists
In textview.css file(see Wiki > Customization > textview.css), put the line
.newsfox-link { display:none; }#3: exists, sort of
In textview.css:
.newsfox-author { display: inline !important; }This might also make it easier for you to copy just the title.
I take it you'd like the ability to display the feed in the view pane(it is displayable in the title pane as an optional column using the column picker for the title pane).
#4:
I'll have to think about how to do this. If you never use the interest(Pr) column, you can turn off the interest filter in the main options, as this is probably what causes the CPU to spike and interrupt the video.