layerd_disabled

display the ad

当前为 2017-06-22 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name layerd_disabled
  3. // @namespace shjanken
  4. // @include http://blog.csdn.net/fengbingchun/article/details/51872436
  5. // @version 1
  6. // @grant none
  7. // @description:en display the ad
  8. // @description display the ad
  9. // ==/UserScript==
  10.  
  11. var layerd = document.getElementById('layerd');
  12. if (layerd)
  13. layerd.style.visibility = 'hidden'

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址