Skip to content

CSDN select code without login by kunoisayami

Screenshot of CSDN select code without login

Details

Authorkunoisayami

LicenseAGPLv3

Categoryuserstyles, csdn

Created

Updated

Size690 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Let you can select code without login to CSDN

Notes

It can work properly w/o javascript, too.

Source code

/* ==UserStyle==
@name           Select code on CSDN without login
@namespace      https://github.com/KunoiSayami
@version        1.0.0
@description    Let you can select code on CSDN, without to login.
@author         KunoiSayami
@license        AGPLv3
@homepageURL    https://gist.github.com/KunoiSayami/543bb1d1424931851842c7ceb7e01b72
@supportURL     https://gist.github.com/KunoiSayami/543bb1d1424931851842c7ceb7e01b72
@preprocessor   stylus
==/UserStyle== */
@-moz-document domain("blog.csdn.net") {
#content_views pre code {
    -webkit-user-select: unset;
    user-select: auto;
}

#content_views pre {
    -webkit-user-select: unset;
    user-select: auto;
}
}

Reviews

No reviews yet.