menu 夹击妹抖
avater
底部图片
分类 技术栈 下的文章
message
2025-03-19 19:19:00

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

`;
document.head.appendChild(style);

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

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

message
2025-03-02 19:16:00
message
2025-03-01 15:56:00

清理缓存文件目录⇧⌘g。

~/Library/Caches

终端命令清理前往文件夹记录。

plutil -replace GoToField -string '' ~/Library/Preferences/com.apple.finder.plist && plutil -replace GoToFieldHistory -json '[]' ~/Library/Preferences/com.apple.finder.plist && killall Finder

谷歌开发者工具截图,⇧⌘c 命令菜单:⇧⌘p。
网页截图:Capture full size screenshot区域截图:Capture area screenshot节点截图:Capture node screenshot窗口截图:Capture screenshotCapture area screenshot无痕窗口⇧⌘n桌面截图⇧⌘3选区4录屏5,强制退出⌥⌘esc搜索⌘f,ps:撤销⌘z恢复⇧⌘z。

加载中... 到底了啦
加载更多