268 Commits

Author SHA1 Message Date
ccd0
900daa3e56 Work around Edge issues with HTMLCollections. 2015-08-02 01:37:39 -07:00
ccd0
c52e8e9ef8 Work around MutationObserver differences in Edge. 2015-08-02 01:16:24 -07:00
ccd0
66e2a304cc Add Edge to detected engines. 2015-08-02 00:57:48 -07:00
ccd0
5ffc7f4bd4 Move existence check into $.rm. 2015-07-30 21:52:44 -07:00
ccd0
910a71759e Show files in replies on /f/. 2015-07-12 16:43:39 -07:00
ccd0
5dff6f211d Merge branch 'bstable'
Conflicts:
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
2015-07-07 01:48:31 -07:00
ccd0
a3e4bad854 Fix file and thumbnail URLs from fireden.net. 2015-07-07 01:45:17 -07:00
ccd0
a34c4a7b73 Fix passing of key to $.sync callback in Firefox. 2015-07-04 12:49:13 -07:00
ccd0
60a946e359 Add link to Tampermonkey documentation. 2015-07-04 12:43:07 -07:00
ccd0
0402752060 Use Tampermonkey's GM_addValueChangeListener. 2015-07-04 12:39:19 -07:00
ccd0
56fb01add1 post.isDead is false by default, not absent. 2015-07-04 10:05:46 -07:00
ccd0
f84f301336 Add 'webkit' CSS class to document when WebKit engine is detected. 2015-06-30 21:20:06 -07:00
ccd0
8b83dbfe36 Posts no longer in index can no longer be assumed deleted. 2015-06-29 17:11:17 -07:00
ccd0
636bcf4af5 Use GM_deleteValue to determine whether GM_* function support is good enough. #69 2015-06-23 15:50:44 -07:00
ccd0
5f8ac8b8f6 Allow case where GM_listValues is not defined. 2015-06-23 15:42:06 -07:00
ccd0
0d06f4c350 Merge branch 'midori' 2015-06-22 10:47:20 -07:00
ccd0
d3cf221e77 Trying to access contentWindow caused error in FF+Greasemonkey.
This works in both FF and Chromium.
2015-06-21 15:13:04 -07:00
ccd0
f69cee50e4 Fix issue with iframe targetWindow not being immediately available. 2015-06-21 14:40:26 -07:00
ccd0
26e38c17b1 Remove remaining obsolete noscript captcha code. 2015-06-20 22:16:17 -07:00
ccd0
fb6359311f Fall back to localStorage, window.open when GM_* functions are not available. 2015-06-19 01:36:52 -07:00
ccd0
0def797cf9 Remove workarounds for Chromium < 34. 2015-06-12 23:49:00 -07:00
ccd0
cd23973d99 $.ajax: Each feature gets its own last-modified list. 2015-05-25 18:44:13 -07:00
ccd0
42c3c96359 Fix loading archived /f/ posts from before tag was recorded. 2015-05-02 18:29:25 -07:00
ccd0
385d94a9bd Fix PDF being parsed as tag on /po/. 2015-05-02 15:37:26 -07:00
ccd0
82b39a4fdf Add Flash tag to File Info Formatting. 2015-04-25 17:57:33 -07:00
ccd0
a8c544c862 Add isReply property. 2015-04-25 11:22:15 -07:00
ccd0
2fcb5b1d7c Don't count capcodes as unique IDs. 2015-04-25 00:51:21 -07:00
ccd0
192f985f55 Move post info into o.info. 2015-04-24 19:31:49 -07:00
ccd0
72f048377b Remove unused sizeInBytes. 2015-04-24 18:55:03 -07:00
ccd0
a2725a16de Merge branch 'master' into filter 2015-04-24 18:41:25 -07:00
ccd0
b83c2c9811 Fix whitespace being stripped from the comment before filtering.
This makes it possible to filter whitespace spam.
2015-04-24 01:02:57 -07:00
ccd0
88d1aafe28 Start working on keyboard navigation in image captcha.
Still having some issues with focusing in Firefox.
2015-04-17 00:46:23 -07:00
ccd0
27e8c59297 Add file.dimensions to Build.coffee object. 2015-04-13 01:44:27 -07:00
ccd0
c1f62d1612 Don't crash if link (which could be from archive) is not a 4chan filename. 2015-04-13 01:28:11 -07:00
ccd0
9c795c95b2 turl -> thumbURL 2015-04-13 00:40:19 -07:00
ccd0
20a31c2ba5 Include protocol in URLs. 2015-04-13 00:25:08 -07:00
ccd0
0847161bf5 Make file.size, file.sizeInBytes match Post class. 2015-04-12 23:01:27 -07:00
ccd0
c2080e8629 file.URL -> file.url 2015-04-12 22:45:36 -07:00
ccd0
3f22852412 Remove unused file.timestamp. 2015-04-12 21:43:46 -07:00
ccd0
e64815c24b comment -> commentHTML 2015-04-12 21:36:53 -07:00
ccd0
d0ab95a3fe date -> dateText 2015-04-12 20:12:33 -07:00
ccd0
08a8069d2a flagName -> flag 2015-04-12 20:06:14 -07:00
ccd0
b1201aa515 Make name/subject treatment more consistent. 2015-04-12 19:32:23 -07:00
ccd0
4fcc2d02f3 Make Build.coffee capcode property consistent with post.info.capcode. 2015-04-12 17:49:38 -07:00
ccd0
6ad0064f41 Suppress post thumbnails from loading until they are actually inserted into the index.
Hopefully a temporary way of doing this until we get filtering working on JSON
so we don't have to build the posts at all.
2015-03-28 18:27:09 -07:00
ccd0
897bdac327 Merge branch 'master' into html 2015-03-28 16:34:11 -07:00
ccd0
dded914e41 And a few more conditionals. 2015-03-28 16:24:27 -07:00
ccd0
bf34d8cacb Allow other names here. 2015-03-28 15:11:04 -07:00
ccd0
1c81838a91 Remove unneeded escaping. 2015-03-28 15:06:45 -07:00
ccd0
afaf6178e8 Merge branch 'master' into next 2015-03-26 19:12:05 -07:00