All Projects → endday → all-search

endday / all-search

Licence: GPL-3.0 license
all-search 全搜,一个搜索引擎快捷跳转菜单

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to all-search

Rollup Plugin Alias
This module has moved and is now available at @rollup/plugin-alias / https://github.com/rollup/plugins
Stars: ✭ 175 (+66.67%)
Mutual labels:  rollup
Typescript Lib Starter
Typescript library starter
Stars: ✭ 235 (+123.81%)
Mutual labels:  rollup
vitext
The Next.js like React framework for better User & Developer experience!
Stars: ✭ 376 (+258.1%)
Mutual labels:  rollup
Learn Rollup
This is an example project to accompany a tutorial on using Rollup.
Stars: ✭ 178 (+69.52%)
Mutual labels:  rollup
Ol3echarts
🌏 📊 ol3Echarts | a openlayers extension to echarts
Stars: ✭ 229 (+118.1%)
Mutual labels:  rollup
Harold
Compares frontend project bundles
Stars: ✭ 241 (+129.52%)
Mutual labels:  rollup
Tails Ui
🐒 Clean UI based on tailwindcss
Stars: ✭ 162 (+54.29%)
Mutual labels:  rollup
svelte-pwa-now
A PWA ready Svelte v3.0 starter template with Tailwind, Now integration and optional Typescript suppot
Stars: ✭ 138 (+31.43%)
Mutual labels:  rollup
Modular Css
A streamlined reinterpretation of CSS Modules via CLI, API, Browserify, Rollup, Webpack, or PostCSS
Stars: ✭ 234 (+122.86%)
Mutual labels:  rollup
userscripts
My user scripts
Stars: ✭ 17 (-83.81%)
Mutual labels:  tampermonkey-userscript
Vue Plugin Template
🚀 Solid foundation to start a Vue plugin with the best developer experience and a focus on performance
Stars: ✭ 189 (+80%)
Mutual labels:  rollup
Rollup Plugin Esbuild
Use ESBuild with Rollup to transform ESNext and TypeScript code.
Stars: ✭ 220 (+109.52%)
Mutual labels:  rollup
firebase-functions-typescript-starter
Create & test Firebase Cloud Functions in TypeScript
Stars: ✭ 101 (-3.81%)
Mutual labels:  rollup
Front End Tooling Recipes
Collection of pre-configured front-end tooling setups for common uses.
Stars: ✭ 176 (+67.62%)
Mutual labels:  rollup
sox
Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features
Stars: ✭ 65 (-38.1%)
Mutual labels:  tampermonkey-userscript
Js Sdk
JavaScript & Node.js SDKs for the Elastic Path Commerce Cloud eCommerce API
Stars: ✭ 169 (+60.95%)
Mutual labels:  rollup
React Redux Typescript Jspm Starter
Futuristic, bundle-free, development environment for building Component-Driven SPA with React, Redux and TypeScript - powered by JSPM (SystemJS & Rollup with tree-shaking)
Stars: ✭ 238 (+126.67%)
Mutual labels:  rollup
vue-cli-template-library
Template for developing open-source vue.js libraries with Rollup + Jest + Babel + Storybook + TravisCI + SemanticRelease
Stars: ✭ 61 (-41.9%)
Mutual labels:  rollup
rollup-boilerplate
Simple boilerplate to make components libraries with React.
Stars: ✭ 13 (-87.62%)
Mutual labels:  rollup
electron-template
Electron multiwindow mode template
Stars: ✭ 65 (-38.1%)
Mutual labels:  rollup

all-search

English | 简体中文

all-search, a search engine jump menu

A top fixed menu that allows you to easily jump between search engines, based on vue3 and built using rollup.

Thanks to searchEngineJump for the idea and URL source. Similar tools recommended. searchJumper Most powerful, Swiss army knife searchEngineJump Search engine quick jump Most users

Any needs, suggestions, question directly to Issues.
Doing this script is purely a personal interest, using love to generate electricity.
It's not easy to open source, so please encourage me, if you think it's good, go to GitHub and give it a Star, or share it with people around you.

Script URL

The difference between Tampermonkey's and ScriptCat's scripts has been smoothed out

greasyFork

ScriptCat

Set page

Features

  • GUI Add URL
  • Drag to change category sorting
  • Support vertical and horizontal layout
  • Click on a category to use the first URL of the category to open it
  • Middle mouse button click on the URL to open a new window (you can also use ctrl+right click)
  • Provide mobile support
    • Scrolling is possible if the page width is insufficient
    • Mobile for click-triggered menu
  • Auto-hide function, triggered by button, can also be changed to scroll up or down to trigger hide
  • Auto-loading support for newly added URLs (i.e., those added by the user, can be displayed automatically)
  • Adaptive style, no additional adaptations required
  • Text selection toolbar
  • Global pop-up search

Todo list

  • English support
  • Shortcut open global pop-up search (TBD)
  • Google Pluginization (TBD)

Compatibility and Performance

  • For Baidu style issues, instead of using performance-depleting timers, use hijacked Node.prototype.removeChild to achieve
  • Listening for route switching for youtube's spf.js
  • no compatibility issues with AC-baidu and other mainstream Tampermonkey scripts

Contribute

Local development

Setup page

npm run serve

script

npm run tmDev

After running, copy the index.dev.js from the build directory to Tampermonkey or another script manager.

tmDev uses watch and will automatically rebuild every time it is modified. There is no code inside the index.dev.js file, but rather require references the local file index.user.js, so remember to enable Tampermonkey's file access rights

build scripts

The version number of the script references the version number in package.json, remember to modify

npm run tmBuild

will package out the index.user.js used by Tampermonkey

Feedback and communication

QQ group
QQ group number 148498263

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].