Hi, On 01.12.2013 21:32, Oliver Jowett wrote: > The barrier to entry in setting that up is a bit high for me > unfortunately (unless you have a script already prepared?)
This'll do: // ==UserScript== // @name Remove OSM welcome box // @include http://www.openstreetmap.org/* // ==/UserScript== var welcome = $("div.welcome"); if (welcome) welcome.remove (); Bye Frederik -- Frederik Ramm ## eMail [email protected] ## N49°00'09" E008°23'33" _______________________________________________ Talk-GB mailing list [email protected] https://lists.openstreetmap.org/listinfo/talk-gb

