Skip to content

Commit

Permalink
更新 sx.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gitMFQ authored Apr 17, 2024
1 parent 087c8be commit 56f79b8
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions js/sx.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
// ==UserScript==
// @name 搜索引擎切换功能条
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 在浏览器顶部添加一个功能条以切换搜索引擎
// @author Copilot
// @match *://*/*
// @grant none
// ==/UserScript==

(function() {
'use strict';

// 创建功能条容器
var searchSwitchBar = document.createElement('div');
var searchSwitchBar = document.createElement('header');
searchSwitchBar.style.display = 'flex';
searchSwitchBar.style.fontSize = '15px';
searchSwitchBar.style.left = '0px';
Expand Down

0 comments on commit 56f79b8

Please sign in to comment.