8chan-MD5

Display image md5s

目前為 2015-10-26 提交的版本,檢視 最新版本

// ==UserScript==
// @name         8chan-MD5
// @version      0.1
// @description  Display image md5s
// @author       Anonymous
// @match        *://8ch.net/*
// @grant        none
// @namespace https://gf.qytechs.cn/users/18941
// ==/UserScript==

$('.files .file').each(function() {
	$(this).find('.fileinfo .unimportant').append(" MD5: " + $(this).find('.post-image').attr('data-md5'));
});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址