[SNOLAB] Keep only one page per domain

Keep only one page per domain

// ==UserScript==
// @name             [SNOLAB] Keep only one page per domain
// @namespace        https://userscript.snomiao.com/
// @version          0.1.0
// @description      Keep only one page per domain
// @author           [email protected]
// @match            *://*
// @grant            none
// @contributionURL  https://snomiao.com/donate
// @supportURL       https://github.com/snomiao/userscript/issues
// ==/UserScript==

window === window.open(location.href + "#", location.hostname) ||
  window.open("", "_self").close();

QingJ © 2025

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