I noticed with firebug a span with "BESbewy" string inside it in the end of body with left and top with -999 and visibility hidden. The first thing a thought is that for some how I was hacked, but after a day searching I'm not so sure about this anymore, so I started to think that this is somehow related to Google Maps API v3.
Well, you can try searching for "BESbewy google maps" on Google and see how many results is shown, and looks to all be related to maps; by the way, this string is in developer.google too.
I'm trying to find some answer to this, but so far no success. Can someone help me to understand what is this BESbewy thing?
I notice that TinyMCE (which I'm not using at all) adds an span with "BESbswy" string inside it for some kind of font configuration. Well, since I don't use or have TinyMCE in my project and what I'm seeing is some kind of different (there is an 'e' in the place of 's') I'm kind of curious and confused (/).
I noticed with firebug a span with "BESbewy" string inside it in the end of body with left and top with -999 and visibility hidden. The first thing a thought is that for some how I was hacked, but after a day searching I'm not so sure about this anymore, so I started to think that this is somehow related to Google Maps API v3.
Well, you can try searching for "BESbewy google maps" on Google and see how many results is shown, and looks to all be related to maps; by the way, this string is in developer.google. too.
I'm trying to find some answer to this, but so far no success. Can someone help me to understand what is this BESbewy thing?
I notice that TinyMCE (which I'm not using at all) adds an span with "BESbswy" string inside it for some kind of font configuration. Well, since I don't use or have TinyMCE in my project and what I'm seeing is some kind of different (there is an 'e' in the place of 's') I'm kind of curious and confused (http://www.tomjn./153/typekit-besbswy/).
Share Improve this question edited Dec 29, 2014 at 15:03 halfer 20.4k19 gold badges108 silver badges201 bronze badges asked Jul 24, 2014 at 21:21 Jimmy JoeJimmy Joe 1711 silver badge5 bronze badges 4- What problems are you having with it? – Erik Philips Commented Jul 24, 2014 at 21:24
- 2 "I was doing my things here, programming and such when I notice with firebug a span with "BESbewy " string inside it in the and of body with left and top with -999 and visibility hidden." Notice it where? In a page you've authored? Then yes, you've been hacked. On a page from someone else? Well, anything goes, they can do what they like. What specific issue are you having? – T.J. Crowder Commented Jul 24, 2014 at 21:24
- 1 Erik Philips, the main problem is that I notice an strange html element on my page that I have never placed there. So I'm concerned with security here and want to know if this is some issue or is something from google maps api. Since I did search for it and can't find anything specific I'm not sure what it is. If you take a look at google you will see this string in many (6M+) sites including developer.google. itself but can't find any reference to it. – Jimmy Joe Commented Jul 24, 2014 at 21:55
- T.J. Crowder, I notice it in my page HTML when doing something else with Firebug. It's an span element with BESbewy string inside it. It's the last element inside my index page body and seens to be only loaded if Google API is loaded. – Jimmy Joe Commented Jul 24, 2014 at 21:56
2 Answers
Reset to default 10The Google Maps API seems to create one of these "BESbewy" span
elements for each map instated on the page, with a style of font-family: Roboto, Arial, sans-serif
— by all appearances it's so Google Maps can calculate the size or existence of fonts.
It does not point to your site having been hacked, and if the existence bothers you, review how and when you're instating your Google Maps elements.
Among other issues due to a page-ad
class applied on body, we've discovered that this span
containing "BESbewy" was added by Adblock Plus on Chrome.
ABP adds this with a few other elements (including CSS rules). Those CSS rules may affect the website when using unsuitable classes (independent of ABP lists).