Remove static tracker files (#2116)
* remove tracker files from git index * generate tracker files on npm test * generate tracker files for elixir tests/dev/CI * update tracker/package-lock.json * exclude npm run deploy from mix test + some docs
This commit is contained in:
parent
8f6f860bd2
commit
c0da024b23
|
|
@ -59,11 +59,13 @@ jobs:
|
|||
key: ${{ runner.os }}-mix-v2-${{ hashFiles('**/mix.lock') }}
|
||||
restore-keys: ${{ runner.os }}-mix-v2-
|
||||
- name: Install dependencies
|
||||
run: mix deps.get
|
||||
run: mix deps.get && npm install --prefix ./tracker
|
||||
- name: Check Formatting
|
||||
run: mix format --check-formatted
|
||||
- name: Check Compile Warnings
|
||||
run: mix compile --warnings-as-errors --all-warnings
|
||||
- name: Generate tracker files
|
||||
run: npm run deploy --prefix ./tracker
|
||||
- name: Run tests
|
||||
run: mix test
|
||||
#- name: Check Dialyzer
|
||||
|
|
|
|||
|
|
@ -63,3 +63,6 @@ plausible-report.xml
|
|||
|
||||
# Geolocation databases
|
||||
/priv/geodb/*.mmdb
|
||||
|
||||
# Auto-generated tracker files
|
||||
/priv/tracker/js/*.js
|
||||
|
|
|
|||
|
|
@ -17,6 +17,11 @@ config :plausible, PlausibleWeb.Endpoint,
|
|||
"--watch",
|
||||
"--watch-options-stdin",
|
||||
cd: Path.expand("../assets", __DIR__)
|
||||
],
|
||||
npm: [
|
||||
"run",
|
||||
"deploy",
|
||||
cd: Path.expand("../tracker", __DIR__)
|
||||
]
|
||||
],
|
||||
live_reload: [
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e=window.document.currentScript,r=new URL(e.src).origin;function o(e){console.warn("[Plausible] Ignoring event because "+e)}function a(){var e,i,n=JSON.parse((e="plausible_user",(i=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g,"\\$1")+"=([^;]*)")))?decodeURIComponent(i[1]):null));return n?{initial_referrer:n.initial_referrer&&decodeURIComponent(n.initial_referrer),initial_source:n.initial_source&&decodeURIComponent(n.initial_source)}:(n={initial_referrer:window.document.referrer||null,initial_source:getSourceFromQueryParam()},function(e,i){var n=new Date;n.setTime(n.getTime()+94608e6);var t="; expires="+n.toUTCString();document.cookie=e+"="+(i||"")+t+"; samesite=strict; path=/"}("plausible_user",JSON.stringify({initial_referrer:n.initial_referrer&&encodeURIComponent(n.initial_referrer),initial_source:n.initial_source&&encodeURIComponent(n.initial_source)})),n)}function i(e,i){if(/^localhost$|^127(?:\.[0-9]+){0,2}\.[0-9]+$|^(?:0*\:)*?:?0*1$/.test(window.location.hostname))return o("website is running locally");if("file:"===window.location.protocol)return o("website is running locally");if("prerender"===window.document.visibilityState)return o("document is prerendering");var n=c.trackAcquisition?a():{};n.n=e,n.u=window.location.href,n.d=c.domain,n.r=window.document.referrer||null,n.w=window.innerWidth;var t=new XMLHttpRequest;t.open("POST",r+"/api/event",!0),t.setRequestHeader("Content-Type","text/plain"),t.send(JSON.stringify(n)),t.onreadystatechange=function(){t.readyState==XMLHttpRequest.DONE&&i&&i.callback&&i.callback()}}function n(e){i("pageview",e)}try{var c={domain:window.location.hostname},t={page:n,trigger:i,trackPushState:function(){var e,i=window.history;i.pushState&&(e=i.pushState,i.pushState=function(){e.apply(this,arguments),n()}),window.addEventListener("popstate",n)},configure:function(e,i){c[e]=i}},s=window.plausible.q||[];window.plausible=function(){var e=[].slice.call(arguments),i=e.shift();t[i].apply(this,e)};for(var l=0;l<s.length;l++)window.plausible.apply(this,s[l])}catch(e){(new Image).src=r+"/api/error?message="+encodeURIComponent(e.message)}}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,c=window.location,d=window.document,f=d.getElementById("plausible"),v=f.getAttribute("data-api")||(t=f.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function w(t){console.warn("Ignoring Event: "+t)}function a(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(c.hostname)||"file:"===c.protocol)return w("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return w("localStorage flag")}catch(t){}var i=f&&f.getAttribute("data-include"),a=f&&f.getAttribute("data-exclude");if("pageview"===t){var n=!i||i&&i.split(",").some(u),r=a&&a.split(",").some(u);if(!n||r)return w("exclusion rule")}var o={};o.n=t,o.u=c.href,o.d=f.getAttribute("data-domain"),o.r=d.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=f.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),p=o.p||{};l.forEach(function(t){var e=t.replace("event-",""),i=f.getAttribute(t);p[e]=p[e]||i}),o.p=p,o.h=1;var s=new XMLHttpRequest;s.open("POST",v,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(o)),s.onreadystatechange=function(){4===s.readyState&&e&&e.callback&&e.callback()}}function u(t){var e=c.pathname;return(e+=c.hash).match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,o=0;o<n.length;o++)a.apply(this,n[o]);function l(){r=c.pathname,a("pageview")}window.addEventListener("hashchange",l),"prerender"===d.visibilityState?d.addEventListener("visibilitychange",function(){r||"visible"!==d.visibilityState||l()}):l();var s=1;function p(t){if("auxclick"!==t.type||t.button===s){var e,i,a,n,r,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),l=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return h.some(function(t){return t===e})}(l)){return n={url:l},r=!(a="File Download"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&a}}(e=t,i=o)?plausible(a,{props:n}):(plausible(a,{props:n,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){r||(r=!0,window.location=i.href)}}d.addEventListener("click",p),d.addEventListener("auxclick",p);var u=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],g=f.getAttribute("file-types"),m=f.getAttribute("add-file-types"),h=g&&g.split(",")||m&&m.split(",").concat(u)||u}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,c=window.location,d=window.document,f=d.getElementById("plausible"),v=f.getAttribute("data-api")||(e=f.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function g(e){console.warn("Ignoring Event: "+e)}function a(e,t){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(e){}var i=f&&f.getAttribute("data-include"),a=f&&f.getAttribute("data-exclude");if("pageview"===e){var n=!i||i&&i.split(",").some(l),r=a&&a.split(",").some(l);if(!n||r)return g("exclusion rule")}function l(e){var t=c.pathname;return(t+=c.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=e,o.u=c.href,o.d=f.getAttribute("data-domain"),o.r=d.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var p=f.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),u=o.p||{};p.forEach(function(e){var t=e.replace("event-",""),i=f.getAttribute(e);u[t]=u[t]||i}),o.p=u,o.h=1;var s=new XMLHttpRequest;s.open("POST",v,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(o)),s.onreadystatechange=function(){4===s.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,l=0;l<n.length;l++)a.apply(this,n[l]);function o(){r=c.pathname,a("pageview")}window.addEventListener("hashchange",o),"prerender"===d.visibilityState?d.addEventListener("visibilitychange",function(){r||"visible"!==d.visibilityState||o()}):o();var u=1;function p(e){if("auxclick"!==e.type||e.button===u){var t,i,a,n,r,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target),o=l&&l.href&&l.href.split("?")[0];if(function(e){if(!e)return!1;var t=e.split(".").pop();return b.some(function(e){return e===t})}(o)){return n={url:o},r=!(a="File Download"),void(!function(e,t){if(!e.defaultPrevented){var i=!t.target||t.target.match(/^_(self|parent|top)$/i),a=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return i&&a}}(t=e,i=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:p}),setTimeout(p,5e3),t.preventDefault()))}}function p(){r||(r=!0,window.location=i.href)}}d.addEventListener("click",p),d.addEventListener("auxclick",p);var s=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],w=f.getAttribute("file-types"),m=f.getAttribute("add-file-types"),b=w&&w.split(",")||m&&m.split(",").concat(s)||s}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,s=window.location,f=window.document,d=f.getElementById("plausible"),g=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function v(t){console.warn("Ignoring Event: "+t)}function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return v("localStorage flag")}catch(t){}var r=d&&d.getAttribute("data-include"),a=d&&d.getAttribute("data-exclude");if("pageview"===t){var i=!r||r&&r.split(",").some(l),n=a&&a.split(",").some(l);if(!i||n)return v("exclusion rule")}function l(t){var e=s.pathname;return(e+=s.hash).match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=t,o.u=e&&e.u?e.u:s.href,o.d=d.getAttribute("data-domain"),o.r=f.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var p=d.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),u=o.p||{};p.forEach(function(t){var e=t.replace("event-",""),r=d.getAttribute(t);u[e]=u[e]||r}),o.p=u,o.h=1;var c=new XMLHttpRequest;c.open("POST",g,!0),c.setRequestHeader("Content-Type","text/plain"),c.send(JSON.stringify(o)),c.onreadystatechange=function(){4===c.readyState&&e&&e.callback&&e.callback()}}var i=window.plausible&&window.plausible.q||[];window.plausible=a;for(var n=0;n<i.length;n++)a.apply(this,i[n]);var u=1;function l(t){if("auxclick"!==t.type||t.button===u){var e,r,a,i,n,l=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),o=l&&l.href&&l.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return w.some(function(t){return t===e})}(o)){return i={url:o},n=!(a="File Download"),void(!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&a}}(e=t,r=l)?plausible(a,{props:i}):(plausible(a,{props:i,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){n||(n=!0,window.location=r.href)}}f.addEventListener("click",l),f.addEventListener("auxclick",l);var o=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],p=d.getAttribute("file-types"),c=d.getAttribute("add-file-types"),w=p&&p.split(",")||c&&c.split(",").concat(o)||o}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,s=window.location,f=window.document,d=f.getElementById("plausible"),g=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function v(t){console.warn("Ignoring Event: "+t)}function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return v("localStorage flag")}catch(t){}var r=d&&d.getAttribute("data-include"),a=d&&d.getAttribute("data-exclude");if("pageview"===t){var n=!r||r&&r.split(",").some(o),i=a&&a.split(",").some(o);if(!n||i)return v("exclusion rule")}function o(t){var e=s.pathname;return(e+=s.hash).match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var l={};l.n=t,l.u=e&&e.u?e.u:s.href,l.d=d.getAttribute("data-domain"),l.r=f.referrer||null,l.w=window.innerWidth,e&&e.meta&&(l.m=JSON.stringify(e.meta)),e&&e.props&&(l.p=e.props);var u=d.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),p=l.p||{};u.forEach(function(t){var e=t.replace("event-",""),r=d.getAttribute(t);p[e]=p[e]||r}),l.p=p,l.h=1;var c=new XMLHttpRequest;c.open("POST",g,!0),c.setRequestHeader("Content-Type","text/plain"),c.send(JSON.stringify(l)),c.onreadystatechange=function(){4===c.readyState&&e&&e.callback&&e.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var i=0;i<n.length;i++)a.apply(this,n[i]);var o=1;function l(t){if("auxclick"!==t.type||t.button===o){var e,r=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),a=r&&r.href&&r.href.split("?")[0];if((e=r)&&e.href&&e.host&&e.host!==s.host)return u(t,r,"Outbound Link: Click",{url:r.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return m.some(function(t){return t===e})}(a))return u(t,r,"File Download",{url:a})}}function u(t,e,r,a){var n=!1;function i(){n||(n=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&a}}(t,e)?plausible(r,{props:a}):(plausible(r,{props:a,callback:i}),setTimeout(i,5e3),t.preventDefault())}f.addEventListener("click",l),f.addEventListener("auxclick",l);var p=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],c=d.getAttribute("file-types"),w=d.getAttribute("add-file-types"),m=c&&c.split(",")||w&&w.split(",").concat(p)||p}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,c=window.location,f=window.document,d=f.getElementById("plausible"),v=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function g(t){console.warn("Ignoring Event: "+t)}function r(t,e){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(t){}var i=d&&d.getAttribute("data-include"),r=d&&d.getAttribute("data-exclude");if("pageview"===t){var n=!i||i&&i.split(",").some(o),a=r&&r.split(",").some(o);if(!n||a)return g("exclusion rule")}function o(t){var e=c.pathname;return(e+=c.hash).match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var l={};l.n=t,l.u=c.href,l.d=d.getAttribute("data-domain"),l.r=f.referrer||null,l.w=window.innerWidth,e&&e.meta&&(l.m=JSON.stringify(e.meta)),e&&e.props&&(l.p=e.props);var p=d.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),u=l.p||{};p.forEach(function(t){var e=t.replace("event-",""),i=d.getAttribute(t);u[e]=u[e]||i}),l.p=u,l.h=1;var s=new XMLHttpRequest;s.open("POST",v,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(l)),s.onreadystatechange=function(){4===s.readyState&&e&&e.callback&&e.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=r;for(var a,o=0;o<n.length;o++)r.apply(this,n[o]);function l(){a=c.pathname,r("pageview")}window.addEventListener("hashchange",l),"prerender"===f.visibilityState?f.addEventListener("visibilitychange",function(){a||"visible"!==f.visibilityState||l()}):l();var p=1;function u(t){if("auxclick"!==t.type||t.button===p){var e,i=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),r=i&&i.href&&i.href.split("?")[0];if((e=i)&&e.href&&e.host&&e.host!==c.host)return s(t,i,"Outbound Link: Click",{url:i.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return b.some(function(t){return t===e})}(r))return s(t,i,"File Download",{url:r})}}function s(t,e,i,r){var n=!1;function a(){n||(n=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),r=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&r}}(t,e)?plausible(i,{props:r}):(plausible(i,{props:r,callback:a}),setTimeout(a,5e3),t.preventDefault())}f.addEventListener("click",u),f.addEventListener("auxclick",u);var w=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],h=d.getAttribute("file-types"),m=d.getAttribute("add-file-types"),b=h&&h.split(",")||m&&m.split(",").concat(w)||w}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,c=window.location,f=window.document,d=f.getElementById("plausible"),w=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function g(t){console.warn("Ignoring Event: "+t)}function a(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(c.hostname)||"file:"===c.protocol)return g("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(t){}var r=d&&d.getAttribute("data-include"),a=d&&d.getAttribute("data-exclude");if("pageview"===t){var i=!r||r&&r.split(",").some(s),n=a&&a.split(",").some(s);if(!i||n)return g("exclusion rule")}var o={};o.n=t,o.u=e&&e.u?e.u:c.href,o.d=d.getAttribute("data-domain"),o.r=f.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=d.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),p=o.p||{};l.forEach(function(t){var e=t.replace("event-",""),r=d.getAttribute(t);p[e]=p[e]||r}),o.p=p,o.h=1;var u=new XMLHttpRequest;u.open("POST",w,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(JSON.stringify(o)),u.onreadystatechange=function(){4===u.readyState&&e&&e.callback&&e.callback()}}function s(t){var e=c.pathname;return(e+=c.hash).match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var i=window.plausible&&window.plausible.q||[];window.plausible=a;for(var n=0;n<i.length;n++)a.apply(this,i[n]);var u=1;function o(t){if("auxclick"!==t.type||t.button===u){var e,r,a,i,n,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),l=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return v.some(function(t){return t===e})}(l)){return i={url:l},n=!(a="File Download"),void(!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&a}}(e=t,r=o)?plausible(a,{props:i}):(plausible(a,{props:i,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){n||(n=!0,window.location=r.href)}}f.addEventListener("click",o),f.addEventListener("auxclick",o);var l=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],p=d.getAttribute("file-types"),s=d.getAttribute("add-file-types"),v=p&&p.split(",")||s&&s.split(",").concat(l)||l}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,c=window.location,f=window.document,d=f.getElementById("plausible"),w=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function g(t){console.warn("Ignoring Event: "+t)}function i(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(c.hostname)||"file:"===c.protocol)return g("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(t){}var r=d&&d.getAttribute("data-include"),i=d&&d.getAttribute("data-exclude");if("pageview"===t){var n=!r||r&&r.split(",").some(s),a=i&&i.split(",").some(s);if(!n||a)return g("exclusion rule")}var o={};o.n=t,o.u=e&&e.u?e.u:c.href,o.d=d.getAttribute("data-domain"),o.r=f.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=d.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),u=o.p||{};l.forEach(function(t){var e=t.replace("event-",""),r=d.getAttribute(t);u[e]=u[e]||r}),o.p=u,o.h=1;var p=new XMLHttpRequest;p.open("POST",w,!0),p.setRequestHeader("Content-Type","text/plain"),p.send(JSON.stringify(o)),p.onreadystatechange=function(){4===p.readyState&&e&&e.callback&&e.callback()}}function s(t){var e=c.pathname;return(e+=c.hash).match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=i;for(var a=0;a<n.length;a++)i.apply(this,n[a]);var o=1;function l(t){if("auxclick"!==t.type||t.button===o){var e,r=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),i=r&&r.href&&r.href.split("?")[0];if((e=r)&&e.href&&e.host&&e.host!==c.host)return u(t,r,"Outbound Link: Click",{url:r.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return h.some(function(t){return t===e})}(i))return u(t,r,"File Download",{url:i})}}function u(t,e,r,i){var n=!1;function a(){n||(n=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),i=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&i}}(t,e)?plausible(r,{props:i}):(plausible(r,{props:i,callback:a}),setTimeout(a,5e3),t.preventDefault())}f.addEventListener("click",l),f.addEventListener("auxclick",l);var p=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],s=d.getAttribute("file-types"),v=d.getAttribute("add-file-types"),h=s&&s.split(",")||v&&v.split(",").concat(p)||p}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,c=window.location,f=window.document,d=f.getElementById("plausible"),v=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function w(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(c.hostname)||"file:"===c.protocol)return w("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return w("localStorage flag")}catch(t){}var i=d&&d.getAttribute("data-include"),n=d&&d.getAttribute("data-exclude");if("pageview"===t){var r=!i||i&&i.split(",").some(u),a=n&&n.split(",").some(u);if(!r||a)return w("exclusion rule")}var o={};o.n=t,o.u=c.href,o.d=d.getAttribute("data-domain"),o.r=f.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=d.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),p=o.p||{};l.forEach(function(t){var e=t.replace("event-",""),i=d.getAttribute(t);p[e]=p[e]||i}),o.p=p,o.h=1;var s=new XMLHttpRequest;s.open("POST",v,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(o)),s.onreadystatechange=function(){4===s.readyState&&e&&e.callback&&e.callback()}}function u(t){var e=c.pathname;return(e+=c.hash).match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var r=window.plausible&&window.plausible.q||[];window.plausible=n;for(var a,o=0;o<r.length;o++)n.apply(this,r[o]);function l(){a=c.pathname,n("pageview")}window.addEventListener("hashchange",l),"prerender"===f.visibilityState?f.addEventListener("visibilitychange",function(){a||"visible"!==f.visibilityState||l()}):l();var p=1;function s(t){if("auxclick"!==t.type||t.button===p){var e,i=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=i&&i.href&&i.href.split("?")[0];if((e=i)&&e.href&&e.host&&e.host!==c.host)return u(t,i,"Outbound Link: Click",{url:i.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return b.some(function(t){return t===e})}(n))return u(t,i,"File Download",{url:n})}}function u(t,e,i,n){var r=!1;function a(){r||(r=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&n}}(t,e)?plausible(i,{props:n}):(plausible(i,{props:n,callback:a}),setTimeout(a,5e3),t.preventDefault())}f.addEventListener("click",s),f.addEventListener("auxclick",s);var g=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],h=d.getAttribute("file-types"),m=d.getAttribute("add-file-types"),b=h&&h.split(",")||m&&m.split(",").concat(g)||g}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,c=window.location,d=window.document,f=d.getElementById("plausible"),v=f.getAttribute("data-api")||(t=f.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function w(t){console.warn("Ignoring Event: "+t)}function a(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(c.hostname)||"file:"===c.protocol)return w("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return w("localStorage flag")}catch(t){}var i=f&&f.getAttribute("data-include"),a=f&&f.getAttribute("data-exclude");if("pageview"===t){var n=!i||i&&i.split(",").some(u),r=a&&a.split(",").some(u);if(!n||r)return w("exclusion rule")}var o={};o.n=t,o.u=c.href,o.d=f.getAttribute("data-domain"),o.r=d.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var p=f.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),l=o.p||{};p.forEach(function(t){var e=t.replace("event-",""),i=f.getAttribute(t);l[e]=l[e]||i}),o.p=l;var s=new XMLHttpRequest;s.open("POST",v,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(o)),s.onreadystatechange=function(){4===s.readyState&&e&&e.callback&&e.callback()}}function u(t){return c.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,o=0;o<n.length;o++)a.apply(this,n[o]);function p(){r!==c.pathname&&(r=c.pathname,a("pageview"))}var l,s=window.history;s.pushState&&(l=s.pushState,s.pushState=function(){l.apply(this,arguments),p()},window.addEventListener("popstate",p)),"prerender"===d.visibilityState?d.addEventListener("visibilitychange",function(){r||"visible"!==d.visibilityState||p()}):p();var u=1;function g(t){if("auxclick"!==t.type||t.button===u){var e,i,a,n,r,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),p=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return y.some(function(t){return t===e})}(p)){return n={url:p},r=!(a="File Download"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&a}}(e=t,i=o)?plausible(a,{props:n}):(plausible(a,{props:n,callback:l}),setTimeout(l,5e3),e.preventDefault()))}}function l(){r||(r=!0,window.location=i.href)}}d.addEventListener("click",g),d.addEventListener("auxclick",g);var m=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],h=f.getAttribute("file-types"),b=f.getAttribute("add-file-types"),y=h&&h.split(",")||b&&b.split(",").concat(m)||m}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,c=window.location,d=window.document,f=d.getElementById("plausible"),v=f.getAttribute("data-api")||(t=f.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function g(t){console.warn("Ignoring Event: "+t)}function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(t){}var i=f&&f.getAttribute("data-include"),a=f&&f.getAttribute("data-exclude");if("pageview"===t){var n=!i||i&&i.split(",").some(p),r=a&&a.split(",").some(p);if(!n||r)return g("exclusion rule")}function p(t){return c.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=t,o.u=c.href,o.d=f.getAttribute("data-domain"),o.r=d.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=f.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),u=o.p||{};l.forEach(function(t){var e=t.replace("event-",""),i=f.getAttribute(t);u[e]=u[e]||i}),o.p=u;var s=new XMLHttpRequest;s.open("POST",v,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(o)),s.onreadystatechange=function(){4===s.readyState&&e&&e.callback&&e.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,p=0;p<n.length;p++)a.apply(this,n[p]);function o(){r!==c.pathname&&(r=c.pathname,a("pageview"))}var l,u=window.history;u.pushState&&(l=u.pushState,u.pushState=function(){l.apply(this,arguments),o()},window.addEventListener("popstate",o)),"prerender"===d.visibilityState?d.addEventListener("visibilitychange",function(){r||"visible"!==d.visibilityState||o()}):o();var s=1;function w(t){if("auxclick"!==t.type||t.button===s){var e,i,a,n,r,p=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),o=p&&p.href&&p.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return y.some(function(t){return t===e})}(o)){return n={url:o},r=!(a="File Download"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&a}}(e=t,i=p)?plausible(a,{props:n}):(plausible(a,{props:n,callback:l}),setTimeout(l,5e3),e.preventDefault()))}}function l(){r||(r=!0,window.location=i.href)}}d.addEventListener("click",w),d.addEventListener("auxclick",w);var m=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],b=f.getAttribute("file-types"),h=f.getAttribute("add-file-types"),y=b&&b.split(",")||h&&h.split(",").concat(m)||m}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,s=window.location,f=window.document,d=f.getElementById("plausible"),g=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function v(t){console.warn("Ignoring Event: "+t)}function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return v("localStorage flag")}catch(t){}var r=d&&d.getAttribute("data-include"),a=d&&d.getAttribute("data-exclude");if("pageview"===t){var i=!r||r&&r.split(",").some(l),n=a&&a.split(",").some(l);if(!i||n)return v("exclusion rule")}function l(t){return s.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=t,o.u=e&&e.u?e.u:s.href,o.d=d.getAttribute("data-domain"),o.r=f.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var p=d.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),u=o.p||{};p.forEach(function(t){var e=t.replace("event-",""),r=d.getAttribute(t);u[e]=u[e]||r}),o.p=u;var c=new XMLHttpRequest;c.open("POST",g,!0),c.setRequestHeader("Content-Type","text/plain"),c.send(JSON.stringify(o)),c.onreadystatechange=function(){4===c.readyState&&e&&e.callback&&e.callback()}}var i=window.plausible&&window.plausible.q||[];window.plausible=a;for(var n=0;n<i.length;n++)a.apply(this,i[n]);var u=1;function l(t){if("auxclick"!==t.type||t.button===u){var e,r,a,i,n,l=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),o=l&&l.href&&l.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return w.some(function(t){return t===e})}(o)){return i={url:o},n=!(a="File Download"),void(!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&a}}(e=t,r=l)?plausible(a,{props:i}):(plausible(a,{props:i,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){n||(n=!0,window.location=r.href)}}f.addEventListener("click",l),f.addEventListener("auxclick",l);var o=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],p=d.getAttribute("file-types"),c=d.getAttribute("add-file-types"),w=p&&p.split(",")||c&&c.split(",").concat(o)||o}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,s=window.location,f=window.document,d=f.getElementById("plausible"),g=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function v(t){console.warn("Ignoring Event: "+t)}function n(t,e){try{if("true"===window.localStorage.plausible_ignore)return v("localStorage flag")}catch(t){}var r=d&&d.getAttribute("data-include"),n=d&&d.getAttribute("data-exclude");if("pageview"===t){var a=!r||r&&r.split(",").some(o),i=n&&n.split(",").some(o);if(!a||i)return v("exclusion rule")}function o(t){return s.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var l={};l.n=t,l.u=e&&e.u?e.u:s.href,l.d=d.getAttribute("data-domain"),l.r=f.referrer||null,l.w=window.innerWidth,e&&e.meta&&(l.m=JSON.stringify(e.meta)),e&&e.props&&(l.p=e.props);var u=d.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),p=l.p||{};u.forEach(function(t){var e=t.replace("event-",""),r=d.getAttribute(t);p[e]=p[e]||r}),l.p=p;var c=new XMLHttpRequest;c.open("POST",g,!0),c.setRequestHeader("Content-Type","text/plain"),c.send(JSON.stringify(l)),c.onreadystatechange=function(){4===c.readyState&&e&&e.callback&&e.callback()}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var i=0;i<a.length;i++)n.apply(this,a[i]);var o=1;function l(t){if("auxclick"!==t.type||t.button===o){var e,r=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=r&&r.href&&r.href.split("?")[0];if((e=r)&&e.href&&e.host&&e.host!==s.host)return u(t,r,"Outbound Link: Click",{url:r.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return m.some(function(t){return t===e})}(n))return u(t,r,"File Download",{url:n})}}function u(t,e,r,n){var a=!1;function i(){a||(a=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&n}}(t,e)?plausible(r,{props:n}):(plausible(r,{props:n,callback:i}),setTimeout(i,5e3),t.preventDefault())}f.addEventListener("click",l),f.addEventListener("auxclick",l);var p=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],c=d.getAttribute("file-types"),w=d.getAttribute("add-file-types"),m=c&&c.split(",")||w&&w.split(",").concat(p)||p}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,c=window.location,f=window.document,d=f.getElementById("plausible"),v=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function g(t){console.warn("Ignoring Event: "+t)}function n(t,e){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(t){}var i=d&&d.getAttribute("data-include"),n=d&&d.getAttribute("data-exclude");if("pageview"===t){var a=!i||i&&i.split(",").some(o),r=n&&n.split(",").some(o);if(!a||r)return g("exclusion rule")}function o(t){return c.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var p={};p.n=t,p.u=c.href,p.d=d.getAttribute("data-domain"),p.r=f.referrer||null,p.w=window.innerWidth,e&&e.meta&&(p.m=JSON.stringify(e.meta)),e&&e.props&&(p.p=e.props);var l=d.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),u=p.p||{};l.forEach(function(t){var e=t.replace("event-",""),i=d.getAttribute(t);u[e]=u[e]||i}),p.p=u;var s=new XMLHttpRequest;s.open("POST",v,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(p)),s.onreadystatechange=function(){4===s.readyState&&e&&e.callback&&e.callback()}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,o=0;o<a.length;o++)n.apply(this,a[o]);function p(){r!==c.pathname&&(r=c.pathname,n("pageview"))}var l,u=window.history;u.pushState&&(l=u.pushState,u.pushState=function(){l.apply(this,arguments),p()},window.addEventListener("popstate",p)),"prerender"===f.visibilityState?f.addEventListener("visibilitychange",function(){r||"visible"!==f.visibilityState||p()}):p();var s=1;function w(t){if("auxclick"!==t.type||t.button===s){var e,i=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=i&&i.href&&i.href.split("?")[0];if((e=i)&&e.href&&e.host&&e.host!==c.host)return h(t,i,"Outbound Link: Click",{url:i.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return x.some(function(t){return t===e})}(n))return h(t,i,"File Download",{url:n})}}function h(t,e,i,n){var a=!1;function r(){a||(a=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&n}}(t,e)?plausible(i,{props:n}):(plausible(i,{props:n,callback:r}),setTimeout(r,5e3),t.preventDefault())}f.addEventListener("click",w),f.addEventListener("auxclick",w);var m=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],b=d.getAttribute("file-types"),y=d.getAttribute("add-file-types"),x=b&&b.split(",")||y&&y.split(",").concat(m)||m}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,s=window.location,f=window.document,d=f.getElementById("plausible"),w=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function g(t){console.warn("Ignoring Event: "+t)}function i(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(s.hostname)||"file:"===s.protocol)return g("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(t){}var r=d&&d.getAttribute("data-include"),i=d&&d.getAttribute("data-exclude");if("pageview"===t){var a=!r||r&&r.split(",").some(c),n=i&&i.split(",").some(c);if(!a||n)return g("exclusion rule")}var o={};o.n=t,o.u=e&&e.u?e.u:s.href,o.d=d.getAttribute("data-domain"),o.r=f.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=d.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),p=o.p||{};l.forEach(function(t){var e=t.replace("event-",""),r=d.getAttribute(t);p[e]=p[e]||r}),o.p=p;var u=new XMLHttpRequest;u.open("POST",w,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(JSON.stringify(o)),u.onreadystatechange=function(){4===u.readyState&&e&&e.callback&&e.callback()}}function c(t){return s.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var a=window.plausible&&window.plausible.q||[];window.plausible=i;for(var n=0;n<a.length;n++)i.apply(this,a[n]);var u=1;function o(t){if("auxclick"!==t.type||t.button===u){var e,r,i,a,n,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),l=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return v.some(function(t){return t===e})}(l)){return a={url:l},n=!(i="File Download"),void(!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),i=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&i}}(e=t,r=o)?plausible(i,{props:a}):(plausible(i,{props:a,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){n||(n=!0,window.location=r.href)}}f.addEventListener("click",o),f.addEventListener("auxclick",o);var l=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],p=d.getAttribute("file-types"),c=d.getAttribute("add-file-types"),v=p&&p.split(",")||c&&c.split(",").concat(l)||l}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,c=window.location,f=window.document,d=f.getElementById("plausible"),w=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function g(t){console.warn("Ignoring Event: "+t)}function i(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(c.hostname)||"file:"===c.protocol)return g("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(t){}var r=d&&d.getAttribute("data-include"),i=d&&d.getAttribute("data-exclude");if("pageview"===t){var n=!r||r&&r.split(",").some(s),a=i&&i.split(",").some(s);if(!n||a)return g("exclusion rule")}var o={};o.n=t,o.u=e&&e.u?e.u:c.href,o.d=d.getAttribute("data-domain"),o.r=f.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=d.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),u=o.p||{};l.forEach(function(t){var e=t.replace("event-",""),r=d.getAttribute(t);u[e]=u[e]||r}),o.p=u;var p=new XMLHttpRequest;p.open("POST",w,!0),p.setRequestHeader("Content-Type","text/plain"),p.send(JSON.stringify(o)),p.onreadystatechange=function(){4===p.readyState&&e&&e.callback&&e.callback()}}function s(t){return c.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=i;for(var a=0;a<n.length;a++)i.apply(this,n[a]);var o=1;function l(t){if("auxclick"!==t.type||t.button===o){var e,r=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),i=r&&r.href&&r.href.split("?")[0];if((e=r)&&e.href&&e.host&&e.host!==c.host)return u(t,r,"Outbound Link: Click",{url:r.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return m.some(function(t){return t===e})}(i))return u(t,r,"File Download",{url:i})}}function u(t,e,r,i){var n=!1;function a(){n||(n=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),i=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&i}}(t,e)?plausible(r,{props:i}):(plausible(r,{props:i,callback:a}),setTimeout(a,5e3),t.preventDefault())}f.addEventListener("click",l),f.addEventListener("auxclick",l);var p=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],s=d.getAttribute("file-types"),v=d.getAttribute("add-file-types"),m=s&&s.split(",")||v&&v.split(",").concat(p)||p}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,c=window.location,f=window.document,d=f.getElementById("plausible"),v=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function w(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(c.hostname)||"file:"===c.protocol)return w("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return w("localStorage flag")}catch(t){}var i=d&&d.getAttribute("data-include"),n=d&&d.getAttribute("data-exclude");if("pageview"===t){var r=!i||i&&i.split(",").some(u),a=n&&n.split(",").some(u);if(!r||a)return w("exclusion rule")}var o={};o.n=t,o.u=c.href,o.d=d.getAttribute("data-domain"),o.r=f.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=d.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),p=o.p||{};l.forEach(function(t){var e=t.replace("event-",""),i=d.getAttribute(t);p[e]=p[e]||i}),o.p=p;var s=new XMLHttpRequest;s.open("POST",v,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(o)),s.onreadystatechange=function(){4===s.readyState&&e&&e.callback&&e.callback()}}function u(t){return c.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var r=window.plausible&&window.plausible.q||[];window.plausible=n;for(var a,o=0;o<r.length;o++)n.apply(this,r[o]);function l(){a!==c.pathname&&(a=c.pathname,n("pageview"))}var p,s=window.history;s.pushState&&(p=s.pushState,s.pushState=function(){p.apply(this,arguments),l()},window.addEventListener("popstate",l)),"prerender"===f.visibilityState?f.addEventListener("visibilitychange",function(){a||"visible"!==f.visibilityState||l()}):l();var u=1;function g(t){if("auxclick"!==t.type||t.button===u){var e,i=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=i&&i.href&&i.href.split("?")[0];if((e=i)&&e.href&&e.host&&e.host!==c.host)return h(t,i,"Outbound Link: Click",{url:i.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return x.some(function(t){return t===e})}(n))return h(t,i,"File Download",{url:n})}}function h(t,e,i,n){var r=!1;function a(){r||(r=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&n}}(t,e)?plausible(i,{props:n}):(plausible(i,{props:n,callback:a}),setTimeout(a,5e3),t.preventDefault())}f.addEventListener("click",g),f.addEventListener("auxclick",g);var m=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],b=d.getAttribute("file-types"),y=d.getAttribute("add-file-types"),x=b&&b.split(",")||y&&y.split(",").concat(m)||m}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,p=window.location,d=window.document,w=d.getElementById("plausible"),g=w.getAttribute("data-api")||(e=w.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function v(e){console.warn("Ignoring Event: "+e)}function n(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(p.hostname)||"file:"===p.protocol)return v("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return v("localStorage flag")}catch(e){}var i=w&&w.getAttribute("data-include"),n=w&&w.getAttribute("data-exclude");if("pageview"===e){var a=!i||i&&i.split(",").some(c),r=n&&n.split(",").some(c);if(!a||r)return v("exclusion rule")}var o={};o.n=e,o.u=p.href,o.d=w.getAttribute("data-domain"),o.r=d.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var l=w.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),s=o.p||{};l.forEach(function(e){var t=e.replace("event-",""),i=w.getAttribute(e);s[t]=s[t]||i}),o.p=s,o.h=1;var u=new XMLHttpRequest;u.open("POST",g,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(JSON.stringify(o)),u.onreadystatechange=function(){4===u.readyState&&t&&t.callback&&t.callback()}}function c(e){var t=p.pathname;return(t+=p.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,o=0;o<a.length;o++)n.apply(this,a[o]);function l(){r=p.pathname,n("pageview")}window.addEventListener("hashchange",l),"prerender"===d.visibilityState?d.addEventListener("visibilitychange",function(){r||"visible"!==d.visibilityState||l()}):l()}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,p=window.location,d=window.document,g=d.getElementById("plausible"),v=g.getAttribute("data-api")||(e=g.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function w(e){console.warn("Ignoring Event: "+e)}function n(e,t){try{if("true"===window.localStorage.plausible_ignore)return w("localStorage flag")}catch(e){}var i=g&&g.getAttribute("data-include"),n=g&&g.getAttribute("data-exclude");if("pageview"===e){var a=!i||i&&i.split(",").some(l),r=n&&n.split(",").some(l);if(!a||r)return w("exclusion rule")}function l(e){var t=p.pathname;return(t+=p.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=e,o.u=p.href,o.d=g.getAttribute("data-domain"),o.r=d.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var s=g.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),u=o.p||{};s.forEach(function(e){var t=e.replace("event-",""),i=g.getAttribute(e);u[t]=u[t]||i}),o.p=u,o.h=1;var c=new XMLHttpRequest;c.open("POST",v,!0),c.setRequestHeader("Content-Type","text/plain"),c.send(JSON.stringify(o)),c.onreadystatechange=function(){4===c.readyState&&t&&t.callback&&t.callback()}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,l=0;l<a.length;l++)n.apply(this,a[l]);function o(){r=p.pathname,n("pageview")}window.addEventListener("hashchange",o),"prerender"===d.visibilityState?d.addEventListener("visibilitychange",function(){r||"visible"!==d.visibilityState||o()}):o()}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,a,p=window.location,d=window.document,g=d.getElementById("plausible"),w=g.getAttribute("data-api")||(e=g.src.split("/"),t=e[0],a=e[2],t+"//"+a+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function n(e,t){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var a=g&&g.getAttribute("data-include"),n=g&&g.getAttribute("data-exclude");if("pageview"===e){var r=!a||a&&a.split(",").some(l),i=n&&n.split(",").some(l);if(!r||i)return f("exclusion rule")}function l(e){var t=p.pathname;return(t+=p.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=e,o.u=t&&t.u?t.u:p.href,o.d=g.getAttribute("data-domain"),o.r=d.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var u=g.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),s=o.p||{};u.forEach(function(e){var t=e.replace("event-",""),a=g.getAttribute(e);s[t]=s[t]||a}),o.p=s,o.h=1;var c=new XMLHttpRequest;c.open("POST",w,!0),c.setRequestHeader("Content-Type","text/plain"),c.send(JSON.stringify(o)),c.onreadystatechange=function(){4===c.readyState&&t&&t.callback&&t.callback()}}var r=window.plausible&&window.plausible.q||[];window.plausible=n;for(var i=0;i<r.length;i++)n.apply(this,r[i])}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,r,p=window.location,f=window.document,d=f.getElementById("plausible"),g=d.getAttribute("data-api")||(e=d.src.split("/"),t=e[0],r=e[2],t+"//"+r+"/api/event");function v(e){console.warn("Ignoring Event: "+e)}function a(e,t){try{if("true"===window.localStorage.plausible_ignore)return v("localStorage flag")}catch(e){}var r=d&&d.getAttribute("data-include"),a=d&&d.getAttribute("data-exclude");if("pageview"===e){var n=!r||r&&r.split(",").some(o),i=a&&a.split(",").some(o);if(!n||i)return v("exclusion rule")}function o(e){var t=p.pathname;return(t+=p.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var l={};l.n=e,l.u=t&&t.u?t.u:p.href,l.d=d.getAttribute("data-domain"),l.r=f.referrer||null,l.w=window.innerWidth,t&&t.meta&&(l.m=JSON.stringify(t.meta)),t&&t.props&&(l.p=t.props);var u=d.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),c=l.p||{};u.forEach(function(e){var t=e.replace("event-",""),r=d.getAttribute(e);c[t]=c[t]||r}),l.p=c,l.h=1;var s=new XMLHttpRequest;s.open("POST",g,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(l)),s.onreadystatechange=function(){4===s.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var i=0;i<n.length;i++)a.apply(this,n[i]);var s=1;function o(e){if("auxclick"!==e.type||e.button===s){var t,r,a,n,i,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==p.host){var u={url:l.href};return n=u,i=!(a="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var r=!t.target||t.target.match(/^_(self|parent|top)$/i),a=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return r&&a}}(t=e,r=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:c}),setTimeout(c,5e3),t.preventDefault()))}}function c(){i||(i=!0,window.location=r.href)}}f.addEventListener("click",o),f.addEventListener("auxclick",o)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,p=window.location,d=window.document,f=d.getElementById("plausible"),v=f.getAttribute("data-api")||(e=f.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function g(e){console.warn("Ignoring Event: "+e)}function a(e,t){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(e){}var i=f&&f.getAttribute("data-include"),a=f&&f.getAttribute("data-exclude");if("pageview"===e){var n=!i||i&&i.split(",").some(o),r=a&&a.split(",").some(o);if(!n||r)return g("exclusion rule")}function o(e){var t=p.pathname;return(t+=p.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var l={};l.n=e,l.u=p.href,l.d=f.getAttribute("data-domain"),l.r=d.referrer||null,l.w=window.innerWidth,t&&t.meta&&(l.m=JSON.stringify(t.meta)),t&&t.props&&(l.p=t.props);var u=f.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),c=l.p||{};u.forEach(function(e){var t=e.replace("event-",""),i=f.getAttribute(e);c[t]=c[t]||i}),l.p=c,l.h=1;var s=new XMLHttpRequest;s.open("POST",v,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(l)),s.onreadystatechange=function(){4===s.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,o=0;o<n.length;o++)a.apply(this,n[o]);function l(){r=p.pathname,a("pageview")}window.addEventListener("hashchange",l),"prerender"===d.visibilityState?d.addEventListener("visibilitychange",function(){r||"visible"!==d.visibilityState||l()}):l();var s=1;function u(e){if("auxclick"!==e.type||e.button===s){var t,i,a,n,r,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==p.host){var u={url:l.href};return n=u,r=!(a="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var i=!t.target||t.target.match(/^_(self|parent|top)$/i),a=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return i&&a}}(t=e,i=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:c}),setTimeout(c,5e3),t.preventDefault()))}}function c(){r||(r=!0,window.location=i.href)}}d.addEventListener("click",u),d.addEventListener("auxclick",u)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,n,p=window.location,w=window.document,d=w.getElementById("plausible"),g=d.getAttribute("data-api")||(e=d.src.split("/"),t=e[0],n=e[2],t+"//"+n+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function a(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(p.hostname)||"file:"===p.protocol)return f("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var n=d&&d.getAttribute("data-include"),a=d&&d.getAttribute("data-exclude");if("pageview"===e){var r=!n||n&&n.split(",").some(c),i=a&&a.split(",").some(c);if(!r||i)return f("exclusion rule")}var o={};o.n=e,o.u=t&&t.u?t.u:p.href,o.d=d.getAttribute("data-domain"),o.r=w.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var l=d.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),u=o.p||{};l.forEach(function(e){var t=e.replace("event-",""),n=d.getAttribute(e);u[t]=u[t]||n}),o.p=u,o.h=1;var s=new XMLHttpRequest;s.open("POST",g,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(o)),s.onreadystatechange=function(){4===s.readyState&&t&&t.callback&&t.callback()}}function c(e){var t=p.pathname;return(t+=p.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var r=window.plausible&&window.plausible.q||[];window.plausible=a;for(var i=0;i<r.length;i++)a.apply(this,r[i])}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,r,p=window.location,f=window.document,d=f.getElementById("plausible"),w=d.getAttribute("data-api")||(e=d.src.split("/"),t=e[0],r=e[2],t+"//"+r+"/api/event");function g(e){console.warn("Ignoring Event: "+e)}function a(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(p.hostname)||"file:"===p.protocol)return g("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(e){}var r=d&&d.getAttribute("data-include"),a=d&&d.getAttribute("data-exclude");if("pageview"===e){var n=!r||r&&r.split(",").some(s),i=a&&a.split(",").some(s);if(!n||i)return g("exclusion rule")}var o={};o.n=e,o.u=t&&t.u?t.u:p.href,o.d=d.getAttribute("data-domain"),o.r=f.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var l=d.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),u=o.p||{};l.forEach(function(e){var t=e.replace("event-",""),r=d.getAttribute(e);u[t]=u[t]||r}),o.p=u,o.h=1;var c=new XMLHttpRequest;c.open("POST",w,!0),c.setRequestHeader("Content-Type","text/plain"),c.send(JSON.stringify(o)),c.onreadystatechange=function(){4===c.readyState&&t&&t.callback&&t.callback()}}function s(e){var t=p.pathname;return(t+=p.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var i=0;i<n.length;i++)a.apply(this,n[i]);var s=1;function o(e){if("auxclick"!==e.type||e.button===s){var t,r,a,n,i,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==p.host){var u={url:l.href};return n=u,i=!(a="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var r=!t.target||t.target.match(/^_(self|parent|top)$/i),a=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return r&&a}}(t=e,r=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:c}),setTimeout(c,5e3),t.preventDefault()))}}function c(){i||(i=!0,window.location=r.href)}}f.addEventListener("click",o),f.addEventListener("auxclick",o)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,p=window.location,d=window.document,f=d.getElementById("plausible"),v=f.getAttribute("data-api")||(e=f.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function w(e){console.warn("Ignoring Event: "+e)}function n(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(p.hostname)||"file:"===p.protocol)return w("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return w("localStorage flag")}catch(e){}var i=f&&f.getAttribute("data-include"),n=f&&f.getAttribute("data-exclude");if("pageview"===e){var a=!i||i&&i.split(",").some(c),r=n&&n.split(",").some(c);if(!a||r)return w("exclusion rule")}var o={};o.n=e,o.u=p.href,o.d=f.getAttribute("data-domain"),o.r=d.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var l=f.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),s=o.p||{};l.forEach(function(e){var t=e.replace("event-",""),i=f.getAttribute(e);s[t]=s[t]||i}),o.p=s,o.h=1;var u=new XMLHttpRequest;u.open("POST",v,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(JSON.stringify(o)),u.onreadystatechange=function(){4===u.readyState&&t&&t.callback&&t.callback()}}function c(e){var t=p.pathname;return(t+=p.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,o=0;o<a.length;o++)n.apply(this,a[o]);function l(){r=p.pathname,n("pageview")}window.addEventListener("hashchange",l),"prerender"===d.visibilityState?d.addEventListener("visibilitychange",function(){r||"visible"!==d.visibilityState||l()}):l();var c=1;function s(e){if("auxclick"!==e.type||e.button===c){var t,i,n,a,r,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==p.host){var s={url:l.href};return a=s,r=!(n="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var i=!t.target||t.target.match(/^_(self|parent|top)$/i),n=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return i&&n}}(t=e,i=l)?plausible(n,{props:a}):(plausible(n,{props:a,callback:u}),setTimeout(u,5e3),t.preventDefault()))}}function u(){r||(r=!0,window.location=i.href)}}d.addEventListener("click",s),d.addEventListener("auxclick",s)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,c=window.location,d=window.document,w=d.getElementById("plausible"),g=w.getAttribute("data-api")||(t=w.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function f(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(c.hostname)||"file:"===c.protocol)return f("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(t){}var i=w&&w.getAttribute("data-include"),n=w&&w.getAttribute("data-exclude");if("pageview"===t){var a=!i||i&&i.split(",").some(u),r=n&&n.split(",").some(u);if(!a||r)return f("exclusion rule")}var o={};o.n=t,o.u=c.href,o.d=w.getAttribute("data-domain"),o.r=d.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=w.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),s=o.p||{};l.forEach(function(t){var e=t.replace("event-",""),i=w.getAttribute(t);s[e]=s[e]||i}),o.p=s;var p=new XMLHttpRequest;p.open("POST",g,!0),p.setRequestHeader("Content-Type","text/plain"),p.send(JSON.stringify(o)),p.onreadystatechange=function(){4===p.readyState&&e&&e.callback&&e.callback()}}function u(t){return c.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,o=0;o<a.length;o++)n.apply(this,a[o]);function l(){r!==c.pathname&&(r=c.pathname,n("pageview"))}var s,p=window.history;p.pushState&&(s=p.pushState,p.pushState=function(){s.apply(this,arguments),l()},window.addEventListener("popstate",l)),"prerender"===d.visibilityState?d.addEventListener("visibilitychange",function(){r||"visible"!==d.visibilityState||l()}):l()}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,c=window.location,d=window.document,g=d.getElementById("plausible"),w=g.getAttribute("data-api")||(t=g.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function v(t){console.warn("Ignoring Event: "+t)}function n(t,e){try{if("true"===window.localStorage.plausible_ignore)return v("localStorage flag")}catch(t){}var i=g&&g.getAttribute("data-include"),n=g&&g.getAttribute("data-exclude");if("pageview"===t){var a=!i||i&&i.split(",").some(l),r=n&&n.split(",").some(l);if(!a||r)return v("exclusion rule")}function l(t){return c.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=t,o.u=c.href,o.d=g.getAttribute("data-domain"),o.r=d.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var s=g.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),p=o.p||{};s.forEach(function(t){var e=t.replace("event-",""),i=g.getAttribute(t);p[e]=p[e]||i}),o.p=p;var u=new XMLHttpRequest;u.open("POST",w,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(JSON.stringify(o)),u.onreadystatechange=function(){4===u.readyState&&e&&e.callback&&e.callback()}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,l=0;l<a.length;l++)n.apply(this,a[l]);function o(){r!==c.pathname&&(r=c.pathname,n("pageview"))}var s,p=window.history;p.pushState&&(s=p.pushState,p.pushState=function(){s.apply(this,arguments),o()},window.addEventListener("popstate",o)),"prerender"===d.visibilityState?d.addEventListener("visibilitychange",function(){r||"visible"!==d.visibilityState||o()}):o()}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,n,s=window.location,d=window.document,g=d.getElementById("plausible"),w=g.getAttribute("data-api")||(e=g.src.split("/"),t=e[0],n=e[2],t+"//"+n+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function a(e,t){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var n=g&&g.getAttribute("data-include"),a=g&&g.getAttribute("data-exclude");if("pageview"===e){var r=!n||n&&n.split(",").some(l),i=a&&a.split(",").some(l);if(!r||i)return f("exclusion rule")}function l(e){return s.pathname.match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=e,o.u=t&&t.u?t.u:s.href,o.d=g.getAttribute("data-domain"),o.r=d.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var u=g.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),c=o.p||{};u.forEach(function(e){var t=e.replace("event-",""),n=g.getAttribute(e);c[t]=c[t]||n}),o.p=c;var p=new XMLHttpRequest;p.open("POST",w,!0),p.setRequestHeader("Content-Type","text/plain"),p.send(JSON.stringify(o)),p.onreadystatechange=function(){4===p.readyState&&t&&t.callback&&t.callback()}}var r=window.plausible&&window.plausible.q||[];window.plausible=a;for(var i=0;i<r.length;i++)a.apply(this,r[i])}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,r,p=window.location,f=window.document,d=f.getElementById("plausible"),g=d.getAttribute("data-api")||(e=d.src.split("/"),t=e[0],r=e[2],t+"//"+r+"/api/event");function v(e){console.warn("Ignoring Event: "+e)}function a(e,t){try{if("true"===window.localStorage.plausible_ignore)return v("localStorage flag")}catch(e){}var r=d&&d.getAttribute("data-include"),a=d&&d.getAttribute("data-exclude");if("pageview"===e){var n=!r||r&&r.split(",").some(o),i=a&&a.split(",").some(o);if(!n||i)return v("exclusion rule")}function o(e){return p.pathname.match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var l={};l.n=e,l.u=t&&t.u?t.u:p.href,l.d=d.getAttribute("data-domain"),l.r=f.referrer||null,l.w=window.innerWidth,t&&t.meta&&(l.m=JSON.stringify(t.meta)),t&&t.props&&(l.p=t.props);var u=d.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),c=l.p||{};u.forEach(function(e){var t=e.replace("event-",""),r=d.getAttribute(e);c[t]=c[t]||r}),l.p=c;var s=new XMLHttpRequest;s.open("POST",g,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(l)),s.onreadystatechange=function(){4===s.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var i=0;i<n.length;i++)a.apply(this,n[i]);var s=1;function o(e){if("auxclick"!==e.type||e.button===s){var t,r,a,n,i,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==p.host){var u={url:l.href};return n=u,i=!(a="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var r=!t.target||t.target.match(/^_(self|parent|top)$/i),a=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return r&&a}}(t=e,r=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:c}),setTimeout(c,5e3),t.preventDefault()))}}function c(){i||(i=!0,window.location=r.href)}}f.addEventListener("click",o),f.addEventListener("auxclick",o)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,c=window.location,d=window.document,f=d.getElementById("plausible"),v=f.getAttribute("data-api")||(t=f.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function g(t){console.warn("Ignoring Event: "+t)}function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(t){}var i=f&&f.getAttribute("data-include"),a=f&&f.getAttribute("data-exclude");if("pageview"===t){var n=!i||i&&i.split(",").some(o),r=a&&a.split(",").some(o);if(!n||r)return g("exclusion rule")}function o(t){return c.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var l={};l.n=t,l.u=c.href,l.d=f.getAttribute("data-domain"),l.r=d.referrer||null,l.w=window.innerWidth,e&&e.meta&&(l.m=JSON.stringify(e.meta)),e&&e.props&&(l.p=e.props);var u=f.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),s=l.p||{};u.forEach(function(t){var e=t.replace("event-",""),i=f.getAttribute(t);s[e]=s[e]||i}),l.p=s;var p=new XMLHttpRequest;p.open("POST",v,!0),p.setRequestHeader("Content-Type","text/plain"),p.send(JSON.stringify(l)),p.onreadystatechange=function(){4===p.readyState&&e&&e.callback&&e.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,o=0;o<n.length;o++)a.apply(this,n[o]);function l(){r!==c.pathname&&(r=c.pathname,a("pageview"))}var u,s=window.history;s.pushState&&(u=s.pushState,s.pushState=function(){u.apply(this,arguments),l()},window.addEventListener("popstate",l)),"prerender"===d.visibilityState?d.addEventListener("visibilitychange",function(){r||"visible"!==d.visibilityState||l()}):l();var p=1;function h(t){if("auxclick"!==t.type||t.button===p){var e,i,a,n,r,o,l=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==c.host){var u={url:l.href};return n=u,r=!(a="Outbound Link: Click"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&a}}(e=t,i=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:s}),setTimeout(s,5e3),e.preventDefault()))}}function s(){r||(r=!0,window.location=i.href)}}d.addEventListener("click",h),d.addEventListener("auxclick",h)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,n,p=window.location,w=window.document,d=w.getElementById("plausible"),g=d.getAttribute("data-api")||(e=d.src.split("/"),t=e[0],n=e[2],t+"//"+n+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function a(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(p.hostname)||"file:"===p.protocol)return f("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var n=d&&d.getAttribute("data-include"),a=d&&d.getAttribute("data-exclude");if("pageview"===e){var r=!n||n&&n.split(",").some(c),i=a&&a.split(",").some(c);if(!r||i)return f("exclusion rule")}var o={};o.n=e,o.u=t&&t.u?t.u:p.href,o.d=d.getAttribute("data-domain"),o.r=w.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var l=d.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),u=o.p||{};l.forEach(function(e){var t=e.replace("event-",""),n=d.getAttribute(e);u[t]=u[t]||n}),o.p=u;var s=new XMLHttpRequest;s.open("POST",g,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(o)),s.onreadystatechange=function(){4===s.readyState&&t&&t.callback&&t.callback()}}function c(e){return p.pathname.match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var r=window.plausible&&window.plausible.q||[];window.plausible=a;for(var i=0;i<r.length;i++)a.apply(this,r[i])}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,r,p=window.location,f=window.document,d=f.getElementById("plausible"),w=d.getAttribute("data-api")||(e=d.src.split("/"),t=e[0],r=e[2],t+"//"+r+"/api/event");function g(e){console.warn("Ignoring Event: "+e)}function a(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(p.hostname)||"file:"===p.protocol)return g("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(e){}var r=d&&d.getAttribute("data-include"),a=d&&d.getAttribute("data-exclude");if("pageview"===e){var n=!r||r&&r.split(",").some(s),i=a&&a.split(",").some(s);if(!n||i)return g("exclusion rule")}var o={};o.n=e,o.u=t&&t.u?t.u:p.href,o.d=d.getAttribute("data-domain"),o.r=f.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var l=d.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),u=o.p||{};l.forEach(function(e){var t=e.replace("event-",""),r=d.getAttribute(e);u[t]=u[t]||r}),o.p=u;var c=new XMLHttpRequest;c.open("POST",w,!0),c.setRequestHeader("Content-Type","text/plain"),c.send(JSON.stringify(o)),c.onreadystatechange=function(){4===c.readyState&&t&&t.callback&&t.callback()}}function s(e){return p.pathname.match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var i=0;i<n.length;i++)a.apply(this,n[i]);var s=1;function o(e){if("auxclick"!==e.type||e.button===s){var t,r,a,n,i,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==p.host){var u={url:l.href};return n=u,i=!(a="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var r=!t.target||t.target.match(/^_(self|parent|top)$/i),a=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return r&&a}}(t=e,r=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:c}),setTimeout(c,5e3),t.preventDefault()))}}function c(){i||(i=!0,window.location=r.href)}}f.addEventListener("click",o),f.addEventListener("auxclick",o)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,c=window.location,d=window.document,f=d.getElementById("plausible"),w=f.getAttribute("data-api")||(t=f.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function v(t){console.warn("Ignoring Event: "+t)}function a(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(c.hostname)||"file:"===c.protocol)return v("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return v("localStorage flag")}catch(t){}var i=f&&f.getAttribute("data-include"),a=f&&f.getAttribute("data-exclude");if("pageview"===t){var n=!i||i&&i.split(",").some(p),r=a&&a.split(",").some(p);if(!n||r)return v("exclusion rule")}var o={};o.n=t,o.u=c.href,o.d=f.getAttribute("data-domain"),o.r=d.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=f.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),s=o.p||{};l.forEach(function(t){var e=t.replace("event-",""),i=f.getAttribute(t);s[e]=s[e]||i}),o.p=s;var u=new XMLHttpRequest;u.open("POST",w,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(JSON.stringify(o)),u.onreadystatechange=function(){4===u.readyState&&e&&e.callback&&e.callback()}}function p(t){return c.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,o=0;o<n.length;o++)a.apply(this,n[o]);function l(){r!==c.pathname&&(r=c.pathname,a("pageview"))}var s,u=window.history;u.pushState&&(s=u.pushState,u.pushState=function(){s.apply(this,arguments),l()},window.addEventListener("popstate",l)),"prerender"===d.visibilityState?d.addEventListener("visibilitychange",function(){r||"visible"!==d.visibilityState||l()}):l();var p=1;function h(t){if("auxclick"!==t.type||t.button===p){var e,i,a,n,r,o,l=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==c.host){var s={url:l.href};return n=s,r=!(a="Outbound Link: Click"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&a}}(e=t,i=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:u}),setTimeout(u,5e3),e.preventDefault()))}}function u(){r||(r=!0,window.location=i.href)}}d.addEventListener("click",h),d.addEventListener("auxclick",h)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,o=window.location,l=window.document,p=l.getElementById("plausible"),s=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function c(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(o.hostname)||"file:"===o.protocol)return c("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return c("localStorage flag")}catch(t){}var i={};i.n=t,i.u=o.href,i.d=p.getAttribute("data-domain"),i.r=l.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var n=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),a=i.p||{};n.forEach(function(t){var e=t.replace("event-",""),i=p.getAttribute(t);a[e]=a[e]||i}),i.p=a,i.h=1;var r=new XMLHttpRequest;r.open("POST",s,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(i)),r.onreadystatechange=function(){4===r.readyState&&e&&e.callback&&e.callback()}}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,u=0;u<a.length;u++)n.apply(this,a[u]);function d(){r=o.pathname,n("pageview")}window.addEventListener("hashchange",d),"prerender"===l.visibilityState?l.addEventListener("visibilitychange",function(){r||"visible"!==l.visibilityState||d()}):d();var f=1;function v(t){if("auxclick"!==t.type||t.button===f){var e,i,n,a,r,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),l=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return m.some(function(t){return t===e})}(l)){return a={url:l},r=!(n="File Download"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&n}}(e=t,i=o)?plausible(n,{props:a}):(plausible(n,{props:a,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){r||(r=!0,window.location=i.href)}}l.addEventListener("click",v),l.addEventListener("auxclick",v);var w=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],g=p.getAttribute("file-types"),h=p.getAttribute("add-file-types"),m=g&&g.split(",")||h&&h.split(",").concat(w)||w}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,o=window.location,l=window.document,p=l.getElementById("plausible"),s=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function n(t,e){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(t){}var i={};i.n=t,i.u=o.href,i.d=p.getAttribute("data-domain"),i.r=l.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var n=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),a=i.p||{};n.forEach(function(t){var e=t.replace("event-",""),i=p.getAttribute(t);a[e]=a[e]||i}),i.p=a,i.h=1;var r=new XMLHttpRequest;r.open("POST",s,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(i)),r.onreadystatechange=function(){4===r.readyState&&e&&e.callback&&e.callback()}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,u=0;u<a.length;u++)n.apply(this,a[u]);function c(){r=o.pathname,n("pageview")}window.addEventListener("hashchange",c),"prerender"===l.visibilityState?l.addEventListener("visibilitychange",function(){r||"visible"!==l.visibilityState||c()}):c();var d=1;function f(t){if("auxclick"!==t.type||t.button===d){var e,i,n,a,r,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),l=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return b.some(function(t){return t===e})}(l)){return a={url:l},r=!(n="File Download"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&n}}(e=t,i=o)?plausible(n,{props:a}):(plausible(n,{props:a,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){r||(r=!0,window.location=i.href)}}l.addEventListener("click",f),l.addEventListener("auxclick",f);var v=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],g=p.getAttribute("file-types"),w=p.getAttribute("add-file-types"),b=g&&g.split(",")||w&&w.split(",").concat(v)||v}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,o=window.location,l=window.document,p=l.getElementById("plausible"),u=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(t){}var r={};r.n=t,r.u=e&&e.u?e.u:o.href,r.d=p.getAttribute("data-domain"),r.r=l.referrer||null,r.w=window.innerWidth,e&&e.meta&&(r.m=JSON.stringify(e.meta)),e&&e.props&&(r.p=e.props);var a=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),i=r.p||{};a.forEach(function(t){var e=t.replace("event-",""),r=p.getAttribute(t);i[e]=i[e]||r}),r.p=i,r.h=1;var n=new XMLHttpRequest;n.open("POST",u,!0),n.setRequestHeader("Content-Type","text/plain"),n.send(JSON.stringify(r)),n.onreadystatechange=function(){4===n.readyState&&e&&e.callback&&e.callback()}}var i=window.plausible&&window.plausible.q||[];window.plausible=a;for(var n=0;n<i.length;n++)a.apply(this,i[n]);var c=1;function s(t){if("auxclick"!==t.type||t.button===c){var e,r,a,i,n,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),l=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return g.some(function(t){return t===e})}(l)){return i={url:l},n=!(a="File Download"),void(!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&a}}(e=t,r=o)?plausible(a,{props:i}):(plausible(a,{props:i,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){n||(n=!0,window.location=r.href)}}l.addEventListener("click",s),l.addEventListener("auxclick",s);var f=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],d=p.getAttribute("file-types"),v=p.getAttribute("add-file-types"),g=d&&d.split(",")||v&&v.split(",").concat(f)||f}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,o=window.location,l=window.document,p=l.getElementById("plausible"),u=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function n(t,e){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(t){}var r={};r.n=t,r.u=e&&e.u?e.u:o.href,r.d=p.getAttribute("data-domain"),r.r=l.referrer||null,r.w=window.innerWidth,e&&e.meta&&(r.m=JSON.stringify(e.meta)),e&&e.props&&(r.p=e.props);var n=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),i=r.p||{};n.forEach(function(t){var e=t.replace("event-",""),r=p.getAttribute(t);i[e]=i[e]||r}),r.p=i,r.h=1;var a=new XMLHttpRequest;a.open("POST",u,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(JSON.stringify(r)),a.onreadystatechange=function(){4===a.readyState&&e&&e.callback&&e.callback()}}var i=window.plausible&&window.plausible.q||[];window.plausible=n;for(var a=0;a<i.length;a++)n.apply(this,i[a]);var c=1;function s(t){if("auxclick"!==t.type||t.button===c){var e,r=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=r&&r.href&&r.href.split("?")[0];if((e=r)&&e.href&&e.host&&e.host!==o.host)return f(t,r,"Outbound Link: Click",{url:r.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return w.some(function(t){return t===e})}(n))return f(t,r,"File Download",{url:n})}}function f(t,e,r,n){var i=!1;function a(){i||(i=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&n}}(t,e)?plausible(r,{props:n}):(plausible(r,{props:n,callback:a}),setTimeout(a,5e3),t.preventDefault())}l.addEventListener("click",s),l.addEventListener("auxclick",s);var d=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],v=p.getAttribute("file-types"),g=p.getAttribute("add-file-types"),w=v&&v.split(",")||g&&g.split(",").concat(d)||d}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,o=window.location,l=window.document,p=l.getElementById("plausible"),u=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function n(t,e){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(t){}var i={};i.n=t,i.u=o.href,i.d=p.getAttribute("data-domain"),i.r=l.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var n=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),r=i.p||{};n.forEach(function(t){var e=t.replace("event-",""),i=p.getAttribute(t);r[e]=r[e]||i}),i.p=r,i.h=1;var a=new XMLHttpRequest;a.open("POST",u,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(JSON.stringify(i)),a.onreadystatechange=function(){4===a.readyState&&e&&e.callback&&e.callback()}}var r=window.plausible&&window.plausible.q||[];window.plausible=n;for(var a,s=0;s<r.length;s++)n.apply(this,r[s]);function c(){a=o.pathname,n("pageview")}window.addEventListener("hashchange",c),"prerender"===l.visibilityState?l.addEventListener("visibilitychange",function(){a||"visible"!==l.visibilityState||c()}):c();var f=1;function d(t){if("auxclick"!==t.type||t.button===f){var e,i=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=i&&i.href&&i.href.split("?")[0];if((e=i)&&e.href&&e.host&&e.host!==o.host)return v(t,i,"Outbound Link: Click",{url:i.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return b.some(function(t){return t===e})}(n))return v(t,i,"File Download",{url:n})}}function v(t,e,i,n){var r=!1;function a(){r||(r=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&n}}(t,e)?plausible(i,{props:n}):(plausible(i,{props:n,callback:a}),setTimeout(a,5e3),t.preventDefault())}l.addEventListener("click",d),l.addEventListener("auxclick",d);var g=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],w=p.getAttribute("file-types"),h=p.getAttribute("add-file-types"),b=w&&w.split(",")||h&&h.split(",").concat(g)||g}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,o=window.location,l=window.document,p=l.getElementById("plausible"),u=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function s(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(o.hostname)||"file:"===o.protocol)return s("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return s("localStorage flag")}catch(t){}var r={};r.n=t,r.u=e&&e.u?e.u:o.href,r.d=p.getAttribute("data-domain"),r.r=l.referrer||null,r.w=window.innerWidth,e&&e.meta&&(r.m=JSON.stringify(e.meta)),e&&e.props&&(r.p=e.props);var n=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),i=r.p||{};n.forEach(function(t){var e=t.replace("event-",""),r=p.getAttribute(t);i[e]=i[e]||r}),r.p=i,r.h=1;var a=new XMLHttpRequest;a.open("POST",u,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(JSON.stringify(r)),a.onreadystatechange=function(){4===a.readyState&&e&&e.callback&&e.callback()}}}var i=window.plausible&&window.plausible.q||[];window.plausible=n;for(var a=0;a<i.length;a++)n.apply(this,i[a]);var c=1;function f(t){if("auxclick"!==t.type||t.button===c){var e,r,n,i,a,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),l=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return g.some(function(t){return t===e})}(l)){return i={url:l},a=!(n="File Download"),void(!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&n}}(e=t,r=o)?plausible(n,{props:i}):(plausible(n,{props:i,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){a||(a=!0,window.location=r.href)}}l.addEventListener("click",f),l.addEventListener("auxclick",f);var d=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],w=p.getAttribute("file-types"),v=p.getAttribute("add-file-types"),g=w&&w.split(",")||v&&v.split(",").concat(d)||d}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,o=window.location,l=window.document,p=l.getElementById("plausible"),u=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function s(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(o.hostname)||"file:"===o.protocol)return s("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return s("localStorage flag")}catch(t){}var r={};r.n=t,r.u=e&&e.u?e.u:o.href,r.d=p.getAttribute("data-domain"),r.r=l.referrer||null,r.w=window.innerWidth,e&&e.meta&&(r.m=JSON.stringify(e.meta)),e&&e.props&&(r.p=e.props);var n=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),i=r.p||{};n.forEach(function(t){var e=t.replace("event-",""),r=p.getAttribute(t);i[e]=i[e]||r}),r.p=i,r.h=1;var a=new XMLHttpRequest;a.open("POST",u,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(JSON.stringify(r)),a.onreadystatechange=function(){4===a.readyState&&e&&e.callback&&e.callback()}}}var i=window.plausible&&window.plausible.q||[];window.plausible=n;for(var a=0;a<i.length;a++)n.apply(this,i[a]);var c=1;function f(t){if("auxclick"!==t.type||t.button===c){var e,r=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=r&&r.href&&r.href.split("?")[0];if((e=r)&&e.href&&e.host&&e.host!==o.host)return d(t,r,"Outbound Link: Click",{url:r.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return h.some(function(t){return t===e})}(n))return d(t,r,"File Download",{url:n})}}function d(t,e,r,n){var i=!1;function a(){i||(i=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&n}}(t,e)?plausible(r,{props:n}):(plausible(r,{props:n,callback:a}),setTimeout(a,5e3),t.preventDefault())}l.addEventListener("click",f),l.addEventListener("auxclick",f);var w=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],v=p.getAttribute("file-types"),g=p.getAttribute("add-file-types"),h=v&&v.split(",")||g&&g.split(",").concat(w)||w}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,o=window.location,l=window.document,p=l.getElementById("plausible"),s=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function u(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(o.hostname)||"file:"===o.protocol)return u("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return u("localStorage flag")}catch(t){}var i={};i.n=t,i.u=o.href,i.d=p.getAttribute("data-domain"),i.r=l.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var n=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),r=i.p||{};n.forEach(function(t){var e=t.replace("event-",""),i=p.getAttribute(t);r[e]=r[e]||i}),i.p=r,i.h=1;var a=new XMLHttpRequest;a.open("POST",s,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(JSON.stringify(i)),a.onreadystatechange=function(){4===a.readyState&&e&&e.callback&&e.callback()}}}var r=window.plausible&&window.plausible.q||[];window.plausible=n;for(var a,c=0;c<r.length;c++)n.apply(this,r[c]);function f(){a=o.pathname,n("pageview")}window.addEventListener("hashchange",f),"prerender"===l.visibilityState?l.addEventListener("visibilitychange",function(){a||"visible"!==l.visibilityState||f()}):f();var d=1;function v(t){if("auxclick"!==t.type||t.button===d){var e,i=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=i&&i.href&&i.href.split("?")[0];if((e=i)&&e.href&&e.host&&e.host!==o.host)return w(t,i,"Outbound Link: Click",{url:i.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return m.some(function(t){return t===e})}(n))return w(t,i,"File Download",{url:n})}}function w(t,e,i,n){var r=!1;function a(){r||(r=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&n}}(t,e)?plausible(i,{props:n}):(plausible(i,{props:n,callback:a}),setTimeout(a,5e3),t.preventDefault())}l.addEventListener("click",v),l.addEventListener("auxclick",v);var g=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],h=p.getAttribute("file-types"),b=p.getAttribute("add-file-types"),m=h&&h.split(",")||b&&b.split(",").concat(g)||g}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,o=window.location,p=window.document,l=p.getElementById("plausible"),s=l.getAttribute("data-api")||(t=l.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function u(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(o.hostname)||"file:"===o.protocol)return u("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return u("localStorage flag")}catch(t){}var i={};i.n=t,i.u=o.href,i.d=l.getAttribute("data-domain"),i.r=p.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var n=l.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),a=i.p||{};n.forEach(function(t){var e=t.replace("event-",""),i=l.getAttribute(t);a[e]=a[e]||i}),i.p=a;var r=new XMLHttpRequest;r.open("POST",s,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(i)),r.onreadystatechange=function(){4===r.readyState&&e&&e.callback&&e.callback()}}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,c=0;c<a.length;c++)n.apply(this,a[c]);function d(){r!==o.pathname&&(r=o.pathname,n("pageview"))}var f,w=window.history;w.pushState&&(f=w.pushState,w.pushState=function(){f.apply(this,arguments),d()},window.addEventListener("popstate",d)),"prerender"===p.visibilityState?p.addEventListener("visibilitychange",function(){r||"visible"!==p.visibilityState||d()}):d();var v=1;function g(t){if("auxclick"!==t.type||t.button===v){var e,i,n,a,r,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),p=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return y.some(function(t){return t===e})}(p)){return a={url:p},r=!(n="File Download"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&n}}(e=t,i=o)?plausible(n,{props:a}):(plausible(n,{props:a,callback:l}),setTimeout(l,5e3),e.preventDefault()))}}function l(){r||(r=!0,window.location=i.href)}}p.addEventListener("click",g),p.addEventListener("auxclick",g);var h=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],m=l.getAttribute("file-types"),b=l.getAttribute("add-file-types"),y=m&&m.split(",")||b&&b.split(",").concat(h)||h}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,o=window.location,p=window.document,l=p.getElementById("plausible"),s=l.getAttribute("data-api")||(t=l.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(t){}var i={};i.n=t,i.u=o.href,i.d=l.getAttribute("data-domain"),i.r=p.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var a=l.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),n=i.p||{};a.forEach(function(t){var e=t.replace("event-",""),i=l.getAttribute(t);n[e]=n[e]||i}),i.p=n;var r=new XMLHttpRequest;r.open("POST",s,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(i)),r.onreadystatechange=function(){4===r.readyState&&e&&e.callback&&e.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,u=0;u<n.length;u++)a.apply(this,n[u]);function c(){r!==o.pathname&&(r=o.pathname,a("pageview"))}var d,f=window.history;f.pushState&&(d=f.pushState,f.pushState=function(){d.apply(this,arguments),c()},window.addEventListener("popstate",c)),"prerender"===p.visibilityState?p.addEventListener("visibilitychange",function(){r||"visible"!==p.visibilityState||c()}):c();var v=1;function w(t){if("auxclick"!==t.type||t.button===v){var e,i,a,n,r,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),p=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return h.some(function(t){return t===e})}(p)){return n={url:p},r=!(a="File Download"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&a}}(e=t,i=o)?plausible(a,{props:n}):(plausible(a,{props:n,callback:l}),setTimeout(l,5e3),e.preventDefault()))}}function l(){r||(r=!0,window.location=i.href)}}p.addEventListener("click",w),p.addEventListener("auxclick",w);var g=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],b=l.getAttribute("file-types"),m=l.getAttribute("add-file-types"),h=b&&b.split(",")||m&&m.split(",").concat(g)||g}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,o=window.location,l=window.document,p=l.getElementById("plausible"),u=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(t){}var r={};r.n=t,r.u=e&&e.u?e.u:o.href,r.d=p.getAttribute("data-domain"),r.r=l.referrer||null,r.w=window.innerWidth,e&&e.meta&&(r.m=JSON.stringify(e.meta)),e&&e.props&&(r.p=e.props);var a=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),i=r.p||{};a.forEach(function(t){var e=t.replace("event-",""),r=p.getAttribute(t);i[e]=i[e]||r}),r.p=i;var n=new XMLHttpRequest;n.open("POST",u,!0),n.setRequestHeader("Content-Type","text/plain"),n.send(JSON.stringify(r)),n.onreadystatechange=function(){4===n.readyState&&e&&e.callback&&e.callback()}}var i=window.plausible&&window.plausible.q||[];window.plausible=a;for(var n=0;n<i.length;n++)a.apply(this,i[n]);var c=1;function s(t){if("auxclick"!==t.type||t.button===c){var e,r,a,i,n,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),l=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return g.some(function(t){return t===e})}(l)){return i={url:l},n=!(a="File Download"),void(!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&a}}(e=t,r=o)?plausible(a,{props:i}):(plausible(a,{props:i,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){n||(n=!0,window.location=r.href)}}l.addEventListener("click",s),l.addEventListener("auxclick",s);var f=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],d=p.getAttribute("file-types"),v=p.getAttribute("add-file-types"),g=d&&d.split(",")||v&&v.split(",").concat(f)||f}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,o=window.location,l=window.document,p=l.getElementById("plausible"),u=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function n(t,e){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(t){}var r={};r.n=t,r.u=e&&e.u?e.u:o.href,r.d=p.getAttribute("data-domain"),r.r=l.referrer||null,r.w=window.innerWidth,e&&e.meta&&(r.m=JSON.stringify(e.meta)),e&&e.props&&(r.p=e.props);var n=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),i=r.p||{};n.forEach(function(t){var e=t.replace("event-",""),r=p.getAttribute(t);i[e]=i[e]||r}),r.p=i;var a=new XMLHttpRequest;a.open("POST",u,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(JSON.stringify(r)),a.onreadystatechange=function(){4===a.readyState&&e&&e.callback&&e.callback()}}var i=window.plausible&&window.plausible.q||[];window.plausible=n;for(var a=0;a<i.length;a++)n.apply(this,i[a]);var c=1;function s(t){if("auxclick"!==t.type||t.button===c){var e,r=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=r&&r.href&&r.href.split("?")[0];if((e=r)&&e.href&&e.host&&e.host!==o.host)return f(t,r,"Outbound Link: Click",{url:r.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return w.some(function(t){return t===e})}(n))return f(t,r,"File Download",{url:n})}}function f(t,e,r,n){var i=!1;function a(){i||(i=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&n}}(t,e)?plausible(r,{props:n}):(plausible(r,{props:n,callback:a}),setTimeout(a,5e3),t.preventDefault())}l.addEventListener("click",s),l.addEventListener("auxclick",s);var d=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],v=p.getAttribute("file-types"),g=p.getAttribute("add-file-types"),w=v&&v.split(",")||g&&g.split(",").concat(d)||d}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,o=window.location,p=window.document,l=p.getElementById("plausible"),s=l.getAttribute("data-api")||(t=l.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function n(t,e){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(t){}var i={};i.n=t,i.u=o.href,i.d=l.getAttribute("data-domain"),i.r=p.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var n=l.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),a=i.p||{};n.forEach(function(t){var e=t.replace("event-",""),i=l.getAttribute(t);a[e]=a[e]||i}),i.p=a;var r=new XMLHttpRequest;r.open("POST",s,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(i)),r.onreadystatechange=function(){4===r.readyState&&e&&e.callback&&e.callback()}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,u=0;u<a.length;u++)n.apply(this,a[u]);function c(){r!==o.pathname&&(r=o.pathname,n("pageview"))}var f,d=window.history;d.pushState&&(f=d.pushState,d.pushState=function(){f.apply(this,arguments),c()},window.addEventListener("popstate",c)),"prerender"===p.visibilityState?p.addEventListener("visibilitychange",function(){r||"visible"!==p.visibilityState||c()}):c();var v=1;function w(t){if("auxclick"!==t.type||t.button===v){var e,i=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=i&&i.href&&i.href.split("?")[0];if((e=i)&&e.href&&e.host&&e.host!==o.host)return g(t,i,"Outbound Link: Click",{url:i.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return y.some(function(t){return t===e})}(n))return g(t,i,"File Download",{url:n})}}function g(t,e,i,n){var a=!1;function r(){a||(a=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&n}}(t,e)?plausible(i,{props:n}):(plausible(i,{props:n,callback:r}),setTimeout(r,5e3),t.preventDefault())}p.addEventListener("click",w),p.addEventListener("auxclick",w);var h=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],b=l.getAttribute("file-types"),m=l.getAttribute("add-file-types"),y=b&&b.split(",")||m&&m.split(",").concat(h)||h}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,o=window.location,l=window.document,p=l.getElementById("plausible"),u=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function s(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(o.hostname)||"file:"===o.protocol)return s("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return s("localStorage flag")}catch(t){}var r={};r.n=t,r.u=e&&e.u?e.u:o.href,r.d=p.getAttribute("data-domain"),r.r=l.referrer||null,r.w=window.innerWidth,e&&e.meta&&(r.m=JSON.stringify(e.meta)),e&&e.props&&(r.p=e.props);var n=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),i=r.p||{};n.forEach(function(t){var e=t.replace("event-",""),r=p.getAttribute(t);i[e]=i[e]||r}),r.p=i;var a=new XMLHttpRequest;a.open("POST",u,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(JSON.stringify(r)),a.onreadystatechange=function(){4===a.readyState&&e&&e.callback&&e.callback()}}}var i=window.plausible&&window.plausible.q||[];window.plausible=n;for(var a=0;a<i.length;a++)n.apply(this,i[a]);var c=1;function f(t){if("auxclick"!==t.type||t.button===c){var e,r,n,i,a,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),l=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return g.some(function(t){return t===e})}(l)){return i={url:l},a=!(n="File Download"),void(!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&n}}(e=t,r=o)?plausible(n,{props:i}):(plausible(n,{props:i,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){a||(a=!0,window.location=r.href)}}l.addEventListener("click",f),l.addEventListener("auxclick",f);var d=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],w=p.getAttribute("file-types"),v=p.getAttribute("add-file-types"),g=w&&w.split(",")||v&&v.split(",").concat(d)||d}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,o=window.location,l=window.document,p=l.getElementById("plausible"),u=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function s(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(o.hostname)||"file:"===o.protocol)return s("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return s("localStorage flag")}catch(t){}var r={};r.n=t,r.u=e&&e.u?e.u:o.href,r.d=p.getAttribute("data-domain"),r.r=l.referrer||null,r.w=window.innerWidth,e&&e.meta&&(r.m=JSON.stringify(e.meta)),e&&e.props&&(r.p=e.props);var n=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),i=r.p||{};n.forEach(function(t){var e=t.replace("event-",""),r=p.getAttribute(t);i[e]=i[e]||r}),r.p=i;var a=new XMLHttpRequest;a.open("POST",u,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(JSON.stringify(r)),a.onreadystatechange=function(){4===a.readyState&&e&&e.callback&&e.callback()}}}var i=window.plausible&&window.plausible.q||[];window.plausible=n;for(var a=0;a<i.length;a++)n.apply(this,i[a]);var c=1;function f(t){if("auxclick"!==t.type||t.button===c){var e,r=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=r&&r.href&&r.href.split("?")[0];if((e=r)&&e.href&&e.host&&e.host!==o.host)return d(t,r,"Outbound Link: Click",{url:r.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return h.some(function(t){return t===e})}(n))return d(t,r,"File Download",{url:n})}}function d(t,e,r,n){var i=!1;function a(){i||(i=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&n}}(t,e)?plausible(r,{props:n}):(plausible(r,{props:n,callback:a}),setTimeout(a,5e3),t.preventDefault())}l.addEventListener("click",f),l.addEventListener("auxclick",f);var w=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],v=p.getAttribute("file-types"),g=p.getAttribute("add-file-types"),h=v&&v.split(",")||g&&g.split(",").concat(w)||w}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,o=window.location,l=window.document,p=l.getElementById("plausible"),s=p.getAttribute("data-api")||(t=p.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function u(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(o.hostname)||"file:"===o.protocol)return u("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return u("localStorage flag")}catch(t){}var i={};i.n=t,i.u=o.href,i.d=p.getAttribute("data-domain"),i.r=l.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var n=p.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),r=i.p||{};n.forEach(function(t){var e=t.replace("event-",""),i=p.getAttribute(t);r[e]=r[e]||i}),i.p=r;var a=new XMLHttpRequest;a.open("POST",s,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(JSON.stringify(i)),a.onreadystatechange=function(){4===a.readyState&&e&&e.callback&&e.callback()}}}var r=window.plausible&&window.plausible.q||[];window.plausible=n;for(var a,c=0;c<r.length;c++)n.apply(this,r[c]);function f(){a!==o.pathname&&(a=o.pathname,n("pageview"))}var d,w=window.history;w.pushState&&(d=w.pushState,w.pushState=function(){d.apply(this,arguments),f()},window.addEventListener("popstate",f)),"prerender"===l.visibilityState?l.addEventListener("visibilitychange",function(){a||"visible"!==l.visibilityState||f()}):f();var v=1;function h(t){if("auxclick"!==t.type||t.button===v){var e,i=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=i&&i.href&&i.href.split("?")[0];if((e=i)&&e.href&&e.host&&e.host!==o.host)return g(t,i,"Outbound Link: Click",{url:i.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return k.some(function(t){return t===e})}(n))return g(t,i,"File Download",{url:n})}}function g(t,e,i,n){var r=!1;function a(){r||(r=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&n}}(t,e)?plausible(i,{props:n}):(plausible(i,{props:n,callback:a}),setTimeout(a,5e3),t.preventDefault())}l.addEventListener("click",h),l.addEventListener("auxclick",h);var m=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],b=p.getAttribute("file-types"),y=p.getAttribute("add-file-types"),k=b&&b.split(",")||y&&y.split(",").concat(m)||m}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,n,o=window.location,l=window.document,s=l.getElementById("plausible"),c=s.getAttribute("data-api")||(t=s.src.split("/"),e=t[0],n=t[2],e+"//"+n+"/api/event");function d(t){console.warn("Ignoring Event: "+t)}function i(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(o.hostname)||"file:"===o.protocol)return d("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return d("localStorage flag")}catch(t){}var n={};n.n=t,n.u=o.href,n.d=s.getAttribute("data-domain"),n.r=l.referrer||null,n.w=window.innerWidth,e&&e.meta&&(n.m=JSON.stringify(e.meta)),e&&e.props&&(n.p=e.props);var i=s.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),a=n.p||{};i.forEach(function(t){var e=t.replace("event-",""),n=s.getAttribute(t);a[e]=a[e]||n}),n.p=a,n.h=1;var r=new XMLHttpRequest;r.open("POST",c,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(n)),r.onreadystatechange=function(){4===r.readyState&&e&&e.callback&&e.callback()}}}var a=window.plausible&&window.plausible.q||[];window.plausible=i;for(var r,w=0;w<a.length;w++)i.apply(this,a[w]);function p(){r=o.pathname,i("pageview")}window.addEventListener("hashchange",p),"prerender"===l.visibilityState?l.addEventListener("visibilitychange",function(){r||"visible"!==l.visibilityState||p()}):p()}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,o=window.location,l=window.document,s=l.getElementById("plausible"),u=s.getAttribute("data-api")||(e=s.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function n(e,t){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(e){}var i={};i.n=e,i.u=o.href,i.d=s.getAttribute("data-domain"),i.r=l.referrer||null,i.w=window.innerWidth,t&&t.meta&&(i.m=JSON.stringify(t.meta)),t&&t.props&&(i.p=t.props);var n=s.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),a=i.p||{};n.forEach(function(e){var t=e.replace("event-",""),i=s.getAttribute(e);a[t]=a[t]||i}),i.p=a,i.h=1;var r=new XMLHttpRequest;r.open("POST",u,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(i)),r.onreadystatechange=function(){4===r.readyState&&t&&t.callback&&t.callback()}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,c=0;c<a.length;c++)n.apply(this,a[c]);function d(){r=o.pathname,n("pageview")}window.addEventListener("hashchange",d),"prerender"===l.visibilityState?l.addEventListener("visibilitychange",function(){r||"visible"!==l.visibilityState||d()}):d()}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,n,o=window.location,l=window.document,u=l.getElementById("plausible"),s=u.getAttribute("data-api")||(t=u.src.split("/"),e=t[0],n=t[2],e+"//"+n+"/api/event");function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(t){}var n={};n.n=t,n.u=e&&e.u?e.u:o.href,n.d=u.getAttribute("data-domain"),n.r=l.referrer||null,n.w=window.innerWidth,e&&e.meta&&(n.m=JSON.stringify(e.meta)),e&&e.props&&(n.p=e.props);var a=u.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),r=n.p||{};a.forEach(function(t){var e=t.replace("event-",""),n=u.getAttribute(t);r[e]=r[e]||n}),n.p=r,n.h=1;var i=new XMLHttpRequest;i.open("POST",s,!0),i.setRequestHeader("Content-Type","text/plain"),i.send(JSON.stringify(n)),i.onreadystatechange=function(){4===i.readyState&&e&&e.callback&&e.callback()}}var r=window.plausible&&window.plausible.q||[];window.plausible=a;for(var i=0;i<r.length;i++)a.apply(this,r[i])}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,r,s=window.location,o=window.document,l=o.getElementById("plausible"),u=l.getAttribute("data-api")||(e=l.src.split("/"),t=e[0],r=e[2],t+"//"+r+"/api/event");function a(e,t){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(e){}var r={};r.n=e,r.u=t&&t.u?t.u:s.href,r.d=l.getAttribute("data-domain"),r.r=o.referrer||null,r.w=window.innerWidth,t&&t.meta&&(r.m=JSON.stringify(t.meta)),t&&t.props&&(r.p=t.props);var a=l.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),n=r.p||{};a.forEach(function(e){var t=e.replace("event-",""),r=l.getAttribute(e);n[t]=n[t]||r}),r.p=n,r.h=1;var i=new XMLHttpRequest;i.open("POST",u,!0),i.setRequestHeader("Content-Type","text/plain"),i.send(JSON.stringify(r)),i.onreadystatechange=function(){4===i.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var i=0;i<n.length;i++)a.apply(this,n[i]);var p=1;function c(e){if("auxclick"!==e.type||e.button===p){var t,r,a,n,i,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==s.host){var u={url:l.href};return n=u,i=!(a="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var r=!t.target||t.target.match(/^_(self|parent|top)$/i),a=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return r&&a}}(t=e,r=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:c}),setTimeout(c,5e3),t.preventDefault()))}}function c(){i||(i=!0,window.location=r.href)}}o.addEventListener("click",c),o.addEventListener("auxclick",c)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,c=window.location,o=window.document,l=o.getElementById("plausible"),s=l.getAttribute("data-api")||(e=l.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function n(e,t){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(e){}var i={};i.n=e,i.u=c.href,i.d=l.getAttribute("data-domain"),i.r=o.referrer||null,i.w=window.innerWidth,t&&t.meta&&(i.m=JSON.stringify(t.meta)),t&&t.props&&(i.p=t.props);var n=l.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),a=i.p||{};n.forEach(function(e){var t=e.replace("event-",""),i=l.getAttribute(e);a[t]=a[t]||i}),i.p=a,i.h=1;var r=new XMLHttpRequest;r.open("POST",s,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(i)),r.onreadystatechange=function(){4===r.readyState&&t&&t.callback&&t.callback()}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,u=0;u<a.length;u++)n.apply(this,a[u]);function p(){r=c.pathname,n("pageview")}window.addEventListener("hashchange",p),"prerender"===o.visibilityState?o.addEventListener("visibilitychange",function(){r||"visible"!==o.visibilityState||p()}):p();var d=1;function f(e){if("auxclick"!==e.type||e.button===d){var t,i,n,a,r,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==c.host){var s={url:l.href};return a=s,r=!(n="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var i=!t.target||t.target.match(/^_(self|parent|top)$/i),n=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return i&&n}}(t=e,i=l)?plausible(n,{props:a}):(plausible(n,{props:a,callback:u}),setTimeout(u,5e3),t.preventDefault()))}}function u(){r||(r=!0,window.location=i.href)}}o.addEventListener("click",f),o.addEventListener("auxclick",f)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,n,o=window.location,l=window.document,s=l.getElementById("plausible"),u=s.getAttribute("data-api")||(t=s.src.split("/"),e=t[0],n=t[2],e+"//"+n+"/api/event");function w(t){console.warn("Ignoring Event: "+t)}function a(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(o.hostname)||"file:"===o.protocol)return w("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return w("localStorage flag")}catch(t){}var n={};n.n=t,n.u=e&&e.u?e.u:o.href,n.d=s.getAttribute("data-domain"),n.r=l.referrer||null,n.w=window.innerWidth,e&&e.meta&&(n.m=JSON.stringify(e.meta)),e&&e.props&&(n.p=e.props);var a=s.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),i=n.p||{};a.forEach(function(t){var e=t.replace("event-",""),n=s.getAttribute(t);i[e]=i[e]||n}),n.p=i,n.h=1;var r=new XMLHttpRequest;r.open("POST",u,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(n)),r.onreadystatechange=function(){4===r.readyState&&e&&e.callback&&e.callback()}}}var i=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r=0;r<i.length;r++)a.apply(this,i[r])}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,n,s=window.location,o=window.document,l=o.getElementById("plausible"),u=l.getAttribute("data-api")||(t=l.src.split("/"),e=t[0],n=t[2],e+"//"+n+"/api/event");function c(t){console.warn("Ignoring Event: "+t)}function r(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(s.hostname)||"file:"===s.protocol)return c("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return c("localStorage flag")}catch(t){}var n={};n.n=t,n.u=e&&e.u?e.u:s.href,n.d=l.getAttribute("data-domain"),n.r=o.referrer||null,n.w=window.innerWidth,e&&e.meta&&(n.m=JSON.stringify(e.meta)),e&&e.props&&(n.p=e.props);var r=l.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),a=n.p||{};r.forEach(function(t){var e=t.replace("event-",""),n=l.getAttribute(t);a[e]=a[e]||n}),n.p=a,n.h=1;var i=new XMLHttpRequest;i.open("POST",u,!0),i.setRequestHeader("Content-Type","text/plain"),i.send(JSON.stringify(n)),i.onreadystatechange=function(){4===i.readyState&&e&&e.callback&&e.callback()}}}var a=window.plausible&&window.plausible.q||[];window.plausible=r;for(var i=0;i<a.length;i++)r.apply(this,a[i]);var p=1;function f(t){if("auxclick"!==t.type||t.button===p){var e,n,r,a,i,o,l=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==s.host){var u={url:l.href};return a=u,i=!(r="Outbound Link: Click"),void(!function(t,e){if(!t.defaultPrevented){var n=!e.target||e.target.match(/^_(self|parent|top)$/i),r=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return n&&r}}(e=t,n=l)?plausible(r,{props:a}):(plausible(r,{props:a,callback:c}),setTimeout(c,5e3),e.preventDefault()))}}function c(){i||(i=!0,window.location=n.href)}}o.addEventListener("click",f),o.addEventListener("auxclick",f)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,u=window.location,o=window.document,l=o.getElementById("plausible"),s=l.getAttribute("data-api")||(e=l.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function c(e){console.warn("Ignoring Event: "+e)}function n(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(u.hostname)||"file:"===u.protocol)return c("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return c("localStorage flag")}catch(e){}var i={};i.n=e,i.u=u.href,i.d=l.getAttribute("data-domain"),i.r=o.referrer||null,i.w=window.innerWidth,t&&t.meta&&(i.m=JSON.stringify(t.meta)),t&&t.props&&(i.p=t.props);var n=l.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),a=i.p||{};n.forEach(function(e){var t=e.replace("event-",""),i=l.getAttribute(e);a[t]=a[t]||i}),i.p=a,i.h=1;var r=new XMLHttpRequest;r.open("POST",s,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(i)),r.onreadystatechange=function(){4===r.readyState&&t&&t.callback&&t.callback()}}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,p=0;p<a.length;p++)n.apply(this,a[p]);function d(){r=u.pathname,n("pageview")}window.addEventListener("hashchange",d),"prerender"===o.visibilityState?o.addEventListener("visibilitychange",function(){r||"visible"!==o.visibilityState||d()}):d();var f=1;function w(e){if("auxclick"!==e.type||e.button===f){var t,i,n,a,r,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==u.host){var s={url:l.href};return a=s,r=!(n="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var i=!t.target||t.target.match(/^_(self|parent|top)$/i),n=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return i&&n}}(t=e,i=l)?plausible(n,{props:a}):(plausible(n,{props:a,callback:c}),setTimeout(c,5e3),t.preventDefault()))}}function c(){r||(r=!0,window.location=i.href)}}o.addEventListener("click",w),o.addEventListener("auxclick",w)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,o=window.location,l=window.document,s=l.getElementById("plausible"),p=s.getAttribute("data-api")||(t=s.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function u(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(o.hostname)||"file:"===o.protocol)return u("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return u("localStorage flag")}catch(t){}var i={};i.n=t,i.u=o.href,i.d=s.getAttribute("data-domain"),i.r=l.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var n=s.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),a=i.p||{};n.forEach(function(t){var e=t.replace("event-",""),i=s.getAttribute(t);a[e]=a[e]||i}),i.p=a;var r=new XMLHttpRequest;r.open("POST",p,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(i)),r.onreadystatechange=function(){4===r.readyState&&e&&e.callback&&e.callback()}}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,w=0;w<a.length;w++)n.apply(this,a[w]);function d(){r!==o.pathname&&(r=o.pathname,n("pageview"))}var c,f=window.history;f.pushState&&(c=f.pushState,f.pushState=function(){c.apply(this,arguments),d()},window.addEventListener("popstate",d)),"prerender"===l.visibilityState?l.addEventListener("visibilitychange",function(){r||"visible"!==l.visibilityState||d()}):d()}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,o=window.location,l=window.document,s=l.getElementById("plausible"),p=s.getAttribute("data-api")||(t=s.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function n(t,e){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(t){}var i={};i.n=t,i.u=o.href,i.d=s.getAttribute("data-domain"),i.r=l.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var n=s.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),a=i.p||{};n.forEach(function(t){var e=t.replace("event-",""),i=s.getAttribute(t);a[e]=a[e]||i}),i.p=a;var r=new XMLHttpRequest;r.open("POST",p,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(i)),r.onreadystatechange=function(){4===r.readyState&&e&&e.callback&&e.callback()}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,u=0;u<a.length;u++)n.apply(this,a[u]);function d(){r!==o.pathname&&(r=o.pathname,n("pageview"))}var c,w=window.history;w.pushState&&(c=w.pushState,w.pushState=function(){c.apply(this,arguments),d()},window.addEventListener("popstate",d)),"prerender"===l.visibilityState?l.addEventListener("visibilitychange",function(){r||"visible"!==l.visibilityState||d()}):d()}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,n,o=window.location,l=window.document,u=l.getElementById("plausible"),s=u.getAttribute("data-api")||(t=u.src.split("/"),e=t[0],n=t[2],e+"//"+n+"/api/event");function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(t){}var n={};n.n=t,n.u=e&&e.u?e.u:o.href,n.d=u.getAttribute("data-domain"),n.r=l.referrer||null,n.w=window.innerWidth,e&&e.meta&&(n.m=JSON.stringify(e.meta)),e&&e.props&&(n.p=e.props);var a=u.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),r=n.p||{};a.forEach(function(t){var e=t.replace("event-",""),n=u.getAttribute(t);r[e]=r[e]||n}),n.p=r;var i=new XMLHttpRequest;i.open("POST",s,!0),i.setRequestHeader("Content-Type","text/plain"),i.send(JSON.stringify(n)),i.onreadystatechange=function(){4===i.readyState&&e&&e.callback&&e.callback()}}var r=window.plausible&&window.plausible.q||[];window.plausible=a;for(var i=0;i<r.length;i++)a.apply(this,r[i])}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,r,s=window.location,o=window.document,l=o.getElementById("plausible"),u=l.getAttribute("data-api")||(e=l.src.split("/"),t=e[0],r=e[2],t+"//"+r+"/api/event");function a(e,t){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(e){}var r={};r.n=e,r.u=t&&t.u?t.u:s.href,r.d=l.getAttribute("data-domain"),r.r=o.referrer||null,r.w=window.innerWidth,t&&t.meta&&(r.m=JSON.stringify(t.meta)),t&&t.props&&(r.p=t.props);var a=l.getAttributeNames().filter(function(e){return"event-"===e.substring(0,6)}),n=r.p||{};a.forEach(function(e){var t=e.replace("event-",""),r=l.getAttribute(e);n[t]=n[t]||r}),r.p=n;var i=new XMLHttpRequest;i.open("POST",u,!0),i.setRequestHeader("Content-Type","text/plain"),i.send(JSON.stringify(r)),i.onreadystatechange=function(){4===i.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var i=0;i<n.length;i++)a.apply(this,n[i]);var p=1;function c(e){if("auxclick"!==e.type||e.button===p){var t,r,a,n,i,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==s.host){var u={url:l.href};return n=u,i=!(a="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var r=!t.target||t.target.match(/^_(self|parent|top)$/i),a=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return r&&a}}(t=e,r=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:c}),setTimeout(c,5e3),t.preventDefault()))}}function c(){i||(i=!0,window.location=r.href)}}o.addEventListener("click",c),o.addEventListener("auxclick",c)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,p=window.location,o=window.document,l=o.getElementById("plausible"),s=l.getAttribute("data-api")||(t=l.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return void console.warn("Ignoring Event: localStorage flag")}catch(t){}var i={};i.n=t,i.u=p.href,i.d=l.getAttribute("data-domain"),i.r=o.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var a=l.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),n=i.p||{};a.forEach(function(t){var e=t.replace("event-",""),i=l.getAttribute(t);n[e]=n[e]||i}),i.p=n;var r=new XMLHttpRequest;r.open("POST",s,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(i)),r.onreadystatechange=function(){4===r.readyState&&e&&e.callback&&e.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,u=0;u<n.length;u++)a.apply(this,n[u]);function c(){r!==p.pathname&&(r=p.pathname,a("pageview"))}var d,f=window.history;f.pushState&&(d=f.pushState,f.pushState=function(){d.apply(this,arguments),c()},window.addEventListener("popstate",c)),"prerender"===o.visibilityState?o.addEventListener("visibilitychange",function(){r||"visible"!==o.visibilityState||c()}):c();var v=1;function h(t){if("auxclick"!==t.type||t.button===v){var e,i,a,n,r,o,l=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==p.host){var s={url:l.href};return n=s,r=!(a="Outbound Link: Click"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&a}}(e=t,i=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:u}),setTimeout(u,5e3),e.preventDefault()))}}function u(){r||(r=!0,window.location=i.href)}}o.addEventListener("click",h),o.addEventListener("auxclick",h)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,n,o=window.location,l=window.document,s=l.getElementById("plausible"),u=s.getAttribute("data-api")||(t=s.src.split("/"),e=t[0],n=t[2],e+"//"+n+"/api/event");function w(t){console.warn("Ignoring Event: "+t)}function a(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(o.hostname)||"file:"===o.protocol)return w("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return w("localStorage flag")}catch(t){}var n={};n.n=t,n.u=e&&e.u?e.u:o.href,n.d=s.getAttribute("data-domain"),n.r=l.referrer||null,n.w=window.innerWidth,e&&e.meta&&(n.m=JSON.stringify(e.meta)),e&&e.props&&(n.p=e.props);var a=s.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),i=n.p||{};a.forEach(function(t){var e=t.replace("event-",""),n=s.getAttribute(t);i[e]=i[e]||n}),n.p=i;var r=new XMLHttpRequest;r.open("POST",u,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(n)),r.onreadystatechange=function(){4===r.readyState&&e&&e.callback&&e.callback()}}}var i=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r=0;r<i.length;r++)a.apply(this,i[r])}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,n,s=window.location,o=window.document,l=o.getElementById("plausible"),u=l.getAttribute("data-api")||(t=l.src.split("/"),e=t[0],n=t[2],e+"//"+n+"/api/event");function c(t){console.warn("Ignoring Event: "+t)}function r(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(s.hostname)||"file:"===s.protocol)return c("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return c("localStorage flag")}catch(t){}var n={};n.n=t,n.u=e&&e.u?e.u:s.href,n.d=l.getAttribute("data-domain"),n.r=o.referrer||null,n.w=window.innerWidth,e&&e.meta&&(n.m=JSON.stringify(e.meta)),e&&e.props&&(n.p=e.props);var r=l.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),a=n.p||{};r.forEach(function(t){var e=t.replace("event-",""),n=l.getAttribute(t);a[e]=a[e]||n}),n.p=a;var i=new XMLHttpRequest;i.open("POST",u,!0),i.setRequestHeader("Content-Type","text/plain"),i.send(JSON.stringify(n)),i.onreadystatechange=function(){4===i.readyState&&e&&e.callback&&e.callback()}}}var a=window.plausible&&window.plausible.q||[];window.plausible=r;for(var i=0;i<a.length;i++)r.apply(this,a[i]);var p=1;function f(t){if("auxclick"!==t.type||t.button===p){var e,n,r,a,i,o,l=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==s.host){var u={url:l.href};return a=u,i=!(r="Outbound Link: Click"),void(!function(t,e){if(!t.defaultPrevented){var n=!e.target||e.target.match(/^_(self|parent|top)$/i),r=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return n&&r}}(e=t,n=l)?plausible(r,{props:a}):(plausible(r,{props:a,callback:c}),setTimeout(c,5e3),e.preventDefault()))}}function c(){i||(i=!0,window.location=n.href)}}o.addEventListener("click",f),o.addEventListener("auxclick",f)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,p=window.location,o=window.document,l=o.getElementById("plausible"),s=l.getAttribute("data-api")||(t=l.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function u(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(p.hostname)||"file:"===p.protocol)return u("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return u("localStorage flag")}catch(t){}var i={};i.n=t,i.u=p.href,i.d=l.getAttribute("data-domain"),i.r=o.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var n=l.getAttributeNames().filter(function(t){return"event-"===t.substring(0,6)}),a=i.p||{};n.forEach(function(t){var e=t.replace("event-",""),i=l.getAttribute(t);a[e]=a[e]||i}),i.p=a;var r=new XMLHttpRequest;r.open("POST",s,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(JSON.stringify(i)),r.onreadystatechange=function(){4===r.readyState&&e&&e.callback&&e.callback()}}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,c=0;c<a.length;c++)n.apply(this,a[c]);function d(){r!==p.pathname&&(r=p.pathname,n("pageview"))}var f,w=window.history;w.pushState&&(f=w.pushState,w.pushState=function(){f.apply(this,arguments),d()},window.addEventListener("popstate",d)),"prerender"===o.visibilityState?o.addEventListener("visibilitychange",function(){r||"visible"!==o.visibilityState||d()}):d();var h=1;function v(t){if("auxclick"!==t.type||t.button===h){var e,i,n,a,r,o,l=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==p.host){var s={url:l.href};return a=s,r=!(n="Outbound Link: Click"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&n}}(e=t,i=l)?plausible(n,{props:a}):(plausible(n,{props:a,callback:u}),setTimeout(u,5e3),e.preventDefault()))}}function u(){r||(r=!0,window.location=i.href)}}o.addEventListener("click",v),o.addEventListener("auxclick",v)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,s=window.location,c=window.document,u=c.getElementById("plausible"),d=u.getAttribute("data-api")||(e=u.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function a(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(s.hostname)||"file:"===s.protocol)return f("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var i=u&&u.getAttribute("data-include"),a=u&&u.getAttribute("data-exclude");if("pageview"===e){var n=!i||i&&i.split(",").some(p),r=a&&a.split(",").some(p);if(!n||r)return f("exclusion rule")}var o={};o.n=e,o.u=s.href,o.d=u.getAttribute("data-domain"),o.r=c.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props),o.h=1;var l=new XMLHttpRequest;l.open("POST",d,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&t&&t.callback&&t.callback()}}function p(e){var t=s.pathname;return(t+=s.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,o=0;o<n.length;o++)a.apply(this,n[o]);function l(){r=s.pathname,a("pageview")}window.addEventListener("hashchange",l),"prerender"===c.visibilityState?c.addEventListener("visibilitychange",function(){r||"visible"!==c.visibilityState||l()}):l();var w=1;function p(e){if("auxclick"!==e.type||e.button===w){var t,i,a,n,r,o=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target),l=o&&o.href&&o.href.split("?")[0];if(function(e){if(!e)return!1;var t=e.split(".").pop();return h.some(function(e){return e===t})}(l)){return n={url:l},r=!(a="File Download"),void(!function(e,t){if(!e.defaultPrevented){var i=!t.target||t.target.match(/^_(self|parent|top)$/i),a=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return i&&a}}(t=e,i=o)?plausible(a,{props:n}):(plausible(a,{props:n,callback:p}),setTimeout(p,5e3),t.preventDefault()))}}function p(){r||(r=!0,window.location=i.href)}}c.addEventListener("click",p),c.addEventListener("auxclick",p);var v=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],g=u.getAttribute("file-types"),m=u.getAttribute("add-file-types"),h=g&&g.split(",")||m&&m.split(",").concat(v)||v}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,s=window.location,u=window.document,c=u.getElementById("plausible"),d=c.getAttribute("data-api")||(e=c.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function a(e,t){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var i=c&&c.getAttribute("data-include"),a=c&&c.getAttribute("data-exclude");if("pageview"===e){var n=!i||i&&i.split(",").some(l),r=a&&a.split(",").some(l);if(!n||r)return f("exclusion rule")}function l(e){var t=s.pathname;return(t+=s.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=e,o.u=s.href,o.d=c.getAttribute("data-domain"),o.r=u.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props),o.h=1;var p=new XMLHttpRequest;p.open("POST",d,!0),p.setRequestHeader("Content-Type","text/plain"),p.send(JSON.stringify(o)),p.onreadystatechange=function(){4===p.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,l=0;l<n.length;l++)a.apply(this,n[l]);function o(){r=s.pathname,a("pageview")}window.addEventListener("hashchange",o),"prerender"===u.visibilityState?u.addEventListener("visibilitychange",function(){r||"visible"!==u.visibilityState||o()}):o();var v=1;function p(e){if("auxclick"!==e.type||e.button===v){var t,i,a,n,r,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target),o=l&&l.href&&l.href.split("?")[0];if(function(e){if(!e)return!1;var t=e.split(".").pop();return h.some(function(e){return e===t})}(o)){return n={url:o},r=!(a="File Download"),void(!function(e,t){if(!e.defaultPrevented){var i=!t.target||t.target.match(/^_(self|parent|top)$/i),a=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return i&&a}}(t=e,i=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:p}),setTimeout(p,5e3),t.preventDefault()))}}function p(){r||(r=!0,window.location=i.href)}}u.addEventListener("click",p),u.addEventListener("auxclick",p);var g=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],w=c.getAttribute("file-types"),m=c.getAttribute("add-file-types"),h=w&&w.split(",")||m&&m.split(",").concat(g)||g}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,a,u=window.location,c=window.document,s=c.getElementById("plausible"),d=s.getAttribute("data-api")||(e=s.src.split("/"),t=e[0],a=e[2],t+"//"+a+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function r(e,t){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var a=s&&s.getAttribute("data-include"),r=s&&s.getAttribute("data-exclude");if("pageview"===e){var i=!a||a&&a.split(",").some(l),n=r&&r.split(",").some(l);if(!i||n)return f("exclusion rule")}function l(e){var t=u.pathname;return(t+=u.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=e,o.u=t&&t.u?t.u:u.href,o.d=s.getAttribute("data-domain"),o.r=c.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props),o.h=1;var p=new XMLHttpRequest;p.open("POST",d,!0),p.setRequestHeader("Content-Type","text/plain"),p.send(JSON.stringify(o)),p.onreadystatechange=function(){4===p.readyState&&t&&t.callback&&t.callback()}}var i=window.plausible&&window.plausible.q||[];window.plausible=r;for(var n=0;n<i.length;n++)r.apply(this,i[n]);var g=1;function l(e){if("auxclick"!==e.type||e.button===g){var t,a,r,i,n,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target),o=l&&l.href&&l.href.split("?")[0];if(function(e){if(!e)return!1;var t=e.split(".").pop();return w.some(function(e){return e===t})}(o)){return i={url:o},n=!(r="File Download"),void(!function(e,t){if(!e.defaultPrevented){var a=!t.target||t.target.match(/^_(self|parent|top)$/i),r=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return a&&r}}(t=e,a=l)?plausible(r,{props:i}):(plausible(r,{props:i,callback:p}),setTimeout(p,5e3),t.preventDefault()))}}function p(){n||(n=!0,window.location=a.href)}}c.addEventListener("click",l),c.addEventListener("auxclick",l);var o=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],p=s.getAttribute("file-types"),v=s.getAttribute("add-file-types"),w=p&&p.split(",")||v&&v.split(",").concat(o)||o}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,u=window.location,c=window.document,s=c.getElementById("plausible"),f=s.getAttribute("data-api")||(t=s.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function d(t){console.warn("Ignoring Event: "+t)}function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return d("localStorage flag")}catch(t){}var r=s&&s.getAttribute("data-include"),a=s&&s.getAttribute("data-exclude");if("pageview"===t){var i=!r||r&&r.split(",").some(o),n=a&&a.split(",").some(o);if(!i||n)return d("exclusion rule")}function o(t){var e=u.pathname;return(e+=u.hash).match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var l={};l.n=t,l.u=e&&e.u?e.u:u.href,l.d=s.getAttribute("data-domain"),l.r=c.referrer||null,l.w=window.innerWidth,e&&e.meta&&(l.m=JSON.stringify(e.meta)),e&&e.props&&(l.p=e.props),l.h=1;var p=new XMLHttpRequest;p.open("POST",f,!0),p.setRequestHeader("Content-Type","text/plain"),p.send(JSON.stringify(l)),p.onreadystatechange=function(){4===p.readyState&&e&&e.callback&&e.callback()}}var i=window.plausible&&window.plausible.q||[];window.plausible=a;for(var n=0;n<i.length;n++)a.apply(this,i[n]);var o=1;function l(t){if("auxclick"!==t.type||t.button===o){var e,r=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),a=r&&r.href&&r.href.split("?")[0];if((e=r)&&e.href&&e.host&&e.host!==u.host)return p(t,r,"Outbound Link: Click",{url:r.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return m.some(function(t){return t===e})}(a))return p(t,r,"File Download",{url:a})}}function p(t,e,r,a){var i=!1;function n(){i||(i=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&a}}(t,e)?plausible(r,{props:a}):(plausible(r,{props:a,callback:n}),setTimeout(n,5e3),t.preventDefault())}c.addEventListener("click",l),c.addEventListener("auxclick",l);var g=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],v=s.getAttribute("file-types"),w=s.getAttribute("add-file-types"),m=v&&v.split(",")||w&&w.split(",").concat(g)||g}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,u=window.location,s=window.document,c=s.getElementById("plausible"),d=c.getAttribute("data-api")||(e=c.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function a(e,t){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var i=c&&c.getAttribute("data-include"),a=c&&c.getAttribute("data-exclude");if("pageview"===e){var n=!i||i&&i.split(",").some(l),r=a&&a.split(",").some(l);if(!n||r)return f("exclusion rule")}function l(e){var t=u.pathname;return(t+=u.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=e,o.u=u.href,o.d=c.getAttribute("data-domain"),o.r=s.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props),o.h=1;var p=new XMLHttpRequest;p.open("POST",d,!0),p.setRequestHeader("Content-Type","text/plain"),p.send(JSON.stringify(o)),p.onreadystatechange=function(){4===p.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,l=0;l<n.length;l++)a.apply(this,n[l]);function o(){r=u.pathname,a("pageview")}window.addEventListener("hashchange",o),"prerender"===s.visibilityState?s.addEventListener("visibilitychange",function(){r||"visible"!==s.visibilityState||o()}):o();var p=1;function v(e){if("auxclick"!==e.type||e.button===p){var t,i=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target),a=i&&i.href&&i.href.split("?")[0];if((t=i)&&t.href&&t.host&&t.host!==u.host)return g(e,i,"Outbound Link: Click",{url:i.href});if(function(e){if(!e)return!1;var t=e.split(".").pop();return b.some(function(e){return e===t})}(a))return g(e,i,"File Download",{url:a})}}function g(e,t,i,a){var n=!1;function r(){n||(n=!0,window.location=t.href)}!function(e,t){if(!e.defaultPrevented){var i=!t.target||t.target.match(/^_(self|parent|top)$/i),a=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return i&&a}}(e,t)?plausible(i,{props:a}):(plausible(i,{props:a,callback:r}),setTimeout(r,5e3),e.preventDefault())}s.addEventListener("click",v),s.addEventListener("auxclick",v);var w=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],h=c.getAttribute("file-types"),m=c.getAttribute("add-file-types"),b=h&&h.split(",")||m&&m.split(",").concat(w)||w}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,a,u=window.location,s=window.document,c=s.getElementById("plausible"),d=c.getAttribute("data-api")||(t=c.src.split("/"),e=t[0],a=t[2],e+"//"+a+"/api/event");function f(t){console.warn("Ignoring Event: "+t)}function r(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(u.hostname)||"file:"===u.protocol)return f("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(t){}var a=c&&c.getAttribute("data-include"),r=c&&c.getAttribute("data-exclude");if("pageview"===t){var i=!a||a&&a.split(",").some(p),n=r&&r.split(",").some(p);if(!i||n)return f("exclusion rule")}var o={};o.n=t,o.u=e&&e.u?e.u:u.href,o.d=c.getAttribute("data-domain"),o.r=s.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props),o.h=1;var l=new XMLHttpRequest;l.open("POST",d,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&e&&e.callback&&e.callback()}}function p(t){var e=u.pathname;return(e+=u.hash).match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var i=window.plausible&&window.plausible.q||[];window.plausible=r;for(var n=0;n<i.length;n++)r.apply(this,i[n]);var w=1;function o(t){if("auxclick"!==t.type||t.button===w){var e,a,r,i,n,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),l=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return v.some(function(t){return t===e})}(l)){return i={url:l},n=!(r="File Download"),void(!function(t,e){if(!t.defaultPrevented){var a=!e.target||e.target.match(/^_(self|parent|top)$/i),r=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return a&&r}}(e=t,a=o)?plausible(r,{props:i}):(plausible(r,{props:i,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){n||(n=!0,window.location=a.href)}}s.addEventListener("click",o),s.addEventListener("auxclick",o);var l=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],p=c.getAttribute("file-types"),g=c.getAttribute("add-file-types"),v=p&&p.split(",")||g&&g.split(",").concat(l)||l}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,u=window.location,s=window.document,c=s.getElementById("plausible"),f=c.getAttribute("data-api")||(t=c.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function d(t){console.warn("Ignoring Event: "+t)}function a(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(u.hostname)||"file:"===u.protocol)return d("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return d("localStorage flag")}catch(t){}var r=c&&c.getAttribute("data-include"),a=c&&c.getAttribute("data-exclude");if("pageview"===t){var i=!r||r&&r.split(",").some(p),n=a&&a.split(",").some(p);if(!i||n)return d("exclusion rule")}var o={};o.n=t,o.u=e&&e.u?e.u:u.href,o.d=c.getAttribute("data-domain"),o.r=s.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props),o.h=1;var l=new XMLHttpRequest;l.open("POST",f,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&e&&e.callback&&e.callback()}}function p(t){var e=u.pathname;return(e+=u.hash).match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var i=window.plausible&&window.plausible.q||[];window.plausible=a;for(var n=0;n<i.length;n++)a.apply(this,i[n]);var o=1;function l(t){if("auxclick"!==t.type||t.button===o){var e,r=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),a=r&&r.href&&r.href.split("?")[0];if((e=r)&&e.href&&e.host&&e.host!==u.host)return p(t,r,"Outbound Link: Click",{url:r.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return h.some(function(t){return t===e})}(a))return p(t,r,"File Download",{url:a})}}function p(t,e,r,a){var i=!1;function n(){i||(i=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&a}}(t,e)?plausible(r,{props:a}):(plausible(r,{props:a,callback:n}),setTimeout(n,5e3),t.preventDefault())}s.addEventListener("click",l),s.addEventListener("auxclick",l);var w=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],g=c.getAttribute("file-types"),v=c.getAttribute("add-file-types"),h=g&&g.split(",")||v&&v.split(",").concat(w)||w}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,s=window.location,u=window.document,c=u.getElementById("plausible"),d=c.getAttribute("data-api")||(t=c.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function f(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(s.hostname)||"file:"===s.protocol)return f("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(t){}var i=c&&c.getAttribute("data-include"),n=c&&c.getAttribute("data-exclude");if("pageview"===t){var a=!i||i&&i.split(",").some(p),r=n&&n.split(",").some(p);if(!a||r)return f("exclusion rule")}var o={};o.n=t,o.u=s.href,o.d=c.getAttribute("data-domain"),o.r=u.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props),o.h=1;var l=new XMLHttpRequest;l.open("POST",d,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&e&&e.callback&&e.callback()}}function p(t){var e=s.pathname;return(e+=s.hash).match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,o=0;o<a.length;o++)n.apply(this,a[o]);function l(){r=s.pathname,n("pageview")}window.addEventListener("hashchange",l),"prerender"===u.visibilityState?u.addEventListener("visibilitychange",function(){r||"visible"!==u.visibilityState||l()}):l();var p=1;function w(t){if("auxclick"!==t.type||t.button===p){var e,i=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),n=i&&i.href&&i.href.split("?")[0];if((e=i)&&e.href&&e.host&&e.host!==s.host)return v(t,i,"Outbound Link: Click",{url:i.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return b.some(function(t){return t===e})}(n))return v(t,i,"File Download",{url:n})}}function v(t,e,i,n){var a=!1;function r(){a||(a=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),n=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&n}}(t,e)?plausible(i,{props:n}):(plausible(i,{props:n,callback:r}),setTimeout(r,5e3),t.preventDefault())}u.addEventListener("click",w),u.addEventListener("auxclick",w);var g=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],h=c.getAttribute("file-types"),m=c.getAttribute("add-file-types"),b=h&&h.split(",")||m&&m.split(",").concat(g)||g}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,s=window.location,u=window.document,c=u.getElementById("plausible"),d=c.getAttribute("data-api")||(t=c.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function f(t){console.warn("Ignoring Event: "+t)}function a(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(s.hostname)||"file:"===s.protocol)return f("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(t){}var i=c&&c.getAttribute("data-include"),a=c&&c.getAttribute("data-exclude");if("pageview"===t){var n=!i||i&&i.split(",").some(p),r=a&&a.split(",").some(p);if(!n||r)return f("exclusion rule")}var o={};o.n=t,o.u=s.href,o.d=c.getAttribute("data-domain"),o.r=u.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=new XMLHttpRequest;l.open("POST",d,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&e&&e.callback&&e.callback()}}function p(t){return s.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,o=0;o<n.length;o++)a.apply(this,n[o]);function l(){r!==s.pathname&&(r=s.pathname,a("pageview"))}var p,w=window.history;w.pushState&&(p=w.pushState,w.pushState=function(){p.apply(this,arguments),l()},window.addEventListener("popstate",l)),"prerender"===u.visibilityState?u.addEventListener("visibilitychange",function(){r||"visible"!==u.visibilityState||l()}):l();var v=1;function g(t){if("auxclick"!==t.type||t.button===v){var e,i,a,n,r,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),l=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return y.some(function(t){return t===e})}(l)){return n={url:l},r=!(a="File Download"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&a}}(e=t,i=o)?plausible(a,{props:n}):(plausible(a,{props:n,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){r||(r=!0,window.location=i.href)}}u.addEventListener("click",g),u.addEventListener("auxclick",g);var m=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],h=c.getAttribute("file-types"),b=c.getAttribute("add-file-types"),y=h&&h.split(",")||b&&b.split(",").concat(m)||m}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,s=window.location,u=window.document,c=u.getElementById("plausible"),d=c.getAttribute("data-api")||(t=c.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function f(t){console.warn("Ignoring Event: "+t)}function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(t){}var i=c&&c.getAttribute("data-include"),a=c&&c.getAttribute("data-exclude");if("pageview"===t){var n=!i||i&&i.split(",").some(p),r=a&&a.split(",").some(p);if(!n||r)return f("exclusion rule")}function p(t){return s.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=t,o.u=s.href,o.d=c.getAttribute("data-domain"),o.r=u.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=new XMLHttpRequest;l.open("POST",d,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&e&&e.callback&&e.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,p=0;p<n.length;p++)a.apply(this,n[p]);function o(){r!==s.pathname&&(r=s.pathname,a("pageview"))}var l,v=window.history;v.pushState&&(l=v.pushState,v.pushState=function(){l.apply(this,arguments),o()},window.addEventListener("popstate",o)),"prerender"===u.visibilityState?u.addEventListener("visibilitychange",function(){r||"visible"!==u.visibilityState||o()}):o();var g=1;function w(t){if("auxclick"!==t.type||t.button===g){var e,i,a,n,r,p=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),o=p&&p.href&&p.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return y.some(function(t){return t===e})}(o)){return n={url:o},r=!(a="File Download"),void(!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&a}}(e=t,i=p)?plausible(a,{props:n}):(plausible(a,{props:n,callback:l}),setTimeout(l,5e3),e.preventDefault()))}}function l(){r||(r=!0,window.location=i.href)}}u.addEventListener("click",w),u.addEventListener("auxclick",w);var m=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],h=c.getAttribute("file-types"),b=c.getAttribute("add-file-types"),y=h&&h.split(",")||b&&b.split(",").concat(m)||m}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,a,u=window.location,c=window.document,s=c.getElementById("plausible"),d=s.getAttribute("data-api")||(e=s.src.split("/"),t=e[0],a=e[2],t+"//"+a+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function r(e,t){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var a=s&&s.getAttribute("data-include"),r=s&&s.getAttribute("data-exclude");if("pageview"===e){var i=!a||a&&a.split(",").some(l),n=r&&r.split(",").some(l);if(!i||n)return f("exclusion rule")}function l(e){return u.pathname.match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=e,o.u=t&&t.u?t.u:u.href,o.d=s.getAttribute("data-domain"),o.r=c.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var p=new XMLHttpRequest;p.open("POST",d,!0),p.setRequestHeader("Content-Type","text/plain"),p.send(JSON.stringify(o)),p.onreadystatechange=function(){4===p.readyState&&t&&t.callback&&t.callback()}}var i=window.plausible&&window.plausible.q||[];window.plausible=r;for(var n=0;n<i.length;n++)r.apply(this,i[n]);var g=1;function l(e){if("auxclick"!==e.type||e.button===g){var t,a,r,i,n,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target),o=l&&l.href&&l.href.split("?")[0];if(function(e){if(!e)return!1;var t=e.split(".").pop();return w.some(function(e){return e===t})}(o)){return i={url:o},n=!(r="File Download"),void(!function(e,t){if(!e.defaultPrevented){var a=!t.target||t.target.match(/^_(self|parent|top)$/i),r=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return a&&r}}(t=e,a=l)?plausible(r,{props:i}):(plausible(r,{props:i,callback:p}),setTimeout(p,5e3),t.preventDefault()))}}function p(){n||(n=!0,window.location=a.href)}}c.addEventListener("click",l),c.addEventListener("auxclick",l);var o=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],p=s.getAttribute("file-types"),v=s.getAttribute("add-file-types"),w=p&&p.split(",")||v&&v.split(",").concat(o)||o}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,u=window.location,c=window.document,s=c.getElementById("plausible"),f=s.getAttribute("data-api")||(t=s.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function d(t){console.warn("Ignoring Event: "+t)}function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return d("localStorage flag")}catch(t){}var r=s&&s.getAttribute("data-include"),a=s&&s.getAttribute("data-exclude");if("pageview"===t){var i=!r||r&&r.split(",").some(o),n=a&&a.split(",").some(o);if(!i||n)return d("exclusion rule")}function o(t){return u.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var l={};l.n=t,l.u=e&&e.u?e.u:u.href,l.d=s.getAttribute("data-domain"),l.r=c.referrer||null,l.w=window.innerWidth,e&&e.meta&&(l.m=JSON.stringify(e.meta)),e&&e.props&&(l.p=e.props);var p=new XMLHttpRequest;p.open("POST",f,!0),p.setRequestHeader("Content-Type","text/plain"),p.send(JSON.stringify(l)),p.onreadystatechange=function(){4===p.readyState&&e&&e.callback&&e.callback()}}var i=window.plausible&&window.plausible.q||[];window.plausible=a;for(var n=0;n<i.length;n++)a.apply(this,i[n]);var o=1;function l(t){if("auxclick"!==t.type||t.button===o){var e,r=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),a=r&&r.href&&r.href.split("?")[0];if((e=r)&&e.href&&e.host&&e.host!==u.host)return p(t,r,"Outbound Link: Click",{url:r.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return m.some(function(t){return t===e})}(a))return p(t,r,"File Download",{url:a})}}function p(t,e,r,a){var i=!1;function n(){i||(i=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&a}}(t,e)?plausible(r,{props:a}):(plausible(r,{props:a,callback:n}),setTimeout(n,5e3),t.preventDefault())}c.addEventListener("click",l),c.addEventListener("auxclick",l);var g=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],v=s.getAttribute("file-types"),w=s.getAttribute("add-file-types"),m=v&&v.split(",")||w&&w.split(",").concat(g)||g}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,u=window.location,s=window.document,c=s.getElementById("plausible"),d=c.getAttribute("data-api")||(t=c.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function f(t){console.warn("Ignoring Event: "+t)}function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(t){}var i=c&&c.getAttribute("data-include"),a=c&&c.getAttribute("data-exclude");if("pageview"===t){var n=!i||i&&i.split(",").some(o),r=a&&a.split(",").some(o);if(!n||r)return f("exclusion rule")}function o(t){return u.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var p={};p.n=t,p.u=u.href,p.d=c.getAttribute("data-domain"),p.r=s.referrer||null,p.w=window.innerWidth,e&&e.meta&&(p.m=JSON.stringify(e.meta)),e&&e.props&&(p.p=e.props);var l=new XMLHttpRequest;l.open("POST",d,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(p)),l.onreadystatechange=function(){4===l.readyState&&e&&e.callback&&e.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,o=0;o<n.length;o++)a.apply(this,n[o]);function p(){r!==u.pathname&&(r=u.pathname,a("pageview"))}var l,v=window.history;v.pushState&&(l=v.pushState,v.pushState=function(){l.apply(this,arguments),p()},window.addEventListener("popstate",p)),"prerender"===s.visibilityState?s.addEventListener("visibilitychange",function(){r||"visible"!==s.visibilityState||p()}):p();var g=1;function w(t){if("auxclick"!==t.type||t.button===g){var e,i=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),a=i&&i.href&&i.href.split("?")[0];if((e=i)&&e.href&&e.host&&e.host!==u.host)return h(t,i,"Outbound Link: Click",{url:i.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return x.some(function(t){return t===e})}(a))return h(t,i,"File Download",{url:a})}}function h(t,e,i,a){var n=!1;function r(){n||(n=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&a}}(t,e)?plausible(i,{props:a}):(plausible(i,{props:a,callback:r}),setTimeout(r,5e3),t.preventDefault())}s.addEventListener("click",w),s.addEventListener("auxclick",w);var m=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],b=c.getAttribute("file-types"),y=c.getAttribute("add-file-types"),x=b&&b.split(",")||y&&y.split(",").concat(m)||m}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,a,u=window.location,s=window.document,c=s.getElementById("plausible"),d=c.getAttribute("data-api")||(t=c.src.split("/"),e=t[0],a=t[2],e+"//"+a+"/api/event");function f(t){console.warn("Ignoring Event: "+t)}function i(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(u.hostname)||"file:"===u.protocol)return f("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(t){}var a=c&&c.getAttribute("data-include"),i=c&&c.getAttribute("data-exclude");if("pageview"===t){var r=!a||a&&a.split(",").some(p),n=i&&i.split(",").some(p);if(!r||n)return f("exclusion rule")}var o={};o.n=t,o.u=e&&e.u?e.u:u.href,o.d=c.getAttribute("data-domain"),o.r=s.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=new XMLHttpRequest;l.open("POST",d,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&e&&e.callback&&e.callback()}}function p(t){return u.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var r=window.plausible&&window.plausible.q||[];window.plausible=i;for(var n=0;n<r.length;n++)i.apply(this,r[n]);var w=1;function o(t){if("auxclick"!==t.type||t.button===w){var e,a,i,r,n,o=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),l=o&&o.href&&o.href.split("?")[0];if(function(t){if(!t)return!1;var e=t.split(".").pop();return v.some(function(t){return t===e})}(l)){return r={url:l},n=!(i="File Download"),void(!function(t,e){if(!t.defaultPrevented){var a=!e.target||e.target.match(/^_(self|parent|top)$/i),i=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return a&&i}}(e=t,a=o)?plausible(i,{props:r}):(plausible(i,{props:r,callback:p}),setTimeout(p,5e3),e.preventDefault()))}}function p(){n||(n=!0,window.location=a.href)}}s.addEventListener("click",o),s.addEventListener("auxclick",o);var l=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],p=c.getAttribute("file-types"),g=c.getAttribute("add-file-types"),v=p&&p.split(",")||g&&g.split(",").concat(l)||l}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,r,u=window.location,s=window.document,c=s.getElementById("plausible"),f=c.getAttribute("data-api")||(t=c.src.split("/"),e=t[0],r=t[2],e+"//"+r+"/api/event");function d(t){console.warn("Ignoring Event: "+t)}function i(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(u.hostname)||"file:"===u.protocol)return d("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return d("localStorage flag")}catch(t){}var r=c&&c.getAttribute("data-include"),i=c&&c.getAttribute("data-exclude");if("pageview"===t){var a=!r||r&&r.split(",").some(p),n=i&&i.split(",").some(p);if(!a||n)return d("exclusion rule")}var o={};o.n=t,o.u=e&&e.u?e.u:u.href,o.d=c.getAttribute("data-domain"),o.r=s.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=new XMLHttpRequest;l.open("POST",f,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&e&&e.callback&&e.callback()}}function p(t){return u.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var a=window.plausible&&window.plausible.q||[];window.plausible=i;for(var n=0;n<a.length;n++)i.apply(this,a[n]);var o=1;function l(t){if("auxclick"!==t.type||t.button===o){var e,r=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),i=r&&r.href&&r.href.split("?")[0];if((e=r)&&e.href&&e.host&&e.host!==u.host)return p(t,r,"Outbound Link: Click",{url:r.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return m.some(function(t){return t===e})}(i))return p(t,r,"File Download",{url:i})}}function p(t,e,r,i){var a=!1;function n(){a||(a=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var r=!e.target||e.target.match(/^_(self|parent|top)$/i),i=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return r&&i}}(t,e)?plausible(r,{props:i}):(plausible(r,{props:i,callback:n}),setTimeout(n,5e3),t.preventDefault())}s.addEventListener("click",l),s.addEventListener("auxclick",l);var w=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],g=c.getAttribute("file-types"),v=c.getAttribute("add-file-types"),m=g&&g.split(",")||v&&v.split(",").concat(w)||w}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,s=window.location,u=window.document,c=u.getElementById("plausible"),d=c.getAttribute("data-api")||(t=c.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function f(t){console.warn("Ignoring Event: "+t)}function a(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(s.hostname)||"file:"===s.protocol)return f("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(t){}var i=c&&c.getAttribute("data-include"),a=c&&c.getAttribute("data-exclude");if("pageview"===t){var n=!i||i&&i.split(",").some(p),r=a&&a.split(",").some(p);if(!n||r)return f("exclusion rule")}var o={};o.n=t,o.u=s.href,o.d=c.getAttribute("data-domain"),o.r=u.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=new XMLHttpRequest;l.open("POST",d,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&e&&e.callback&&e.callback()}}function p(t){return s.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,o=0;o<n.length;o++)a.apply(this,n[o]);function l(){r!==s.pathname&&(r=s.pathname,a("pageview"))}var p,w=window.history;w.pushState&&(p=w.pushState,w.pushState=function(){p.apply(this,arguments),l()},window.addEventListener("popstate",l)),"prerender"===u.visibilityState?u.addEventListener("visibilitychange",function(){r||"visible"!==u.visibilityState||l()}):l();var v=1;function g(t){if("auxclick"!==t.type||t.button===v){var e,i=function(t){for(;t&&(void 0===t.tagName||"a"!==t.tagName.toLowerCase()||!t.href);)t=t.parentNode;return t}(t.target),a=i&&i.href&&i.href.split("?")[0];if((e=i)&&e.href&&e.host&&e.host!==s.host)return h(t,i,"Outbound Link: Click",{url:i.href});if(function(t){if(!t)return!1;var e=t.split(".").pop();return x.some(function(t){return t===e})}(a))return h(t,i,"File Download",{url:a})}}function h(t,e,i,a){var n=!1;function r(){n||(n=!0,window.location=e.href)}!function(t,e){if(!t.defaultPrevented){var i=!e.target||e.target.match(/^_(self|parent|top)$/i),a=!(t.ctrlKey||t.metaKey||t.shiftKey)&&"click"===t.type;return i&&a}}(t,e)?plausible(i,{props:a}):(plausible(i,{props:a,callback:r}),setTimeout(r,5e3),t.preventDefault())}u.addEventListener("click",g),u.addEventListener("auxclick",g);var m=["pdf","xlsx","docx","txt","rtf","csv","exe","key","pps","ppt","pptx","7z","pkg","rar","gz","zip","avi","mov","mp4","mpeg","wmv","midi","mp3","wav","wma"],b=c.getAttribute("file-types"),y=c.getAttribute("add-file-types"),x=b&&b.split(",")||y&&y.split(",").concat(m)||m}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,d=window.location,c=window.document,p=c.getElementById("plausible"),u=p.getAttribute("data-api")||(e=p.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function w(e){console.warn("Ignoring Event: "+e)}function n(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(d.hostname)||"file:"===d.protocol)return w("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return w("localStorage flag")}catch(e){}var i=p&&p.getAttribute("data-include"),n=p&&p.getAttribute("data-exclude");if("pageview"===e){var a=!i||i&&i.split(",").some(s),r=n&&n.split(",").some(s);if(!a||r)return w("exclusion rule")}var o={};o.n=e,o.u=d.href,o.d=p.getAttribute("data-domain"),o.r=c.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props),o.h=1;var l=new XMLHttpRequest;l.open("POST",u,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&t&&t.callback&&t.callback()}}function s(e){var t=d.pathname;return(t+=d.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,o=0;o<a.length;o++)n.apply(this,a[o]);function l(){r=d.pathname,n("pageview")}window.addEventListener("hashchange",l),"prerender"===c.visibilityState?c.addEventListener("visibilitychange",function(){r||"visible"!==c.visibilityState||l()}):l()}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,u=window.location,c=window.document,p=c.getElementById("plausible"),d=p.getAttribute("data-api")||(e=p.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function g(e){console.warn("Ignoring Event: "+e)}function a(e,t){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(e){}var i=p&&p.getAttribute("data-include"),a=p&&p.getAttribute("data-exclude");if("pageview"===e){var n=!i||i&&i.split(",").some(l),r=a&&a.split(",").some(l);if(!n||r)return g("exclusion rule")}function l(e){var t=u.pathname;return(t+=u.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=e,o.u=u.href,o.d=p.getAttribute("data-domain"),o.r=c.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props),o.h=1;var s=new XMLHttpRequest;s.open("POST",d,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(o)),s.onreadystatechange=function(){4===s.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,l=0;l<n.length;l++)a.apply(this,n[l]);function o(){r=u.pathname,a("pageview")}window.addEventListener("hashchange",o),"prerender"===c.visibilityState?c.addEventListener("visibilitychange",function(){r||"visible"!==c.visibilityState||o()}):o()}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,a,s=window.location,p=window.document,c=p.getElementById("plausible"),d=c.getAttribute("data-api")||(e=c.src.split("/"),t=e[0],a=e[2],t+"//"+a+"/api/event");function g(e){console.warn("Ignoring Event: "+e)}function n(e,t){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(e){}var a=c&&c.getAttribute("data-include"),n=c&&c.getAttribute("data-exclude");if("pageview"===e){var i=!a||a&&a.split(",").some(l),r=n&&n.split(",").some(l);if(!i||r)return g("exclusion rule")}function l(e){var t=s.pathname;return(t+=s.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=e,o.u=t&&t.u?t.u:s.href,o.d=c.getAttribute("data-domain"),o.r=p.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props),o.h=1;var u=new XMLHttpRequest;u.open("POST",d,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(JSON.stringify(o)),u.onreadystatechange=function(){4===u.readyState&&t&&t.callback&&t.callback()}}var i=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r=0;r<i.length;r++)n.apply(this,i[r])}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,a,s=window.location,c=window.document,p=c.getElementById("plausible"),d=p.getAttribute("data-api")||(e=p.src.split("/"),t=e[0],a=e[2],t+"//"+a+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function r(e,t){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var a=p&&p.getAttribute("data-include"),r=p&&p.getAttribute("data-exclude");if("pageview"===e){var n=!a||a&&a.split(",").some(o),i=r&&r.split(",").some(o);if(!n||i)return f("exclusion rule")}function o(e){var t=s.pathname;return(t+=s.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var l={};l.n=e,l.u=t&&t.u?t.u:s.href,l.d=p.getAttribute("data-domain"),l.r=c.referrer||null,l.w=window.innerWidth,t&&t.meta&&(l.m=JSON.stringify(t.meta)),t&&t.props&&(l.p=t.props),l.h=1;var u=new XMLHttpRequest;u.open("POST",d,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(JSON.stringify(l)),u.onreadystatechange=function(){4===u.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=r;for(var i=0;i<n.length;i++)r.apply(this,n[i]);var g=1;function o(e){if("auxclick"!==e.type||e.button===g){var t,a,r,n,i,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==s.host){var u={url:l.href};return n=u,i=!(r="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var a=!t.target||t.target.match(/^_(self|parent|top)$/i),r=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return a&&r}}(t=e,a=l)?plausible(r,{props:n}):(plausible(r,{props:n,callback:c}),setTimeout(c,5e3),t.preventDefault()))}}function c(){i||(i=!0,window.location=a.href)}}c.addEventListener("click",o),c.addEventListener("auxclick",o)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,a,c=window.location,u=window.document,p=u.getElementById("plausible"),d=p.getAttribute("data-api")||(e=p.src.split("/"),t=e[0],a=e[2],t+"//"+a+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function i(e,t){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var a=p&&p.getAttribute("data-include"),i=p&&p.getAttribute("data-exclude");if("pageview"===e){var n=!a||a&&a.split(",").some(l),r=i&&i.split(",").some(l);if(!n||r)return f("exclusion rule")}function l(e){var t=c.pathname;return(t+=c.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=e,o.u=c.href,o.d=p.getAttribute("data-domain"),o.r=u.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props),o.h=1;var s=new XMLHttpRequest;s.open("POST",d,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(o)),s.onreadystatechange=function(){4===s.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=i;for(var r,l=0;l<n.length;l++)i.apply(this,n[l]);function o(){r=c.pathname,i("pageview")}window.addEventListener("hashchange",o),"prerender"===u.visibilityState?u.addEventListener("visibilitychange",function(){r||"visible"!==u.visibilityState||o()}):o();var v=1;function s(e){if("auxclick"!==e.type||e.button===v){var t,a,i,n,r,l,o=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);o&&o.href&&o.href.split("?")[0];if((l=o)&&l.href&&l.host&&l.host!==c.host){var s={url:o.href};return n=s,r=!(i="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var a=!t.target||t.target.match(/^_(self|parent|top)$/i),i=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return a&&i}}(t=e,a=o)?plausible(i,{props:n}):(plausible(i,{props:n,callback:u}),setTimeout(u,5e3),t.preventDefault()))}}function u(){r||(r=!0,window.location=a.href)}}u.addEventListener("click",s),u.addEventListener("auxclick",s)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,a,u=window.location,p=window.document,c=p.getElementById("plausible"),w=c.getAttribute("data-api")||(e=c.src.split("/"),t=e[0],a=e[2],t+"//"+a+"/api/event");function d(e){console.warn("Ignoring Event: "+e)}function n(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(u.hostname)||"file:"===u.protocol)return d("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return d("localStorage flag")}catch(e){}var a=c&&c.getAttribute("data-include"),n=c&&c.getAttribute("data-exclude");if("pageview"===e){var i=!a||a&&a.split(",").some(s),r=n&&n.split(",").some(s);if(!i||r)return d("exclusion rule")}var o={};o.n=e,o.u=t&&t.u?t.u:u.href,o.d=c.getAttribute("data-domain"),o.r=p.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props),o.h=1;var l=new XMLHttpRequest;l.open("POST",w,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&t&&t.callback&&t.callback()}}function s(e){var t=u.pathname;return(t+=u.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var i=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r=0;r<i.length;r++)n.apply(this,i[r])}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,a,c=window.location,s=window.document,p=s.getElementById("plausible"),d=p.getAttribute("data-api")||(e=p.src.split("/"),t=e[0],a=e[2],t+"//"+a+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function r(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(c.hostname)||"file:"===c.protocol)return f("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var a=p&&p.getAttribute("data-include"),r=p&&p.getAttribute("data-exclude");if("pageview"===e){var n=!a||a&&a.split(",").some(u),i=r&&r.split(",").some(u);if(!n||i)return f("exclusion rule")}var o={};o.n=e,o.u=t&&t.u?t.u:c.href,o.d=p.getAttribute("data-domain"),o.r=s.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props),o.h=1;var l=new XMLHttpRequest;l.open("POST",d,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&t&&t.callback&&t.callback()}}function u(e){var t=c.pathname;return(t+=c.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=r;for(var i=0;i<n.length;i++)r.apply(this,n[i]);var w=1;function o(e){if("auxclick"!==e.type||e.button===w){var t,a,r,n,i,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==c.host){var u={url:l.href};return n=u,i=!(r="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var a=!t.target||t.target.match(/^_(self|parent|top)$/i),r=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return a&&r}}(t=e,a=l)?plausible(r,{props:n}):(plausible(r,{props:n,callback:s}),setTimeout(s,5e3),t.preventDefault()))}}function s(){i||(i=!0,window.location=a.href)}}s.addEventListener("click",o),s.addEventListener("auxclick",o)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,i,u=window.location,c=window.document,p=c.getElementById("plausible"),d=p.getAttribute("data-api")||(e=p.src.split("/"),t=e[0],i=e[2],t+"//"+i+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function a(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(u.hostname)||"file:"===u.protocol)return f("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var i=p&&p.getAttribute("data-include"),a=p&&p.getAttribute("data-exclude");if("pageview"===e){var n=!i||i&&i.split(",").some(s),r=a&&a.split(",").some(s);if(!n||r)return f("exclusion rule")}var o={};o.n=e,o.u=u.href,o.d=p.getAttribute("data-domain"),o.r=c.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props),o.h=1;var l=new XMLHttpRequest;l.open("POST",d,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&t&&t.callback&&t.callback()}}function s(e){var t=u.pathname;return(t+=u.hash).match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,o=0;o<n.length;o++)a.apply(this,n[o]);function l(){r=u.pathname,a("pageview")}window.addEventListener("hashchange",l),"prerender"===c.visibilityState?c.addEventListener("visibilitychange",function(){r||"visible"!==c.visibilityState||l()}):l();var w=1;function s(e){if("auxclick"!==e.type||e.button===w){var t,i,a,n,r,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==u.host){var s={url:l.href};return n=s,r=!(a="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var i=!t.target||t.target.match(/^_(self|parent|top)$/i),a=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return i&&a}}(t=e,i=l)?plausible(a,{props:n}):(plausible(a,{props:n,callback:c}),setTimeout(c,5e3),t.preventDefault()))}}function c(){r||(r=!0,window.location=i.href)}}c.addEventListener("click",s),c.addEventListener("auxclick",s)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,p=window.location,u=window.document,d=u.getElementById("plausible"),w=d.getAttribute("data-api")||(t=d.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function c(t){console.warn("Ignoring Event: "+t)}function n(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(p.hostname)||"file:"===p.protocol)return c("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return c("localStorage flag")}catch(t){}var i=d&&d.getAttribute("data-include"),n=d&&d.getAttribute("data-exclude");if("pageview"===t){var a=!i||i&&i.split(",").some(s),r=n&&n.split(",").some(s);if(!a||r)return c("exclusion rule")}var o={};o.n=t,o.u=p.href,o.d=d.getAttribute("data-domain"),o.r=u.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var l=new XMLHttpRequest;l.open("POST",w,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&e&&e.callback&&e.callback()}}function s(t){return p.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var a=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r,o=0;o<a.length;o++)n.apply(this,a[o]);function l(){r!==p.pathname&&(r=p.pathname,n("pageview"))}var s,g=window.history;g.pushState&&(s=g.pushState,g.pushState=function(){s.apply(this,arguments),l()},window.addEventListener("popstate",l)),"prerender"===u.visibilityState?u.addEventListener("visibilitychange",function(){r||"visible"!==u.visibilityState||l()}):l()}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var t,e,i,p=window.location,u=window.document,c=u.getElementById("plausible"),d=c.getAttribute("data-api")||(t=c.src.split("/"),e=t[0],i=t[2],e+"//"+i+"/api/event");function w(t){console.warn("Ignoring Event: "+t)}function a(t,e){try{if("true"===window.localStorage.plausible_ignore)return w("localStorage flag")}catch(t){}var i=c&&c.getAttribute("data-include"),a=c&&c.getAttribute("data-exclude");if("pageview"===t){var n=!i||i&&i.split(",").some(l),r=a&&a.split(",").some(l);if(!n||r)return w("exclusion rule")}function l(t){return p.pathname.match(new RegExp("^"+t.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=t,o.u=p.href,o.d=c.getAttribute("data-domain"),o.r=u.referrer||null,o.w=window.innerWidth,e&&e.meta&&(o.m=JSON.stringify(e.meta)),e&&e.props&&(o.p=e.props);var s=new XMLHttpRequest;s.open("POST",d,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(o)),s.onreadystatechange=function(){4===s.readyState&&e&&e.callback&&e.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r,l=0;l<n.length;l++)a.apply(this,n[l]);function o(){r!==p.pathname&&(r=p.pathname,a("pageview"))}var s,g=window.history;g.pushState&&(s=g.pushState,g.pushState=function(){s.apply(this,arguments),o()},window.addEventListener("popstate",o)),"prerender"===u.visibilityState?u.addEventListener("visibilitychange",function(){r||"visible"!==u.visibilityState||o()}):o()}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,a,p=window.location,s=window.document,c=s.getElementById("plausible"),d=c.getAttribute("data-api")||(e=c.src.split("/"),t=e[0],a=e[2],t+"//"+a+"/api/event");function g(e){console.warn("Ignoring Event: "+e)}function n(e,t){try{if("true"===window.localStorage.plausible_ignore)return g("localStorage flag")}catch(e){}var a=c&&c.getAttribute("data-include"),n=c&&c.getAttribute("data-exclude");if("pageview"===e){var i=!a||a&&a.split(",").some(l),r=n&&n.split(",").some(l);if(!i||r)return g("exclusion rule")}function l(e){return p.pathname.match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var o={};o.n=e,o.u=t&&t.u?t.u:p.href,o.d=c.getAttribute("data-domain"),o.r=s.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var u=new XMLHttpRequest;u.open("POST",d,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(JSON.stringify(o)),u.onreadystatechange=function(){4===u.readyState&&t&&t.callback&&t.callback()}}var i=window.plausible&&window.plausible.q||[];window.plausible=n;for(var r=0;r<i.length;r++)n.apply(this,i[r])}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,a,s=window.location,c=window.document,p=c.getElementById("plausible"),d=p.getAttribute("data-api")||(e=p.src.split("/"),t=e[0],a=e[2],t+"//"+a+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function r(e,t){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var a=p&&p.getAttribute("data-include"),r=p&&p.getAttribute("data-exclude");if("pageview"===e){var n=!a||a&&a.split(",").some(o),i=r&&r.split(",").some(o);if(!n||i)return f("exclusion rule")}function o(e){return s.pathname.match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var l={};l.n=e,l.u=t&&t.u?t.u:s.href,l.d=p.getAttribute("data-domain"),l.r=c.referrer||null,l.w=window.innerWidth,t&&t.meta&&(l.m=JSON.stringify(t.meta)),t&&t.props&&(l.p=t.props);var u=new XMLHttpRequest;u.open("POST",d,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(JSON.stringify(l)),u.onreadystatechange=function(){4===u.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=r;for(var i=0;i<n.length;i++)r.apply(this,n[i]);var g=1;function o(e){if("auxclick"!==e.type||e.button===g){var t,a,r,n,i,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==s.host){var u={url:l.href};return n=u,i=!(r="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var a=!t.target||t.target.match(/^_(self|parent|top)$/i),r=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return a&&r}}(t=e,a=l)?plausible(r,{props:n}):(plausible(r,{props:n,callback:c}),setTimeout(c,5e3),t.preventDefault()))}}function c(){i||(i=!0,window.location=a.href)}}c.addEventListener("click",o),c.addEventListener("auxclick",o)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,a,p=window.location,u=window.document,c=u.getElementById("plausible"),d=c.getAttribute("data-api")||(e=c.src.split("/"),t=e[0],a=e[2],t+"//"+a+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function i(e,t){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var a=c&&c.getAttribute("data-include"),i=c&&c.getAttribute("data-exclude");if("pageview"===e){var n=!a||a&&a.split(",").some(o),r=i&&i.split(",").some(o);if(!n||r)return f("exclusion rule")}function o(e){return p.pathname.match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}var l={};l.n=e,l.u=p.href,l.d=c.getAttribute("data-domain"),l.r=u.referrer||null,l.w=window.innerWidth,t&&t.meta&&(l.m=JSON.stringify(t.meta)),t&&t.props&&(l.p=t.props);var s=new XMLHttpRequest;s.open("POST",d,!0),s.setRequestHeader("Content-Type","text/plain"),s.send(JSON.stringify(l)),s.onreadystatechange=function(){4===s.readyState&&t&&t.callback&&t.callback()}}var n=window.plausible&&window.plausible.q||[];window.plausible=i;for(var r,o=0;o<n.length;o++)i.apply(this,n[o]);function l(){r!==p.pathname&&(r=p.pathname,i("pageview"))}var s,v=window.history;v.pushState&&(s=v.pushState,v.pushState=function(){s.apply(this,arguments),l()},window.addEventListener("popstate",l)),"prerender"===u.visibilityState?u.addEventListener("visibilitychange",function(){r||"visible"!==u.visibilityState||l()}):l();var h=1;function w(e){if("auxclick"!==e.type||e.button===h){var t,a,i,n,r,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==p.host){var s={url:l.href};return n=s,r=!(i="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var a=!t.target||t.target.match(/^_(self|parent|top)$/i),i=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return a&&i}}(t=e,a=l)?plausible(i,{props:n}):(plausible(i,{props:n,callback:u}),setTimeout(u,5e3),t.preventDefault()))}}function u(){r||(r=!0,window.location=a.href)}}u.addEventListener("click",w),u.addEventListener("auxclick",w)}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,n,u=window.location,p=window.document,c=p.getElementById("plausible"),w=c.getAttribute("data-api")||(e=c.src.split("/"),t=e[0],n=e[2],t+"//"+n+"/api/event");function d(e){console.warn("Ignoring Event: "+e)}function a(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(u.hostname)||"file:"===u.protocol)return d("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return d("localStorage flag")}catch(e){}var n=c&&c.getAttribute("data-include"),a=c&&c.getAttribute("data-exclude");if("pageview"===e){var i=!n||n&&n.split(",").some(s),r=a&&a.split(",").some(s);if(!i||r)return d("exclusion rule")}var o={};o.n=e,o.u=t&&t.u?t.u:u.href,o.d=c.getAttribute("data-domain"),o.r=p.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var l=new XMLHttpRequest;l.open("POST",w,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&t&&t.callback&&t.callback()}}function s(e){return u.pathname.match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var i=window.plausible&&window.plausible.q||[];window.plausible=a;for(var r=0;r<i.length;r++)a.apply(this,i[r])}();
|
||||
|
|
@ -1 +0,0 @@
|
|||
!function(){"use strict";var e,t,a,s=window.location,c=window.document,p=c.getElementById("plausible"),d=p.getAttribute("data-api")||(e=p.src.split("/"),t=e[0],a=e[2],t+"//"+a+"/api/event");function f(e){console.warn("Ignoring Event: "+e)}function r(e,t){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(s.hostname)||"file:"===s.protocol)return f("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return f("localStorage flag")}catch(e){}var a=p&&p.getAttribute("data-include"),r=p&&p.getAttribute("data-exclude");if("pageview"===e){var n=!a||a&&a.split(",").some(u),i=r&&r.split(",").some(u);if(!n||i)return f("exclusion rule")}var o={};o.n=e,o.u=t&&t.u?t.u:s.href,o.d=p.getAttribute("data-domain"),o.r=c.referrer||null,o.w=window.innerWidth,t&&t.meta&&(o.m=JSON.stringify(t.meta)),t&&t.props&&(o.p=t.props);var l=new XMLHttpRequest;l.open("POST",d,!0),l.setRequestHeader("Content-Type","text/plain"),l.send(JSON.stringify(o)),l.onreadystatechange=function(){4===l.readyState&&t&&t.callback&&t.callback()}}function u(e){return s.pathname.match(new RegExp("^"+e.trim().replace(/\*\*/g,".*").replace(/([^\.])\*/g,"$1[^\\s/]*")+"/?$"))}}var n=window.plausible&&window.plausible.q||[];window.plausible=r;for(var i=0;i<n.length;i++)r.apply(this,n[i]);var w=1;function o(e){if("auxclick"!==e.type||e.button===w){var t,a,r,n,i,o,l=function(e){for(;e&&(void 0===e.tagName||"a"!==e.tagName.toLowerCase()||!e.href);)e=e.parentNode;return e}(e.target);l&&l.href&&l.href.split("?")[0];if((o=l)&&o.href&&o.host&&o.host!==s.host){var u={url:l.href};return n=u,i=!(r="Outbound Link: Click"),void(!function(e,t){if(!e.defaultPrevented){var a=!t.target||t.target.match(/^_(self|parent|top)$/i),r=!(e.ctrlKey||e.metaKey||e.shiftKey)&&"click"===e.type;return a&&r}}(t=e,a=l)?plausible(r,{props:n}):(plausible(r,{props:n,callback:c}),setTimeout(c,5e3),t.preventDefault()))}}function c(){i||(i=!0,window.location=a.href)}}c.addEventListener("click",o),c.addEventListener("auxclick",o)}();
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue