obfuscate
This commit is contained in:
parent
510bac39b3
commit
e867fa41ed
1 changed files with 18 additions and 13 deletions
|
@ -6,25 +6,30 @@ for (let button of buttons) {
|
|||
});
|
||||
}
|
||||
|
||||
const email = document.getElementById("email");
|
||||
email.style.cursor = "pointer";
|
||||
const email_ = ".";
|
||||
const ea = document.getElementById("ea");
|
||||
ea.style.cursor = atob("cG9pbnRlcg==");
|
||||
const ea0 = atob("Lg==");
|
||||
|
||||
const email_alias = [
|
||||
const ea1 = [
|
||||
atob("Y3Y="),
|
||||
].join(email_);
|
||||
const email_at = document.createElement("span");
|
||||
email_at.className = "fa fa-at";
|
||||
const email_domain = [
|
||||
].join(ea0);
|
||||
const ea2 = document.createElement("span");
|
||||
ea2.className = atob("ZmEgZmEtYXQ=");
|
||||
const ea3 = [
|
||||
atob("bWFyYw=="),
|
||||
atob("YmVuaW5jYQ=="),
|
||||
atob("bGluaw=="),
|
||||
].join(email_);
|
||||
].join(ea0);
|
||||
|
||||
email.append(email_alias, " ", email_at, " ", email_domain);
|
||||
email.addEventListener("click", () => {
|
||||
window.location.href =
|
||||
["mailto", [email_alias, email_domain].join("@")].join(":");
|
||||
for (let a of [ea1, ea2, ea3]) {
|
||||
ea.append(a);
|
||||
}
|
||||
ea.addEventListener("click", () => {
|
||||
//window.location.href = [
|
||||
alert([
|
||||
atob("bWFpbHRv"),
|
||||
[ea1, ea3].join(atob("QA==")),
|
||||
].join(atob("Og==")) );
|
||||
});
|
||||
|
||||
let theme;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue