-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy-scripts.html
55 lines (50 loc) · 1.53 KB
/
my-scripts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{% comment %}
<!--
Example code for the CloudFlare mail protection script.
CloudFlare will inject this on every page, but due to Hydejack's push state approach to page loading,
it will only run on the initial page.
The snippet below will run the code on every `hy-push-state-load` event instead.
-->
<script>
document.getElementsByTagName('hy-push-state')[0].addEventListener('hy-push-state-load', function (e) {
function e(e){
(console.error?console.error:console.log).call(console,e)
}
function t(e){
return l.innerHTML='<a href="'+e.replace(/"/g,""")+'"></a>',l.childNodes[0].getAttribute("href")
}
function r(e,t){
var r=e.substr(t,2);return parseInt(r,16)
}
function n(e,n){
for(var o="",c=r(e,n),a=n+2;a<e.length;a+=2){
var l=r(e,a)^c;
o+=String.fromCharCode(l)
}
return t(o)
}
var o="/cdn-cgi/l/email-protection#",
c=".__cf_email__",
a="data-cfemail",
l=document.createElement("div");
!function(){
for(var t=document.getElementsByTagName("a"),r=0;r<t.length;r++)
try{
var c=t[r],a=c.href.indexOf(o);
a>-1&&(c.href="mailto:"+n(c.href,a+o.length))
}catch(t){
e(t)
}
}(),
function(){
for(var t=document.querySelectorAll(c),r=0;r<t.length;r++)
try{
var o=t[r],l=n(o.getAttribute(a),0),i=document.createTextNode(l);
o.parentNode.replaceChild(i,o)
}catch(t){
e(t)
}
}()
});
</script>
{% endcomment %}