updated 部分用词等效替换,灵活搜索

This commit is contained in:
PASSER-BY
2021-11-23 00:48:01 +08:00
parent afbb9410b7
commit d875c15216
4 changed files with 389 additions and 333 deletions

View File

@@ -16,7 +16,7 @@
<script type="text/javascript">
setTimeout(function(){
if(location.hostname.indexOf('passer-by.com')<0){
location.href = 'http://passer-by.com/';
//location.href = 'http://passer-by.com/';
}else if( window.top != window.self ) {
window.top.location = self.location.href;
}