// ==UserScript== // @name Stage1st 临时搜索 // @namespace http://tampermonkey.net/ // @version 2.1 // @description 给S1加个带站点选择的临时搜索框 // @author Youmiya Hina // @match https://stage1st.com/2b/*.html // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; const searchContainer = document.createElement('div'); searchContainer.style.cssText = ` margin: 20px auto; padding: 15px; background: #f5f5f5; border-radius: 4px; max-width: 800px; box-shadow: inset 0 1px 3px rgba(0,0,0,0.1); `; searchContainer.innerHTML = `