Open in same tab - startpage.com

5/26/2021, 9:42:20 AM

// ==UserScript==
// @name        Open in same tab - startpage.com
// @namespace   Violentmonkey Scripts
// @match       https://www.startpage.com/*
// @grant       none
// @version     1.0.2
// @author      _matesko_
// @description 5/26/2021, 9:42:20 AM
// ==/UserScript==

var el = document.querySelectorAll("a.result-link");
el.forEach(e => e.setAttribute("target", "_self"));

QingJ © 2025

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