/*
* @title U-fret Cancel flexbox of functionbox
* @description U-フレット の機能Box をPC画面で横並びにしないためのもの
* @include https://www.ufret.jp/song.php*
* @license MIT License
* @javascript_url
*/
(()=>{
const funcbox = document.querySelector("div.settings");
funcbox.classList.remove('settings');
})();