NGA搜索框飘回来

如题

  1. // ==UserScript==
  2. // @name NGA搜索框飘回来
  3. // @namespace https://live.bilibili.com/7115892
  4. // @version 0.1
  5. // @description 如题
  6. // @author Windy
  7. // @match https://bbs.nga.cn/*
  8. // @match https://nga.178.com/*
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. document.getElementsByTagName('input')[0].addEventListener("click", function(){
  13. document.getElementsByClassName(' single_ttip2')[0].style.right='0px';
  14. })

QingJ © 2025

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