handle no favicon

This commit is contained in:
s2
2017-12-12 09:00:41 +01:00
parent e73e806dca
commit ffa5b59615
2 changed files with 10 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ At the moment this is not possible because of Firefox bug [1320585](https://bugz
So this extension **tries** to get the favicon of the newly opened tab, and changes the color of the favicon to match that of the parent.
But it will not work
- on pages that don't have a favicon
- on pages that don't allow content scripts (amo for example)
- on pages that dynamically change the favicon
- a lot of other cases