<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Visible
 * required for: One Page Active
 * Sam Sehnert, samatdf, TeamDF | https://github.com/teamdf/jquery-visible/
 */
(function(e){e.fn.visible=function(t,n,r){var i=e(this).eq(0),s=i.get(0),o=e(window),u=o.scrollTop(),a=u+o.height(),f=o.scrollLeft(),l=f+o.width(),c=i.offset().top,h=c+i.height(),p=i.offset().left,d=p+i.width(),v=t===true?h:c,m=t===true?c:h,g=t===true?d:p,y=t===true?p:d,b=n===true?s.offsetWidth*s.offsetHeight:true,r=r?r:"both";if(r==="both")return!!b&amp;&amp;m&lt;=a&amp;&amp;v&gt;=u&amp;&amp;y&lt;=l&amp;&amp;g&gt;=f;else if(r==="vertical")return!!b&amp;&amp;m&lt;=a&amp;&amp;v&gt;=u;else if(r==="horizontal")return!!b&amp;&amp;y&lt;=l&amp;&amp;g&gt;=f}})(jQuery);</pre></body></html>