2024年10月04日 15:23:37

去东莞耍了两天,还不错👍整挺好

©️

2024年10月03日 07:17:03

quhu.com 拍到 8400 了

https://www.17ex.com/bidding/2558384

2024年10月01日 02:21:13

现在女的动不动都是 V 我 500 看看实力。还真是恶心人。一边说自己不物化自己,一边给自己标了价格。

©️

2024年09月30日 13:58:30

good/代码 给memos 插入一个备案号

async function insertBeianLink() {

 // 检查是否已经插入了备案号链接

 if (document.getElementById("header-beian") !== null) {

 return;

 }



 // 等待目标元素加载完成

 let insertionTries = 0;

 const targetSelector = "#root > div.w-full.min-h-full.bg-zinc-100.dark\\:bg-zinc-800 > div.w-full.max-w-6xl.mx-auto.flex.flex-row.justify-center.items-start.sm\\:px-4 > div > header > div.w-full.px-2.py-2.flex.flex-col.justify-start.items-start.shrink-0.space-y-2";

 let targetElement = document.querySelector(targetSelector);

 while (targetElement === null && insertionTries < 20) {

 await new Promise((r) => setTimeout(r, 100));

 targetElement = document.querySelector(targetSelector);

 insertionTries++;

 }



 // 获取目标元素

 if (targetElement === null) {

 console.error("Target element not found.");

 return;

 }



 // 插入备案号链接

 targetElement.insertAdjacentHTML(

 "beforeend",

 `

 

 备案号:12345678

 `

 );

}



// 在页面加载完成后插入备案号链接

(async () => {

 try {

 await insertBeianLink();

 } catch (e) {

 console.error(e);

 }

})();

2024年09月29日 22:10:56

checkchan有毒

2024年09月29日 22:10:28

同步见鬼了

P

2024年09月29日 22:04:28

去取到了港澳通行证,直接刷身份证就可以了,挺方便的

P

2024年09月29日 13:01:34

买了台台铃的电动摩托车,-4099....

©️

2024年09月29日 13:00:23

去取到了港澳通行证,直接刷身份证就可以了,挺方便的

P

2024年09月29日 12:51:02

docker 对迁移来说方便太多了

©️