fuck 知乎登录页

滚 nm 知乎短信登录, 进知乎登录页面就直接跳转 配合这个脚本更好 https://greasyfork.org/zh-CN/scripts/402655-%E5%8E%BB%E9%99%A4%E7%9F%A5%E4%B9%8E%E7%99%BB%E9%99%86%E5%BC%B9%E7%AA%97-remove-stupid-login-window-on-zhihu-com

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

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

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

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.

(Zateb bir user-style yöneticim var, yükleyeyim!)

// ==UserScript==
// @name         fuck 知乎登录页
// @namespace    http://tampermonkey.net/
// @version      0.0.1
// @description  滚 nm 知乎短信登录, 进知乎登录页面就直接跳转 配合这个脚本更好 https://greasyfork.org/zh-CN/scripts/402655-%E5%8E%BB%E9%99%A4%E7%9F%A5%E4%B9%8E%E7%99%BB%E9%99%86%E5%BC%B9%E7%AA%97-remove-stupid-login-window-on-zhihu-com 
// @author       You
// @match        https://www.zhihu.com/signin?next=%2F
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
   window.location.href="https://www.zhihu.com/search?type=content&q=fuck%E7%9F%A5%E4%B9%8E"
    // Your code here...
})();