Hostloc网址重定向91ai

Hostloc网址重定向到91ai.net

// ==UserScript==
// @name		Hostloc网址重定向91ai
// @version		0.1
// @description	Hostloc网址重定向到91ai.net 
// @author		撒旦和数据发送方
// @match		*://hostloc.com/*
// @license		MIT
// @grant		none
// @run-at		document-start
// @namespace https://greasyfork.org/users/962738
// ==/UserScript==

window.location.replace(location.href.replace(location.hostname, "91ai.net"));