javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

把上面的红色代码复制到IE浏览器的地址栏中,然后回车,你会发现,网页中所有的元素可以任由我们宰割了哦,呵呵不错的JS效果

 

看下面这个更狠,也是适用IE的

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);

同上操作。

相关文章:

  • 2021-12-18
  • 2022-12-23
  • 2021-08-17
  • 2021-06-28
  • 2022-12-23
  • 2022-01-29
  • 2021-07-10
  • 2022-12-23
猜你喜欢
  • 2021-11-27
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2022-03-04
  • 2022-12-23
  • 2021-06-23
相关资源
相似解决方案