修改host
39.156.66.10 clarity.ms
39.156.66.10 g.csdnimg.cn
39.156.66.10 googlesyndication.com
39.156.66.10 pagead2.googlesyndication.com
39.156.66.10 sp0.baidu.com
39.156.66.10 v.clarity.ms
39.156.66.10 fundingchoicesmessages.google.com
油猴脚本
// ==UserScript==
// @name FIX-CSDN
// @namespace csdn.net
// @version 2024-07-06
// @description try to take over the world!
// @author You
// @match https://blog.csdn.net/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=csdn.net
// @grant none
// ==/UserScript==
(function() {
'use strict';
$("*").css({
height:"unset",
"max-height":"unset",
"user-select":"unset",
})
$(".article_content").css({
height:"unset",
"max-height":"unset",
"user-select":"unset",
})
$(".hide-article-box").css({
display:"none",
})
// Your code here...
})();
标签:66.10,浏览,com,博客,height,CSDN,39.156,unset
From: https://www.cnblogs.com/mofrite/p/18286982