[tor-dev] authentication questions on Tor controller

2012-11-08 Thread jiang song
I just start to use tor controller, I notice the mannual says: pass Tor the "--CookieAuthentication 1" option when you start it. Tor will create a file in its data directory called "control_auth_cookie". All your controller needs to do is to pass the contents of this file to authenticate() wh

Re: [tor-dev] how to configure the window size of tor browser

2012-10-05 Thread jiang song
thanks, there is no user.js in the folder On Fri, Oct 5, 2012 at 4:37 PM, adrelanos wrote: > jiang song: > > Hi, > > > >I want to make the tor browser with certain size, eg. 650*650, so as > to > > do some test on some webpages > >I used command l

[tor-dev] how to configure the window size of tor browser

2012-10-04 Thread jiang song
Hi, I want to make the tor browser with certain size, eg. 650*650, so as to do some test on some webpages I used command line like: App/Firefox/firefox --profile Data/profile -height 650 -width 650 but it doesn't work I tried to modify localstore.rdf in Data/profile, but it i

Re: [tor-dev] automation of open links in new tab in TBB

2012-09-29 Thread jiang song
thanks, BTW, do you know how to close the tab using command line like this? and when opening a youtube link like this: http://www.youtube.com/embed/CistYoLwL7M is there any script or command line to automate clicking on the "play button" ? thanks! On 9/28/12, adrelanos wrote: > Tested again on

Re: [tor-dev] automation of open links in new tab in TBB

2012-09-28 Thread jiang song
, you must first close the existing FIrefox process, or restart your system. I think the '-new-tab' doesnt play its role here. Maybe it can only works on Windows? I will try it later. On Fri, Sep 28, 2012 at 6:05 PM, adrelanos wrote: > jiang song: > > Hi, > > &g

[tor-dev] automation of open links in new tab in TBB

2012-09-28 Thread jiang song
Hi, If I use firefox, I can use a simple command line to open a link in a new tab automatically, like firefox www.google.com now I want to open TBB first, and then open a link in a new tab, is there any script or method to automate this operation? I need this automation for some exp