Gappy's Google Search

Context menu to let Gappy search Google

// ==UserScript==
// @name            Gappy's Google Search
// @description     Context menu to let Gappy search Google
// @version         0.1
// @author          floppycopier
// @include         *
// @grant           GM_openInTab
// @run-at          context-menu
// @license         MIT
// @namespace https://gf.qytechs.cn/users/1147279
// ==/UserScript==]]

(() => {
  const highlighted = window.getSelection().toString();
  window.open(`https://google.com/search?q=${highlighted}`, '_blank');
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址