Mercurial > hg > toolbox
comparison scripts/greasemonkey_scraper.py @ 0:b0942f44413f
import from git://github.com/mozilla/toolbox.git
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 11 May 2014 09:15:35 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b0942f44413f |
---|---|
1 """ | |
2 // ==UserScript== | |
3 // @name TidyBox | |
4 // @namespace http://squarefree.com/userscripts | |
5 // @description Shrinks Tinderbox, letting you hover instead of scrolling to see information. If you want to click a link in a popup, click to freeze the popup in place. | |
6 // @include http://tinderbox.mozilla.org/* | |
7 // @author Jesse Ruderman - http://www.squarefree.com/ | |
8 // ==/UserScript== | |
9 | |
10 // Version history: | |
11 | |
12 // 2008-02-23 Initial release | |
13 // 2008-05-19 Updated for http://tinderbox.mozilla.org/showbuilds.cgi?tree=Mozilla2 | |
14 // 2008-06-27 Detect "OS X" in addition to "Mac OS X". Detect "leak test". | |
15 // 2008-11-23 Make it work on static pages and on the Camino page. Add MIN_COLUMNS. | |
16 // 2009-02-04 Inline the log links and "add comment" button (contributed by Jonas Sicking) | |
17 // Also, add C links (contributed by Boris Zbarsky), and add links to the top-right. | |
18 // 2009-02-14 Fix a bug where the 'pushlog + tinderbox' link was missing on calm trees. | |
19 // 2009-08-08 Add 'M', 'E', 's', 'X' box types. | |
20 // 2009-08-18 Hide animated flames (patch from cjones). | |
21 // 2010-02-16 Update for split unit tests. Show opt vs debug. Fix animated-flame hiding. | |
22 """ |