你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/4255-linkify-plus-plus/discussions/9472,源站連結 點此以跳轉。
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.