侧边栏底部图
Cuckoo/includes/header.php
<!--末尾</ul>插入--><img src="https://misakamiko.to/image/index/mikoto1-1.png" alt="底部图片" style="width: 100%; height: auto; display: block; margin-top: -150px;">
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];