<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">!function(a){a.fn.snakeify=function(b){var c=a.extend({inaccuracy:30,speed:200},b);this.find(".overlay").css({top:-9999999}),this.mouseenter(function(b){const d=a(this),e=d.find(".overlay"),f=d.offset(),g=b.pageX-f.left,h=b.pageY-f.top;e.css({top:0,left:0,width:d.width(),height:d.height()}),g&gt;d.width()-c.inaccuracy?e.css({top:0,left:d.width()}):g&lt;c.inaccuracy?e.css({top:0,left:-d.width()}):h&gt;d.width()-c.inaccuracy?e.css({top:d.width(),left:0}):h&lt;c.inaccuracy&amp;&amp;e.css({top:-d.width(),left:0}),e.animate({top:0,left:0},c.speed)}),this.mouseleave(function(b){const d=a(this),e=d.find(".overlay"),f=d.offset(),g=b.pageX-f.left,h=b.pageY-f.top;g&lt;=0&amp;&amp;e.animate({top:0,left:-d.width()},c.speed),g&gt;=d.width()&amp;&amp;e.animate({top:0,left:d.width()},c.speed),h&lt;=0&amp;&amp;e.animate({left:0,top:-d.height()},c.speed),h&gt;=d.height()&amp;&amp;e.animate({left:0,top:d.height()},c.speed)})}}(jQuery);</pre></body></html>