Gappy's Google Search

Context menu to let Gappy search Google

  1. // ==UserScript==
  2. // @name Gappy's Google Search
  3. // @description Context menu to let Gappy search Google
  4. // @version 0.1
  5. // @author floppycopier
  6. // @include *
  7. // @grant GM_openInTab
  8. // @run-at context-menu
  9. // @license MIT
  10. // @namespace https://gf.qytechs.cn/users/1147279
  11. // ==/UserScript==]]
  12.  
  13. (() => {
  14. const highlighted = window.getSelection().toString();
  15. window.open(`https://google.com/search?q=${highlighted}`, '_blank');
  16. })();

QingJ © 2025

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