去掉知乎/CSDN网页标题未读消息提示

去掉那些该死的消息提示!

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey to install this script.

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ผู้เขียน
M-Culture
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
186
คะแนน
3 0 0
เวอร์ชัน
2.4
สร้างเมื่อ
06-11-2021
อัปเดตเมื่อ
02-12-2021
Size
665 ไบต์
สัญญาอนุญาต
GNU GPLv3
ปรับใช้กับ

使用此脚本,网页标题再也没有提示!

知乎、CSDN等网页经常在网页标题栏塞入 “XX条私信”,“XX条未读消息” 等提示,标题栏本来就小,还要被这种东西占用,非常的不爽,本脚本就是解决了这个问题

  • 脚本使用正则表达式检测标题文本实现,匹配格式为 [数字] + [任意文字](通常是“条”字) + [“消息/私信”]

  • 由于作者脚本水平低,只能使用定时循环的方法来一直检测标题

  • 目前只适配了知乎和CSDN,如果有其他提示文本格式一样的网站,也可以自行加入@match 规则中进行屏蔽