Skip to content

Instantly share code, notes, and snippets.

VERSION BUILD=6251204 RECORDER=FX
CLEAR
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=http://www.kentucky.com/latest_news/story/1047185.html#poll?storylink=addthis
REFRESH
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:poll_responses ATTR=ID:p2224
TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:poll_responses ATTR=ID:vote
##
# feed it a url and it'll pass that url to a url shortener, pass the shortened url to another shortener
# and so on. in the end you should have a url that takes a couple of minutes to load. fun!
# in firefox, you'll need to up the network.http.redirection-limit in about:config to 1000 or so.
#
require 'net/http'
require 'rubygems'
require 'hpricot'