Guest User

reallifecam.com

a guest
Nov 29th, 2012
952
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. INSTALLATE GREASEMONKEY!!
  2.  
  3. // ==UserScript==
  4. // @name RealLifeCam
  5. // @namespace RLC
  6. // @description Make all cams viewable
  7. // @include http://reallifecam.com/*
  8. // @version 1
  9. // @grant none
  10. // ==/UserScript==
  11. $('a#01_4').attr('href','cam4.stream');
  12. $('a#01_5').attr('href','cam5.stream');
  13.  
  14. $('a#02_4').attr('href','cam9.stream');
  15. $('a#02_5').attr('href','cam10.stream');
  16.  
  17. $('a#03_4').attr('href','cam14.stream');
  18. $('a#03_5').attr('href','cam15.stream');
  19.  
  20. $('a#04_4').attr('href','cam19.stream');
  21. $('a#04_5').attr('href','cam20.stream');
  22. $('a#04_6').attr('href','cam21.stream');
  23.  
  24. $('a#05_4').attr('href','cam25.stream');
  25. $('a#05_5').attr('href','cam26.stream');
  26. $('a#05_6').attr('href','cam27.stream');
Add Comment
Please, Sign In to add comment