Redirect Medium URLs to scribe.rip

Redirect all URLs hosted on medium.com to scribe.rip

  1. // ==UserScript==
  2. // @name Redirect Medium URLs to scribe.rip
  3. // @namespace https://davidblue.wtf
  4. // @version 0.1
  5. // @description Redirect all URLs hosted on medium.com to scribe.rip
  6. // @author David Blue
  7. // @match *://medium.com/*
  8. // @license The Unlicense
  9. // ==/UserScript==
  10. (function() {
  11. "use strict";
  12. window.location.replace(window.location.href.replace("medium.com", "scribe.rip"));
  13. })();

QingJ © 2025

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