• 注册
  • 网络技术 网络技术 关注:78 内容:558

    解除CSDN需要登录才能复制代码的限制

  • 查看作者
  • 打赏作者
  • 当前位置: 七七博客 > 网络技术 > 正文
    • 网络技术
    • // ==UserScript==
      // @name         解除CSDN登录后才能复制代码的限制
      // @namespace    http://tampermonkey.net/
      // @version      0.1
      // @description  try to take over the world!
      // @author       You
      // @match        https://blog.csdn.net/*
      // @icon         https://www.google.com/s2/favicons?domain=csdn.net
      // @grant         GM_addStyle
      // @run-at        document-end
      // ==/UserScript==
      
      (function() {
          'use strict';
          GM_addStyle ( `
              #content_views pre{
                  -webkit-user-select: auto !important;
                  -khtml-user-select: auto !important;
                  -moz-user-select: auto !important;
                  -ms-user-select: auto !important;
                  user-select: auto !important;
              }
              #content_views pre code{
                  -webkit-user-select: auto !important;
                  -khtml-user-select: auto !important;
                  -moz-user-select: auto !important;
                  -ms-user-select: auto !important;
                  user-select: auto !important;
              }
      ` );
      })();

      游猴脚本代码~

      请登录之后再进行评论

      登录
    • 任务系统
    • 帖子间隔 侧栏位置: