Anybody have a Chrome-plugin version of this? Or should I look into making it when I get home? :)
Show HN: Favicons for HN
21–30 of 73 posts
Re: Show HN: Favicons for HN
#22It shows smaller favicons, and it prevents adding new images when going back in history too :)
https://gist.github.com/frabert/48b12088441f6195ea9292c2a5a7...
Re: Show HN: Favicons for HN
#23Re: Show HN: Favicons for HN
#24For example, the google domains (gmail/cal/drive/etc) all show the same google accounts favicon [1] and we had to special case a few more.
Re: Show HN: Favicons for HN
#25I had to add // @match https://news.ycombinator.com/ * in the header to make it work in firefox.
Re: Show HN: Favicons for HN
#26Doesn’t work (at least for me in Chrome with Tampermonkey) due to Hacker News’s Content-Security-Policy header. > Refused to load the image ' ' because it violates the following Content Security Policy directive: "img-src data: 'self' ". Overriding this would probably require an extension with a Service Worker that edits the CSP header.
Re: Show HN: Favicons for HN
#27Re: Show HN: Favicons for HN
#28Re: Show HN: Favicons for HN
#29Re: Show HN: Favicons for HN
#30N.B. this is going to send a request to duck duck go for every link which (a) some people aren't going to like, and (b) DDG might not like (I couldn't find any explicit policy for using their favicon service).
I've been using it on a links heavy dashboard page for a couple of years now, and it always worked.
I'll probably switch to DDG now tho.
---