-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
31 lines (25 loc) · 782 Bytes
/
index.js
File metadata and controls
31 lines (25 loc) · 782 Bytes
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
'use strict';
/* Baidu analytics */
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?dcbaf5b7a829c56b9d361330ffb0a26e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
/* Mail */
function makeMail() {
var _h='ipt.org';
var _a='rt@nushuscr';
var _n='suppo';
var _e=_n+_a+_h;
_a=document.createElement('span');
_a.innerHTML=_e;
return 'm'+'a'+'ilto'+':'+_a.innerText;
}
window.addEventListener('DOMContentLoaded', () => {
const meilbwox = document.getElementById('meilbwox');
if (meilbwox != null) {
meilbwox.href = makeMail();
}
});