LIHKG Redirect

redirect to browser friendly lihkg

// ==UserScript==
// @name         LIHKG Redirect
// @version      1
// @description  redirect to browser friendly lihkg
// @include   /.*lihkg\.com/.*/
// @author       Kbob
// @namespace https://gf.qytechs.cn/users/84842
// ==/UserScript==
(function(){
	if(document.location.href.indexOf("lihkg.com") >= 0){
		window.location.replace(window.location.protocol + "//" + window.location.host.replace("com", "na.cx") + window.location.pathname);
	}
})();

QingJ © 2025

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