如题
// ==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'; })