CyberShadow / DFeed

D news aggregator, newsgroup client, web newsreader and IRC bot
http://forum.dlang.org/help#about
381 stars 35 forks source link

[enh] Tooltip for bugzilla, github PR links #96

Open ntrel opened 6 years ago

ntrel commented 6 years ago

It would be really useful if DFeed could display certain links with a tooltip showing the page title of the link, e.g.:

The user then hovers the mouse cursor over the link to see the title. This saves time having to click on the link to find out what people are writing about (people rarely bother to provide a description for the bug/PR in forum posts).

DFeed would get the title from the <head><title> part of the webpage. This would be limited to links to the above domains, rather than all links, to reduce work for the DFeed server.