r/MtF link fixer

Switch all links to "r/MtF" on reddit to r/MtF/new

// ==UserScript==
// @name         r/MtF link fixer
// @namespace    tech.myip.jess.mtflink
// @version      0.1
// @description  Switch all links to "r/MtF" on reddit to r/MtF/new
// @author       BecomingJess
// @match        https://www.reddit.com/r/MtF/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    $('a[href="https://www.reddit.com/r/MtF/"]').attr('href','https://www.reddit.com/r/MtF/new/');
    // Your code here...
})();

QingJ © 2025

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