File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 33// @namespace http://www.jantrid.net/axSGrease/
44// @description Improves the accessibility of Twitter.
55// @author James Teh <jamie@jantrid.net>
6- // @copyright 2011 James Teh
6+ // @copyright 2011-2012 James Teh
77// @license GNU General Public License version 2.0
8- // @version 0.20111212 .01
8+ // @version 0.20120115 .01
99// @include https://twitter.com/*
1010// @include http://twitter.com/*
1111// ==/UserScript==
@@ -36,8 +36,7 @@ function onAttrModified(evt) {
3636 orig . getElementsByClassName ( "account-group" ) [ 0 ] . textContent
3737 + orig . getElementsByClassName ( "js-tweet-text" ) [ 0 ] . textContent
3838 + orig . getElementsByClassName ( "context" ) [ 0 ] . textContent
39- + orig . getElementsByClassName ( "tweet-stats-container" ) [ 0 ] . textContent
40- + orig . getElementsByClassName ( "metadata" ) [ 0 ] . textContent
39+ + orig . getElementsByClassName ( "time" ) [ 0 ] . textContent
4140 ) ) ;
4241 target . setAttribute ( "aria-expanded" ,
4342 ( classes . indexOf ( " open " ) == - 1 ) ? "false" : "true" ) ;
You can’t perform that action at this time.
0 commit comments