viewing paste Unknown #10360 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{\rtf1\ansi\ansicpg1252\cocoartf1265
{\fonttbl\f0\fmodern\fcharset0 Courier;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\deftab720
\pard\pardeftab720
 
\f0\fs24 \cf0 // ==UserScript==\
// @name         mass follow\
// @namespace    follow\
// @version      0.2\
// @include      /^https?://www\\.twitter\\.com/.*$/\
// @include      /^https?://twitter\\.com/.*$/\
// @author       Mark Glasgow\
// @description  This script auto-follows \
// ==/UserScript==\
\
\pard\pardeftab720
\cf0 __cnt__=0; jQuery('.stream A.follow-btn > DIV.follow-text').each(function (i, ele) \{ ele = jQuery(ele); if (ele.css('display')!='block') \{console.log('already following:', i); return;\} setTimeout(function () \{ele.click();\}, __cnt__++*500); \});\
\pard\pardeftab720
\cf0 \
}
Viewed 1011 times, submitted by Guest.