function onReady (  ) {
  $('span.left_function:contains("管理會員資料")').parent().parent().parent().remove();
}
$(document).ready(onReady);
