Skip to content

fcuk csdn by gzlock

Details

Authorgzlock

LicenseNo License

Categorycsdn.net

Created

Updated

Size430 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

先直接在浏览器禁止csdn的js权限
不登录复制
取消pre限高

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         fcuk csdn
@version      20240125
@namespace    userstyles.world/user/gzlock
@description  先直接在浏览器禁止csdn的js权限,不登录复制,取消pre限高
@author       gzlock
@license      No License
==/UserStyle== */

@-moz-document domain("blog.csdn.net") {
* {
    user-select: auto !important;
}
main div.blog-content-box pre{
    max-height: unset !important;
}
}

Reviews

No reviews yet.