学到了么 大佬有话说 : 1 小时前
知乎的猴子脚本 有吗? 刚才那个大佬的 没效果
知乎的猴子脚本 有吗?刚才那个大佬的 没效果
哀素衣 大佬有话说 : 1 小时前
https://greasyfork.org/zh-CN/scripts/415278-%E7%9F%A5%E4%B9%8E%E5%85%8D%E7%99%BB%E5%BD%95
我用的这个https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
h20 大佬有话说 : 1 小时前
baidu snapshot
Chiser 大佬有话说 : 1 小时前
// ==UserScript==
// @name 知乎免登陆 – 新版
// @description知乎免登陆
// @namespace https://www.zhihu.com/
// @match *://www.zhihu.com/*
// @version 0.0.1.20201201064337
// ==/UserScript==
‘use strict’;
(function () {
let removeLoginModal = e => {
if (e.target.getElementsByClassName(‘Modal-wrapper’).length > 0) {
e.target.getElementsByClassName(‘Modal-wrapper’).remove();
setTimeout(() => {document.documentElement.style.overflowY = ‘scroll’;}, 0);
}
}
document.addEventListener(‘DOMNodeInserted’, removeLoginModal);
})();
o(╥﹏╥)o 大佬有话说 : 1 小时前
谢谢分享,收藏了。。。。。。。。