change owner

This commit is contained in:
afred 2024-12-11 13:14:03 +08:00
parent 1fadf4312c
commit 3afac6ccd2
1 changed files with 0 additions and 8 deletions

View File

@ -11,14 +11,6 @@ export default function HotjarLoader() {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 3414362, hjsv: 6 };
// 获取 <head> 元素
const headElement = o.getElementsByTagName("head")[0];
if (!headElement) {
console.error("Head element not found in the document.");
return; // 如果没有找到 <head>,直接退出
}
// 创建 <script> 元素
r = o.createElement("script");
r.async = 1;