调查目的:了解当前各基于TLS的协议方案中ClientHello的指纹独特性。理论背景见 https://arxiv.org/abs/1607.01639 。
指纹数据库:
(利益相关:我是这个的作者)
#!/usr/bin/env zsh | |
local img img_out img_short size_in_B size_out_B size_in size_out img_in_short img_out_short pct_diff | |
# Output coloring: Leep this compatability workaround or manually load the plugin using your plugin manager | |
[[ ! -e "/tmp/colors.plugin.zsh" ]] && curl -s "https://raw.githubusercontent.com/zpm-zsh/colors/master/colors.plugin.zsh" -o /tmp/colors.plugin.zsh | |
source /tmp/colors.plugin.zsh | |
# source ~/.zi/plugins/zpm-zsh---colors/colors.plugin/zsh | |
for IMG in ${argv[@]}; do |
调查目的:了解当前各基于TLS的协议方案中ClientHello的指纹独特性。理论背景见 https://arxiv.org/abs/1607.01639 。
指纹数据库:
(利益相关:我是这个的作者)
Ever wanted to delete all your likes/favorites from Twitter but only found broken/expensive tools? You are in the right place.
setInterval(() => {
for (const d of document.querySelectorAll('div[data-testid="unlike"]')) {
d.click()
}
// ==UserScript== | |
// @name lightnovel2epub | |
// @description 快速输出半成品epub3.0 | |
// @author KCC | |
// @version 0.99.25 | |
// @namespace lightnovel2epub | |
// @match *://www.lightnovel.us/forum.php* | |
// @match *://www.lightnovel.cn/forum.php* | |
// @require https://github.com/Stuk/jszip/raw/master/dist/jszip.min.js | |
// @grant GM_registerMenuCommand |
ClubDAM has a mobile app called デンモクmini ("Denmoku mini") which uses an undocumented API.
// ==UserScript== | |
// @name 网易云歌词下载,可以双语了orz | |
// @namespace http://suselinks.us | |
// @description 我只是做了合并了两个脚本的工作,可以直接下载了。 | |
// @description 脚本1:https://greasyfork.org/zh-CN/scripts/10548-%E7%BD%91%E6%98%93%E4%BA%91%E9%9F%B3%E4%B9%90%E4%B8%8B%E8%BD%BD | |
// @description 脚本2:https://gist.github.com/anonymous/a800677393bbb2dd113a 多谢他们 | |
// @include http://music.163.com/* | |
// @grant none | |
// @version 1.2 | |
// ==/UserScript== |