function wp_remove_scripts(){if(current_user_can('update_core')){return}else{if(is_page('homepage')){wp_dequeue_style('jquery-ui-core')}}}
add_action('wp_enqueue_scripts','wp_remove_scripts',99)