CSDN no login

try to take over the world!

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


// @description  try to take over the world!
// @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");



})();