[tor-bugs] #10399 [Tor bundles/installation]: Tor Browser should be visually distinguished from Firefox to prevent user error

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Sep 23 07:06:58 UTC 2014


#10399: Tor Browser should be visually distinguished from Firefox to prevent user
error
-------------------------------------+-------------------------------------
     Reporter:  ageisp0lis           |      Owner:  erinn
         Type:  enhancement          |     Status:  new
     Priority:  trivial              |  Milestone:
    Component:  Tor                  |    Version:
  bundles/installation               |   Keywords:  tbb-usability, needs-
   Resolution:                       |  triage
Actual Points:                       |  Parent ID:
       Points:                       |
-------------------------------------+-------------------------------------

Comment (by dwt):

 Well, got a good tip on irc.mozilla.org#addons to look at plugins like
 https://addons.mozilla.org/de/firefox/addon/bob-marley-2014-theme-with-/
 which basically uses the lightweight theme manager directly to install a
 lightweight theme like this from a plugins bootstrap.js

 {{{
         let lightweightTheme = {
                 "custom": true,
                 "footerURL": "chrome://<pluginname>/skin/footer.png",
                 "headerURL": "chrome://<pluginname>/skin/header.png",
                 "accentcolor": "#ffffff",
                 "textcolor": "#000000",
                 "id": "<pluginname>",
                 "name": "Prevent confusing firefox and tor browser
 windows"
         }
 Components.utils.import("resource://gre/modules/LightweightThemeManager.jsm");
         LightweightThemeManager.themeChanged(lightweightTheme)
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10399#comment:15>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list