妮可动漫工具

remove nav element

目前为 2020-10-11 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name 妮可动漫工具
  3. // @namespace http://www.nicotv.club/
  4. // @version 0.1
  5. // @description remove nav element
  6. // @author cut_hand
  7. // @match http://www.nicotv.club/
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. // Your code here...
  14. let ad = document.querySelectorAll('.ff-bg')
  15. console.log(ad)
  16. ad[0].remove()
  17.  
  18. })();

QingJ © 2025

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