Live data from Hacker News

Raspberry Pi Self Driving Car

therevista.com

1–2 of 2 posts

Re: Raspberry Pi Self Driving Car

#2
Website is hiding Google Ads under mouse pointer and violates Google Rules.

#besoeasy

{

opacity:0.0002;

height:auto;

width:auto;

position:absolute;

top:50;

left:50;

border-bottom:1px #76e042 solid;

border-bottom:0px blue solid;

color:#ffffff;

padding:0px;

z-index:1001;

font-size:13px;}

(adsbygoogle = window.adsbygoogle || []).push({});

var div = document.getElementById('besoeasy');

document.addEventListener('mousemove',function(e) {

div.style.left = e.pageX -160 +"px";

div.style.top = e.pageY -60+"px";

});