Subreddit Header Link

Changes the header link to current subreddit home on comment pages.

// ==UserScript==
// @namespace raina
// @version 1.0
// @name Subreddit Header Link
// @description Changes the header link to current subreddit home on comment pages.
// @match *://*.reddit.com/*/comments/*
// @grant none
// ==/UserScript==
document.getElementById("header-img").href = window.location.href.replace(/comments.*$/, "");

QingJ © 2025

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