Posts by Lucas Oliveira • 193 points
2 posts
-
0
votes2
answers84
viewsQ: script only in a div
<script type="text/javascript"> onmousemove = function adfy() { adfy_id = '.html'; //replace with your ID for (var i = 0; i < document.links.length; i++) { var hrefer =…
-
17
votes4
answers23157
viewsQ: Identify if the device is pc or mobile and use a different code for each
I want it to be automatic if the person is on the computer display a code if they are on the phone display a different one. I do not want to change the resolution but all the content presented on…