piecon
piecon copied to clipboard
Exception at first run
When website has a real favicon and removeFaviconTag function tries to remove it, a JS exception is being thrown - this happens because in the loop at line 58 you are trying to access element which was previously removed.
I think https://github.com/lipka/piecon/pull/23 fixes this.