101743 / Old Reddit

Polls do not seem to work with old.reddit.com. I changed the matching to:

if  (url.match("//www.reddit") !== null && !url.match("/poll/")){

and it works.