ccd0
5e2ccfee2d
image error handling fixes
2014-07-31 10:35:37 -07:00
ccd0
f80fe44aea
fix image 404 redirect
2014-07-28 00:12:21 -07:00
ccd0
09dee74ca5
unexpanded images still being retried should be shown as expanding
2014-07-27 03:00:23 -07:00
ccd0
3aa96b32f0
improve error handling
2014-07-26 19:00:57 -07:00
ccd0
4821822562
consolidate error handling code
2014-07-22 01:58:40 -07:00
Zixaphir
b0941f4ae4
cleanup?
...
Conflicts:
LICENSE
builds/4chan-X-beta.user.js
builds/4chan-X.user.js
src/Images/ImageExpand.coffee
src/Images/ImageHover.coffee
2014-07-21 22:00:34 -07:00
ccd0
220553baef
don't need this check
2014-07-19 19:52:01 -07:00
ccd0
582992a093
more hover fixes
2014-07-19 16:49:30 -07:00
ccd0
f6641ee54e
fix hover bug, some code cleanup
2014-07-18 19:23:45 -07:00
ccd0
49122baa4a
don't remove encryption without asking
2014-07-13 13:03:29 -07:00
ccd0
e7b74b37e6
Release 4chan X v1.7.48.
2014-05-27 18:28:24 -07:00
ccd0
bca59889c7
drop sound option until we actually get sound somewhere
2014-05-16 19:52:18 -07:00
ccd0
a452b732fd
change res -> thread in JSON API URLs
2014-04-13 01:46:18 -07:00
ccd0
9acdd4bd85
tolerate new image links
2014-04-12 22:14:35 -07:00
ccd0
98514dd986
this should get width fitting working again
...
hopefully it doesn't break anything else
2014-04-06 21:38:44 -07:00
ccd0
53f6aac3d7
fix brainfart
2014-04-06 19:45:57 -07:00
ccd0
5f95bf3e3c
using el.videoHeight here does help
...
The whole thing appears to be a hack, though;
we should really be using the image dimensions
from the file info.
2014-04-06 19:17:58 -07:00
ccd0
81f1dbf0fb
work around FF forever-loading bug, other tweaks
...
Conflicts:
CHANGELOG.md
builds/4chan-X.user.js
builds/crx/script.js
2014-04-06 16:09:09 -07:00
ccd0
52949b545e
fix hover/expand so it works when switching between catalog/paged modes
...
Conflicts:
builds/4chan-X.user.js
builds/crx/script.js
2014-04-06 16:06:55 -07:00
ccd0
0f770459c0
get new hover working in catalog
...
Conflicts:
builds/4chan-X.user.js
builds/crx/script.js
src/General/UI.coffee
src/Images/ImageHover.coffee
2014-04-06 16:06:11 -07:00
ccd0
74ef633fd7
better approach to hover css
...
Conflicts:
builds/4chan-X.user.js
builds/crx/script.js
2014-04-06 16:04:36 -07:00
ccd0
342672bab3
implement length 1 queue of videos to be deleted
2014-04-04 22:11:17 -07:00
ccd0
07d5b9eeb8
global sound option
2014-04-04 15:35:16 -07:00
ccd0
26576b4420
video hover
2014-04-04 15:09:56 -07:00
Zixaphir
b6749b91a5
Merge branch 'mayhem' into v3
...
Conflicts:
CHANGELOG.md
CONTRIBUTING.md
css/style.css
html/General/Settings-section-Main.html
json/archives.json
package.json
src/Archive/Redirect.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Settings.coffee
src/General/lib/$.coffee
src/General/lib/thread.class
src/Linkification/Linkify.coffee
src/Miscellaneous/AnnouncementHiding.coffee
src/Monitoring/ThreadStats.coffee
2014-01-22 12:10:34 -07:00
Mayhem
1eaf43e39a
Fetch the image's HEAD status to see if it's still available or not.
...
Chrome bypasses the lack of CORS because we've allowed `i.4cdn.org` in the manifest.
2014-01-22 16:52:46 +01:00
Mayhem
710655f13e
Use xhr.responseType = 'json'.
2014-01-21 14:46:26 +01:00
Zixaphir
6dd2e60e9a
Element.contains was not Array.contains, lol
2013-12-25 10:10:51 -07:00
Zixaphir
91233b8d61
remove [].contains. It was a bad idea.
...
I shouldn't be messing with stuff like this without a really good
reason for doing so, and the longer I thought about it, the more
it occurred to me that I didn't have one.
2013-12-24 14:41:21 -07:00
Zixaphir
a3c1afa5cd
Merge -- probably bugged until I sort out everything
...
that's actually changed. Honestly, all I wanted was the
4cdn changes, but any excuse to merge was good enough, I guess.
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
CHANGELOG.md
Gruntfile.coffee
changelog-old
css/style.css
html/General/Settings.html
html/Monitoring/ThreadUpdater.html
html/Monitoring/ThreadWatcher.html
html/Posting/QR.html
package.json
src/Filtering/ThreadHiding.coffee
src/General/Build.coffee
src/General/Config.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Settings.coffee
src/General/lib/post.class
src/General/meta/manifest.json
src/Images/ImageExpand.coffee
src/Meta/banner.js
src/Miscellaneous/ExpandComment.coffee
src/Miscellaneous/ExpandThread.coffee
src/Miscellaneous/Keybinds.coffee
src/Miscellaneous/Nav.coffee
src/Monitoring/Favicon.coffee
src/Monitoring/ThreadStats.coffee
src/Monitoring/ThreadUpdater.coffee
src/Monitoring/ThreadWatcher.coffee
src/Monitoring/Unread.coffee
src/Posting/QuickReply.coffee
2013-11-22 17:25:06 -07:00
Mayhem
985afb2a1a
Support 4cdn.
2013-11-21 23:11:02 +01:00
Zixaphir
91cedb3b89
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
CHANGELOG.md
html/General/Settings-section-Rice.html
img/changelog/3.9.0/0.png
package.json
src/Images/AutoGIF.coffee
src/Images/RevealSpoilers.coffee
src/Miscellaneous/ExpandComment.coffee
src/Miscellaneous/IDColor.coffee
src/Monitoring/Unread.coffee
src/Posting/QuickReply.coffee
src/Quotelinks/QuoteInline.coffee
src/Quotelinks/QuotePreview.coffee
src/Quotelinks/QuoteYou.coffee
src/Quotelinks/Quotify.coffee
2013-10-13 13:53:38 -07:00
Mayhem
10e93091d7
{Post,Thread}::callbacks => {Post,Thread}.callbacks
2013-10-02 11:38:15 +02:00
seaweedchan
875f0cd4f8
Merge Zixaphir X
2013-08-12 00:07:39 -07:00
Zixaphir
582d067a10
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
CHANGELOG.md
CONTRIBUTING.md
Gruntfile.js
README.md
changelog-old
css/style.css
html/Monitoring/ThreadStats.html
html/Posting/QR.html
json/archives.json
package.json
src/Archive/Redirect.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Settings.coffee
src/General/UI.coffee
src/General/html/Settings/Filter-guide.html
src/General/lib/$.coffee
src/General/lib/clone.class
src/General/lib/post.class
src/Images/ImageHover.coffee
src/Menu/Menu.coffee
src/Monitoring/ThreadUpdater.coffee
src/Posting/QuickReply.coffee
src/Quotelinks/QuotePreview.coffee
src/Quotelinks/Quotify.coffee
2013-07-21 08:39:40 -07:00
Mayhem
33d3518e76
"id" -> "ID" in dataset suffixes.
2013-07-14 19:03:22 +02:00
Mayhem
ddbec61e1b
Use dataset setters instead of setAttribute.
2013-07-14 18:51:02 +02:00
Zixaphir
36e11ff921
Fix file redirection.
...
This was all my bad.
2013-05-12 15:34:29 -07:00
Zixaphir
249a739bfc
Add @MayhemYDG's archive redirection
2013-05-12 09:00:00 -07:00
Mayhem
538e117746
Add archive selection.
2013-05-06 06:57:29 +02:00
Jordan Bates
628898fd74
Imaging -> Images
2013-04-26 14:23:00 -07:00
Nicolas Stepien
a2e87f1200
Structure.
...
God damn War Thunder, download faster!
2013-04-26 17:40:51 +02:00