Page 1 of 1

How to remove olx.pt map overlays?

Posted: Sat Dec 31, 2016 6:59 am
by cmmc
Go to

Code: Select all

https://www.olx.pt/anuncio/moto-4-can-am-bombardier-IDA1hrb.html
Click on "Ver no mapa", to the right.
Map will show a circle overlay over the claimed location.
Most of the times this isn't even over the right location, but even if it is, it's just an annoyance as it only makes it more difficult to see the image underneath.

So, any way to remove this overlay altogether, or remove the color circle and leave just the border, with a filter?

Re: How to remove olx.pt map overlays?

Posted: Sat Dec 31, 2016 9:57 am
by mapx
try this filter

Code: Select all

olx.pt##DIV[style^="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 339px;"]

Re: How to remove olx.pt map overlays?

Posted: Mon Jan 02, 2017 3:09 am
by cmmc
Not quite working; other ads still show it, and when you zoom in/out, it shows again:
https://www.olx.pt/anuncio/avies-de-col ... y8NaN.html
https://www.olx.pt/anuncio/como-nova-pa ... A1uDl.html

It seems it's js code, but I couldn't find it: https://developers.google.com/maps/docu ... cle-simple

Re: How to remove olx.pt map overlays?

Posted: Mon Jan 02, 2017 8:22 am
by mapx
"other ads" ? you were talking about circles not about ads, what ads ?

for the circles add

Code: Select all

olx.pt##DIV[style^="width: 256px; height: 256px; overflow: hidden;"]

Re: How to remove olx.pt map overlays?

Posted: Tue Jan 03, 2017 12:44 am
by cmmc
I meant the other ads were still showing the circle on the map, but it's all fixed now, thanks!