Based on Linkify Plus. Turn plain text URLs into links.
< 腳本Linkify Plus Plus的回應
TypeError when adding svg nodes
This happens on youtube, but probably anywhere where SVG nodes are added to the DOM.
as seen in the screenshot the added "g" node has className of type SVGAnimatedString which does not have the indexOf method.
Fixed in 4.0.1 :)
登入以回覆
TypeError when adding svg nodes
This happens on youtube, but probably anywhere where SVG nodes are added to the DOM.
as seen in the screenshot the added "g" node has className of type SVGAnimatedString which does not have the indexOf method.