Greasy Fork镜像 还支持 简体中文。

MyMefiRedirect

redirect the front page to MyMefi

目前為 2017-11-11 提交的版本,檢視 最新版本

// ==UserScript==
// @name         MyMefiRedirect
// @namespace    http://www.metafilter.com/user/259940
// @version      0.1
// @description  redirect the front page to MyMefi
// @author       saltbush and olive
// @match        http://www.metafilter.com/
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    window.location.href = "http://www.metafilter.com/home/mymefi";
})();

QingJ © 2025

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