zhihu_killer

知乎自动关闭登录框 智能识别登录状态

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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

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

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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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!)

Autor
wuuconix
Installationen heute
0
Installationen gesamt
121
Bewertungen
0 0 0
Version
0.2
Erstellt am
09.04.2022
Letzte Aktualisierung
06.05.2022
Größe
1,08 KB
Lizenz
MIT
Wird angewandt auf

知乎杀手

zhihu_killer.js

解决问题:知乎在用户没有登录的情况下会弹出登录框 影响用户阅读

知乎登录框.jpg

通过MutationObserver检测body的变化,每次变化查看有没有弹出登录框,若有则自动点击实现关闭。

console.log("检测到登录框 已经为你自动关闭")

同时考虑到一些用户已经登录,observer将首先查看用户登录状况,如果已经登录,observer将自杀。

console.log("检测到你已登录,observer将自动关闭")

Greasy Fork 下载链接