首页 > 代码库 > js判断网页标题包含某字符串则替换

js判断网页标题包含某字符串则替换

js判断网页标题包含某字符串则替换,代码如下:

var tit=document.title;if(tit.indexOf("afish")>0){tit=tit.replace(‘http://t.qq.com/wb631992791‘,‘小鱼阁‘);document.title=tit;