新浪SAE去掉实名认证提示

根据实际状况更改选择器javascript

在本身的脚本中加上一个timer。css

setTimeout(function(){
  clearInterval(0);
  clearInterval(1);
  clearInterval(2);
  clearInterval(3);

  try{
    $('#app~div').css('display','none');
  }catch(e){
    console.log(e);
  }
  try{
    $('#app~div').style.display='none';    
  }catch(e){
    console.log(e);
  }

},500);
相关文章
相关标签/搜索