Startpage.com search term in page title

Show Startpage search term in title

目前為 2022-03-14 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Startpage.com search term in page title
// @namespace    https://startpage.com/
// @version      1.0
// @description  Show Startpage search term in title
// @author       xdpirate
// @license      GPL v2.0
// @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*
// ==/UserScript==
document.title = `${document.getElementById('q').value} - ${document.title}`;

QingJ © 2025

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