Commit Graph
31 Commits
Author SHA1 Message Date
Kerrick Long b64bfc9514 Pushing things into an array and joining it at the end is faster
than concatenating strings, because JS creates a new string for
every concatenatiion, and discards the old one.
2011-06-21 10:45:51 -05:00
Kerrick Long 2df1ce630c removed comment 2011-06-20 21:26:04 -05:00
Kerrick Long dbf791f252 terseness? 2011-06-20 21:22:45 -05:00
Kerrick Long 1e7790ea9c Fixed merged class and ID. 2011-06-20 21:20:13 -05:00
Kerrick Long 2c3f5ee471 As it turns out, using innerHTML gives better performance than createElement() and appendChild(). http://jsperf.com/dom-vs-innerhtml/11 Plus, it looks cleaner. 2011-06-20 21:19:52 -05:00
Kerrick Long ebc8d2d872 As it turns out, using innerHTML gives better performance
than createElement() and appendChild().
http://jsperf.com/dom-vs-innerhtml/11
Plus, it looks cleaner.
2011-06-20 21:12:46 -05:00
Kerrick Long c65ca8d841 New idea: fresh content 2011-06-20 15:37:21 -05:00
Kerrick Long 35f896a153 New ideas 2011-06-19 19:26:53 -05:00
Kerrick Long efe4129587 Downvoting now works. 2011-06-19 17:03:17 -05:00
Kerrick Long 4e4e458607 If the user is on a comments page, the popup no longer shows a submit link. 2011-06-19 06:50:47 -05:00
Kerrick Long 3e9ce33199 If the user is on the comments page, the badge now displays "..." instead of 1. 2011-06-19 06:49:41 -05:00
Kerrick Long 412963ecaa Detect if the user is on a comments page, and use info for that post if so. 2011-06-19 05:17:51 -05:00
Kerrick Long 122ddfae5c brace in the wrong place 2011-06-16 23:59:19 -05:00
Kerrick Long dde2dd848d Duh, wrong spot. 2011-06-16 23:56:44 -05:00
Kerrick Long 2902eac2ef I could sort the list 2011-06-16 23:56:24 -05:00
Kerrick Long 6ef7835f29 made hidden posts less opaque 2011-06-16 23:35:01 -05:00
Kerrick Long ee7adc5f55 created apiCall() so I can use that for all api calls and reuse code 2011-06-16 23:34:39 -05:00
Kerrick Long e6b2899e5e Removed duplicate date formatting functions. 2011-06-16 22:07:11 -05:00
Kerrick Long bbcb8b6042 Reddit deals in UTC time, so prettyDate needs to also. 2011-06-16 22:06:29 -05:00
Kerrick Long e4c92c1215 Changed README to markdown. 2011-06-16 20:19:57 -05:00
Kerrick Long 8062fc4bf1 I'll get things written correctly eventually... 2011-06-16 19:14:57 -05:00
Kerrick Long 74597ea456 whoops! 2011-06-16 19:14:10 -05:00
Kerrick Long 1cfce63866 Licensing 2011-06-16 19:13:15 -05:00
Kerrick Long 2b1d655abc moved popup css/js to their own files 2011-06-16 18:59:17 -05:00
Kerrick Long cecc61dd57 SQL stores booleans as plaintext. 2011-06-16 18:54:49 -05:00
Kerrick Long e65e82e160 clear cache on startup 2011-06-16 18:40:11 -05:00
Kerrick Long 4edfee47fb Aptana 3 project file 2011-06-16 18:33:48 -05:00
Kerrick Long d7c66b5bca Using an HTML 5 database instead of localStorage so I can cache data and store preferences in a more organized and quicker manner. 2011-06-16 18:33:34 -05:00
Kerrick Long 0410785162 updated name 2011-06-16 12:46:17 -05:00
Kerrick Long 1e460a77b2 initial upload 2011-06-16 12:43:14 -05:00
Kerrick Long 4cd705344e first commit 2011-06-16 12:33:59 -05:00