Some of the interesting JavaScript code you can see on the Internet. The copyright is owned by others. You can use it if you want it. You don't have to say hello to me :)
1:
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 );
Find a website with images and copy the above Code to the address bar and press Enter. Isn't that fun? haha!
2:
Javascript: Document. Body. contenteditable = 'true'; document. designMode = 'on'; void 0
You can edit other people's websites at will. Haha, it's just a false match. It's good to cheat people!