UNPKG

all-search

Version:

A top fixed menu that allows you to jump between various search engines, build based on Vue, and use rollup.

23 lines (21 loc) 960 B
// ==UserScript== // @name all-search 全搜,搜索引擎快捷跳转,支持任意网站展示 // @version 1.3.16 // @description 2022-12-12更新 搜索辅助增强,任意跳转,无需代码适配,支持任意网站展示 // @author endday // @license GPL-3.0-only // @homepageURL https://github.com/endday/all-search // @updateURL https://raw.github.com/endday/all-search/release/index.user.js // @downloadURL https://raw.github.com/endday/all-search/release/index.user.js // @supportURL // @noframes // @include * // @require https://unpkg.com/vue@3.2.33/dist/vue.global.prod.js // @require https://unpkg.com/@popperjs/core@2.11.6/dist/umd/popper-lite.min.js // @run-at document-idle // @grant GM_getValue // @grant GM_setValue // @grant GM_addStyle // @grant GM_getResourceText // @require file:///E:\myProject\all-search\dist\index.local.js // ==/UserScript==