火球法师
精华
|
战斗力 鹅
|
回帖 0
注册时间 2018-4-13
|
本帖最后由 gdh4chang 于 2020-12-3 18:00 编辑
自用代码,代码写得丑,但是能用
- (function() {
- 'use strict';
- if(document.location.href.indexOf('/signin?') > -1){
- window.location.href = '//zhihu.com/search?'
- }
- var flag = 0;
- function overflowFunc(){
- const model = document.getElementsByTagName('html')[0]
- if(model){
- if(model.style.overflow == 'hidden') model.style.overflow = 'auto'
- clearInterval(flag)
- }
- }
- var dflag = 0;
- function divFunc(){
- var model = document.getElementsByClassName('undefined')
- if(model.length > 0){
- model[0].remove();
- if(document.getElementsByClassName('undefined').length = 0)clearInterval(dflag)
- }
- }
- flag = setInterval(overflowFunc,200)
- dflag = setInterval(divFunc,200)
- })();
复制代码
|
|