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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey 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 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.

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

// ==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...
})();