>>721
合流の件で前に質問してた者ですが、
修正した物をとりあえずmokoSettingButton()の最後に入れて動作確認しています。

function mokoSettingButton() {
︙
$(".js-open_meeting_dialog").each(function(){
$(this).attr('href', $(this).attr('href').replace(/&select_village_id=[0-9]+/, ''));
});
}