kaonasi-biwa/Twitter-UI-Customizer

ツイート下ボタンの設定で、非表示の最底項目を下にするとエラーが出る

Closed this issue · 1 comments

はじめまして、さっきDiscordサーバーでお見かけしてChromeに入れてみました
いかんせん初issueなのでご容赦ください......

バージョン

  • Chrome: 108.0.5359.125 (Official Build) (64 bit)
  • Twitter-UI-Customizer: Release 2.5.9

エラー

Uncaught TypeError: Cannot read properties of undefined (reading 'nextSibling')

発生箇所

document.querySelector("#TUIC_visible").insertBefore(document.querySelector("#TUIC_visible").childNodes[document.querySelector("#TUIC_visible").selectedIndex], document.querySelector("#TUIC_visible").childNodes[document.querySelector("#TUIC_visible").selectedIndex].nextSibling.nextSibling)

なんか他にも出てた所あったんですが、どこで起きたのか忘れて再現不可能だったので載せてません

とりあえず、関係がありそうな部分を修正しておきました