Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #15820

Closed (moved)
Open
Opened Apr 25, 2015 by yurivict271@yurivict271

'Check' site should have the YES/NO answer in the title + 2 other improvement suggestions

Currently title always has the question "Are you using Tor?"

It is very cheap and easy to make it much more informative by putting and answer there:

  • YES, You are using Tor or
  • NO, You are not using Tor

This will be great for people who are on slow connections and have to wait for many seconds for an answer, so they can switch to another page and still see the answer.

Additionally, for people with JavaScript enabled, you can also easily switch favicon to red one when the answer is NO, as a safety feature to catch attention more easily:

(function() {
    var link = document.createElement('link');
    link.type = 'image/x-icon';
    link.rel = 'shortcut icon';
    link.href = 'http://check.torproject.com/favicon-red.ico';
    document.getElementsByTagName('head')[0].appendChild(link);
}());

Additionally, again for people with JavaScript enabled, you can add the ability to automatically recheck every minute for an hour. When JavaScript is enabled, you don't need to reload the whole page, instead you can just fetch the boolean answer to save bandwidth, and then switch the page dynamically. So it will probably consume only 2 times the bandwidth, not 60 times, when it will update 60 times.

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#15820