Redirect to orignal maxstream.video

Redirect alternative domains to the real maxstream.video website (where uBlock Orign works)

当前为 2025-01-26 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Redirect to orignal maxstream.video
  3. // @namespace StephenP
  4. // @match https://fmax13.lol/*
  5. // @match https://sumax43.autos/*
  6. // @match https://maxmon23.online/*
  7. // @grant none
  8. // @version 1.2
  9. // @author StephenP
  10. // @license copyleft
  11. // @description Redirect alternative domains to the real maxstream.video website (where uBlock Orign works)
  12. // @run-at document-start
  13. // ==/UserScript==
  14. document.location.host="maxstream.video";