解决B站复制文本

try to take over the world!

目前為 2019-05-07 提交的版本,檢視 最新版本

// ==UserScript==
// @name         解决B站复制文本
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  try to take over the world!
// @author       Jonolo
// @match        http*://*.bilibili.com/read*
// @grant        none
// @run-at document-idle
// ==/UserScript==

(function() {
  $(document).off()
  $(".article-holder").off()
  $(".article-holder").addClass("-webkit-user-select","auto")
  $(".article-holder").addClass("user-select","auto")
})();

QingJ © 2025

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