惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Privacy International News Feed
Martin Fowler
Martin Fowler
The GitHub Blog
The GitHub Blog
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
I
InfoQ
Y
Y Combinator Blog
月光博客
月光博客
小众软件
小众软件
有赞技术团队
有赞技术团队
A
About on SuperTechFans
U
Unit 42
C
CXSECURITY Database RSS Feed - CXSecurity.com
Know Your Adversary
Know Your Adversary
NISL@THU
NISL@THU
P
Proofpoint News Feed
V
Vulnerabilities – Threatpost
G
Google Developers Blog
V
V2EX
V
V2EX - 技术
Forbes - Security
Forbes - Security
D
Darknet – Hacking Tools, Hacker News & Cyber Security
GbyAI
GbyAI
The Cloudflare Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
T
Tailwind CSS Blog
人人都是产品经理
人人都是产品经理
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
M
MIT News - Artificial intelligence
量子位
Microsoft Security Blog
Microsoft Security Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
博客园_首页
Recorded Future
Recorded Future
F
Full Disclosure
Hacker News - Newest:
Hacker News - Newest: "LLM"
Cyberwarzone
Cyberwarzone
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
PCI Perspectives
PCI Perspectives
H
Hacker News: Front Page
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
C
Check Point Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org

黑魔法

建立三维模型 给扩展坞绑了一罐啤酒。解决了温度问题。 WSL1 根本不是什么黑魔法 而是抄袭 Docker 而已吧 有没有知道途虎这个风控登录如何实现? android伪造签名漏洞的poc Camjacking 最近台湾 Hacker 拿下 gov.ph 的方法 假设有这样的病毒 Apache Killer A message from Comodo Hacker 假设有这样的木马/病毒 一串由小写字母和数字组成的字符串有可能是什么编码或算法? 暴力破解 MD5 的工具 在一台 2.5GHz 的 MBP 上,暴力破解一个 MD5 大概会需要多长时间?
利用 Adblock 净化国内网站,比如某 C 某 S 某 D 某 N
lovecy · 2020-08-28 · via 黑魔法

Adblock,yyds,话不多说,安装以后,参考以下过滤规则

某 C 某 S 某 D 某 N

# 右侧额外栏目、顶部固定横条、底部固定横条
csdn.net###rightAside
csdn.net###csdn-toolbar
csdn.net###toolBarBox
# 文章底部文字广告以及推荐
csdn.net###dmp_ad_58
csdn.net##.recommend-box.second-recommend-box
csdn.net##.recommend-box.insert-baidu-box
# 登录遮罩
csdn.net##div.login-mark
csdn.net##div#passportbox

注:右侧额外栏目是独立于左侧内容的,一般是目录和广告这种没用的,所以禁用了可以让左侧所有内容居中 注:禁用网页底部推荐文章,会导致网页内容,和引擎看到的不一致,因为 CSDN 用底部推荐文章做了当前页面的大量 SEO

某乎

# 看长答案时底部浮动的回复框(拉到底部还是能看到的)
zhihu.com##div.ContentItem-actions.Sticky.RichContent-actions.is-fixed.is-bottom
# 顶部浮动的横条(拉到顶部还是能看到的)
zhihu.com##header.Sticky.AppHeader.is-hidden.is-fixed
zhihu.com##header.Sticky.AppHeader.is-fixed

其他

以上只是给了两个例子,如果前端被修改了,也就失效了,按这个思路自己调整成自己喜欢的样子就行

另外有大佬知道有什么方法可以便捷调整网页元素的 CSS 么,因为用 Adblock 屏蔽元素后,网页很空,想让主要内容元素 width:100%酱紫