mariahlamb (@Aimen)分享一个好玩的油猴脚本 中发帖

看到一个gemini用于搜索总结的脚本,然后改了改: 
[image]
笑嘻了
脚本如下,抛砖引玉,大家看着整prompt
// ==UserScript==
// @name Google Search Enhanced via Gemini AI(改)
// @description Google Search with AI-Generated Annotation via Gemini(改)
// @version 0.99
// @license MIT
// @namespace djshigel
// @match https://www.google.com/search*
// @run-at document-end
// @grant GM.setValue
// @...