sho9029
sho9029
### What's the Problem? In [Properties.xaml](../blob/main/src/Files.Uwp/Views/Pages/Properties.xaml), the NavigationView is always the same size regardless of the number of MenuItems, resulting in blank spaces that cannot be dragged. The area surrounded...
If there is no interlude at the end of the lyrics, `content[index + 1]` will be undefined in the last line of the lyrics. So an error will be raised...
アフィリエイトスパム非表示(リプのみ)を有効にしているときに、以下のエラーが発生します。 ``` JavaScript Uncaught TypeError: Cannot read properties of null (reading 'length') at content.js:664:107 at NodeList.forEach () at MutationObserver.run (content.js:659:57) ``` 該当コード ``` JavaScript //アフィリエイトリンク対策 const cellinnerdiv_no_flag_affiliate_elem = document.querySelectorAll('div[data-testid="cellInnerDiv"]:not([cslt_flag="affiliate_spam_ok"])'); if...