/player/peflplayer.ieuser.js

http://pefladdons.googlecode.com/ · JavaScript · 24 lines · 5 code · 1 blank · 18 comment · 0 complexity · 05a264a04a8fc1a321a2f33f3147b1bb MD5 · raw file

  1. // ==UserScript==
  2. // @name peflplayer
  3. // @namespace pefl
  4. // @description modification player page and school boys
  5. // @include http://www.pefl.ru/plug.php?p=refl&t=p*
  6. // @include http://www.pefl.ru/plug.php?p=refl&t=yp*
  7. // @include http://pefl.ru/plug.php?p=refl&t=p*
  8. // @include http://pefl.ru/plug.php?p=refl&t=yp*
  9. // @include http://www.pefl.net/plug.php?p=refl&t=p*
  10. // @include http://www.pefl.net/plug.php?p=refl&t=yp*
  11. // @include http://pefl.net/plug.php?p=refl&t=p*
  12. // @include http://pefl.net/plug.php?p=refl&t=yp*
  13. // @include http://www.pefl.org/plug.php?p=refl&t=p*
  14. // @include http://www.pefl.org/plug.php?p=refl&t=yp*
  15. // @include http://pefl.org/plug.php?p=refl&t=p*
  16. // @include http://pefl.org/plug.php?p=refl&t=yp*
  17. // @version 1.1
  18. // ==/UserScript==
  19. var headID = document.getElementsByTagName("head")[0];
  20. var newScript2 = document.createElement('script');
  21. newScript2.type = 'text/javascript';
  22. newScript2.src = 'http://pefladdons.googlecode.com/svn/trunk/player/player_ie.js';
  23. headID.appendChild(newScript2);