konachan增强

2022/7/26 10:49:34

As of 2022-07-26. See the latest version.

// ==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=""}
})();