您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Update Startpage.com search page title with the search term so the tabs are easier to distinguish and organize.
// ==UserScript== // @name Startpage.com search result on page title // @namespace https://gf.qytechs.cn/en/scripts/424498-startpage-com-search-result-on-page-title // @version 1.0 // @description Update Startpage.com search page title with the search term so the tabs are easier to distinguish and organize. // @author Author // @match https://startpage.com/sp/search* // @match https://startpage.com/do/dsearch* // @match https://www.startpage.com/sp/search* // @match https://www.startpage.com/do/dsearch* // @grant none // @license GPL v2+, MPL, MIT, BSD, CC0, WTFPL // ==/UserScript== (function() { 'use strict'; document.title = `${document.getElementById('q').value} - Startpage.com`; })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址