2022/7/26 10:49:34
ของเมื่อวันที่
// ==UserScript==
// @name konachan增强
// @namespace konachan
// @include *://konachan*
// @license MIT
// @grant none
// @version 1.0
// @author -
// @description 2022/7/26 10:49:34
// ==/UserScript==
(function () {
console.log("run k")
var l= document.getElementsByClassName("directlink largeimg")
for(n=0;n<l.length;n++){l[n].download=""}
})();