Advertisement
TICKOONA

جعل خلفية المدونة تتغير تلقائيا اثناء التصفح BACKGROUND CHAN

Jun 10th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. قم بالبحث عن هذا الكود :
  2. </head>
  3. ضع قبلة مباشرة هذا الكود :
  4. <script type='text/javascript'>
  5. var images= new Array()
  6. images[0]=&quot;اضف رابط الصورة هنا&quot;
  7. images[1]=&quot;اضف رابط الصورة هنا&quot;
  8. images[2]=&quot;اضف رابط الصورة هنا&quot;
  9. images[3]=&quot;اضف رابط الصورة هنا&quot;
  10. images[4]=&quot;اضف رابط الصورة هنا&quot;
  11. var random=Math.floor(3*Math.random());
  12. document.write(&quot;<style>&quot;);
  13. document.write(&quot;body {&quot;);
  14. document.write(&#39; background:url(&quot;&#39; + images[random] + &#39;&quot;) repeat;&#39;);
  15. document.write(&quot; }&quot;);
  16. document.write(&quot;</style>&quot;);
  17. </script>
  18.  
  19.  
  20.  
  21.  
  22. images[4]=&quot;اضف رابط الصورة هنا&quot;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement