// @match http://link.zhihu.com/?target=*
这里的只匹配http,应该忽略协议 // @match *://link.zhihu.com/?target=*
// @match *://link.zhihu.com/?target=*
其他同理