Redirect to original maxstream.video

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

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