NGA搜索框飘回来

如题

// ==UserScript==
// @name         NGA搜索框飘回来
// @namespace    https://live.bilibili.com/7115892
// @version      0.1
// @description  如题
// @author       Windy
// @match        https://bbs.nga.cn/*
// @match        https://nga.178.com/*
// @grant        none
// ==/UserScript==

document.getElementsByTagName('input')[0].addEventListener("click", function(){
    document.getElementsByClassName(' single_ttip2')[0].style.right='0px';
})

QingJ © 2025

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