Getting rid of Youtube’s Flash 10 Notice
Having removed the Flash-plugin from Safari it might be a bit annoying to get the ‘Upgrade to Flash 10…’ notice on every youtube page. A quick and easy solution for this is to use the lovely User CSS extension to remove it.
By adding a User CSS configuration like the one below you will get rid of these nagging notices once and for all.
Name: Hide Flash Notice
Domains: http://*.youtube.com/*
Styles: #flash10-promo-div { display: none; }