menu 夹击妹抖
底部图片
2025年3月
message
2025-03-27 10:28:00

owo.json
,

"miao": {

"type": "picture",
"css": "miao",
"content": [
  {"file": "", "data": "::()"},
  {"file": "", "data": "::()"}
]

},

"meow": {

"type": "picture",
"css": "meow",
"content": [
  {"file": "", "data": "::"},
  {"file": "", "data": "::"}
]

}

message
2025-03-19 19:19:00

js插入css样式,有效屏蔽显示在网页源代码,文件名伪装插入jsurl行,拆分css混淆加密放到别的js行,链接层套娃。
const style = document.createElement('style');
style.textContent = `

`;
document.head.appendChild(style);

const style = new CSSStyleSheet();
style.replaceSync(`

`);
document.adoptedStyleSheets = [...document.adoptedStyleSheets, style];

404页面
2025-03-17 |0 条评论
备用链接github
message
2025-03-10 13:33:00

1.png
2.png
3.png
4.png
右键存储图片
5.png

主题魔改
2025-03-03 |0 条评论
备用链接github
加载中... 到底了啦
加载更多