Greasy Fork is available in English.
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.