tombloo.service.extractor.conversation_twitter_search.js �\�4�U p��4�U Tombloo.Service.extractors.register( { name: 'Conversation - Twitter Search', RE: /^https?:\/\/twitter\.com\/search(?:\/realtime|timeline)?\?q=/, ICON: 'http://twitter.com/favicon.ico', check: function(ctx){ return this.RE.test(ctx.href); }, extract : function (ctx) { var tweets = ctx.document.querySelectorAll('.tweet'), id, te