This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name View all cams on reallifecam.com | |
// @namespace None | |
// @version 1 | |
// @description View all cams without paying | |
// @match http://reallifecam.com/ | |
// @copyright 2012+, None | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js | |
// ==/UserScript== | |
var clipsDiv = $(".left_column"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name View all cams on reallifecam.com | |
// @namespace None | |
// @version 1 | |
// @description View all cams without paying | |
// @match http://reallifecam.com/ | |
// @copyright 2012+, None | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js | |
// ==/UserScript== | |
var clipsDiv = $(".left_column"); |