CSDN no login

watch articles without login

As of 2023-03-14. See the latest version.

// ==UserScript==
// @name         CSDN no login
// @version      0.7
//author       albert

// @description  watch articles without login

// @license      MIT
// @icon         https://www.csdn.net/favicon.ico

// @match        *://*.csdn.net/*

// @grant        none
// @namespace https://greasyfork.org/users/693045
// ==/UserScript==

(function() {
    'use strict';
     $("pre,code").css("user-select","auto");
})();