按 F12 打开开发者工具,
回到网页里,按 文件 > 立即保存 ,
此时开发者工具的 网络(NetWork) 里会有个Upload请求,看请求负载的file参数的值,右键复制值,
然后新建标签页,输入
data:application/zip;base64,
| Host: 192.168.3.18:8000 | |
| Connection: keep-alive | |
| Cache-Control: max-age=0 | |
| sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="144", "Opera";v="129", "OperaMobile";v="95" | |
| sec-ch-ua-mobile: ?1 | |
| sec-ch-ua-platform: "Android" | |
| Upgrade-Insecure-Requests: 1 | |
| User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36 OPR/95.0.0.0 | |
| Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 | |
| Sec-Fetch-Site: none |
| // ==UserScript== | |
| // @name 修复稽木世界任务20306键盘超人之ABC | |
| // @version 20260305-1324 | |
| // @description 修复稽木世界任务20306键盘超人之ABC | |
| // @author bddjr | |
| // @match *://Gitblock.cn/Missions/20306/View | |
| // @match *://Aerfaying.com/Missions/20306/View | |
| // @icon https://Gitblock.cn/Content/gitblock.ico | |
| // @grant none | |
| // ==/UserScript== |
| git checkout --orphan n | |
| git branch -d main | |
| git branch -m main | |
| git add . | |
| git commit -m "first commit" | |
| git push -u origin main -f |
| // ==UserScript== | |
| // @name get-scratch-vm | |
| // @version 3.0.0 | |
| // @match *://*/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== | |
| const { hasOwn, defineProperty, assign } = Object | |
| , console = assign({}, self.console) |
| // ==UserScript== | |
| // @name CCW阻止显示自我介绍 | |
| // @version 2025-07-15 | |
| // @description 何意味,,, | |
| // @author bddjr | |
| // @match *://www.ccw.site/student/* | |
| // @icon https:/m.ccw.site/community/images/logo-ccw.png | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name CCW解决自我介绍恶意CSS遮罩 | |
| // @version 20250721-1912 | |
| // @description 有点弱,,, | |
| // @author bddjr | |
| // @match *://www.ccw.site/* | |
| // @icon https:/m.ccw.site/community/images/logo-ccw.png | |
| // @grant none | |
| // @run-at document-body | |
| // @downloadURL https:/gist.githubusercontent.com/bddjr/c92caa747c14f380208b6a33f6d1f78c/raw |
按 F12 打开开发者工具,
回到网页里,按 文件 > 立即保存 ,
此时开发者工具的 网络(NetWork) 里会有个Upload请求,看请求负载的file参数的值,右键复制值,
然后新建标签页,输入
data:application/zip;base64,
png
不压码率,移除封面
ffmpeg -i "input.mp3" -vn -c:a copy -map_metadata -1 audio.mp3
320Kbps 移除封面
ffmpeg -i "input.mp3" -vn -c:a libmp3lame -b:a 320k -map_metadata -1 320Kbps.mp3
| <script>/Trident|MSIE/.test(navigator.userAgent)&&document.body.insertAdjacentHTML('beforeend','<iframe src="microsoft-edge:'+location.href+'"></iframe>')</script> |