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. // @match https://maxv.lol/*
  9. // @grant none
  10. // @version 1.4
  11. // @author StephenP
  12. // @license copyleft
  13. // @description Redirect alternative domains to the real maxstream.video website (where uBlock Orign works)
  14. // @run-at document-start
  15. // ==/UserScript==
  16. document.location.host="maxstream.video";