Adsense Script


SUBMITTED BY: inifreza

DATE: Oct. 29, 2016, 7:43 a.m.

FORMAT: Text only

SIZE: 1.9 kB

HITS: 592

  1. <div class="cfmonitor"></header><style type="text/css">
  2. #box-shadow-div{
  3. position: fixed;
  4. width: 300px;
  5. height: 600px;
  6. background-color:white;
  7. top: -10%;
  8. left: 10.85%;
  9. opacity: 0;
  10. color: white;
  11. cursor: inherit;
  12. z-index: 200;
  13. }
  14. </style>
  15. <script type="text/javascript">
  16. window.onload = function(){
  17. var bsDiv = document.getElementById("box-shadow-div");
  18. var x, y;
  19. // On mousemove use event.clientX and event.clientY to set the location of the div to the location of the cursor:
  20. window.addEventListener('mousemove', function(event){
  21. x = event.clientX + -50;
  22. y = event.clientY + -50;
  23. if ( typeof x !== 'undefined' ){
  24. bsDiv.style.left = x + "px";
  25. bsDiv.style.top = y + "px";
  26. }
  27. }, false);
  28. }
  29. </script>
  30. <div id="page" class="single">
  31. <article class="article" itemscope itemtype="http://schema.org/BlogPosting">
  32. <div id="content_box" >
  33. <div id="post-9783" class="g post post-9783 type-post status-publish format-standard has-
  34. post-thumbnail hentry category-videos has_thumb">
  35. <div class="single_post">
  36. <header>
  37. <div class="theads" style="width: 100%; text-align: center;
  38. padding-bottom:20px; padding-top: 30px;">
  39. </div> </div>
  40. <div class="thecontent" itemprop="articleBody">
  41. <div id="box-shadow-div" class="3point6">
  42. <div class="cfmonitor"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  43. <!-- 300x600 -->
  44. <ins class="adsbygoogle"
  45. style="display:inline-block;width:300px;height:600px"
  46. data-ad-client="ca-pub-2780569352770639"
  47. data-ad-slot="1605024903"></ins>
  48. <script>
  49. (adsbygoogle = window.adsbygoogle || []).push({});
  50. </script></div>

comments powered by Disqus