Registered | 6 months ago |
Last Visited | 3 weeks ago |
Total Posts | 4 |
![]() | igelineau 4 months ago |
I've been developping a program that automatically updates the Tor Browser Bundle and I wanted to share it with others as I find it very handy. It's written in C# but runs well on linux too (with Mono).
I posted it in the Getting Started section but finally I Ihink it's more appropriate here. H
by igelineau in General Questions
...
![]() | igelineau 5 months ago |
Finally it seems that automatically preserving addons while updating the bundle is pretty painful, and it may cause incompatibilities and other problems when installing a new version (depending on which addon is included by default in the bundle).
It could lead to security issues if it breaks
by igelineau in General Questions
...
![]() | igelineau 6 months ago |
Does it keep Firefox add-ons, that were installed on the top of TBB?"TOR Hacker"
I haven't tried installing addons in firefox before, so I don't know if it works.
For now, the updater only keeps firefox bookmarks (places.sqlite) and tor settings (torrc). I'l check it out and include it in t
by igelineau in General Questions
![]() | igelineau 6 months ago |
I've been developping a program to automatically update the Tor Browser Bundle and I wanted to share it with others. It's written in C# but runs well on linux too.
I made the source code available via Google code : tor-browser-bundle-updater
Tell me what you think of it !