DLSite GAME TIELE Copy

Copy game title

// ==UserScript==
// @name         DLSite GAME TIELE Copy
// @namespace    https://twitter.com/Tescostum/
// @version      0.3
// @description  Copy game title
// @author       KBT
// @match        https://www.dlsite.com/*
// @grant        none
// @license MIT
// ==/UserScript==
(function() {
    var listItem = document.querySelector(".topicpath > .topicpath_item:last-child");
    if(listItem) {
        listItem.style.userSelect = "text";
    }
    var titleItem = document.querySelector("#work_name");
    if(titleItem) {
        titleItem.style.userSelect = "text";
    }
})();

QingJ © 2025

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