Kabir Sala
9c5ca585ed
Add setting to load captcha when you open the thread, disabled by default
2014-02-10 15:22:56 +01:00
Kabir Sala
1e1afcf2e7
Copy more from Zixaphir and Mayhem, proper(?) fix for Chrome
2014-02-10 04:45:23 +01:00
Kabir Sala
a7b2565e5b
Copy more from Zixaphir and Mayhem, proper(?) fix for Chrome
2014-02-10 04:45:04 +01:00
Kabir Sala
c9486b00ad
update crx
2014-02-10 02:01:06 +01:00
Kabir Sala
58861afcf7
Update readme
2014-02-10 01:59:55 +01:00
Kabir Sala
a1bc95a834
Merge branch 'master' of github.com:Spittie/4chan-x
2014-02-10 01:58:16 +01:00
Kabir Sala
6c2579449a
Release 4chan X v1.3.4.
2014-02-10 01:57:43 +01:00
Kabir Sala
76b2ecc0c5
Add fgts.eu, mawa.re
2014-02-10 01:17:30 +01:00
Kabir Sala
b368b0bbb4
Mayhem: Minor captcha fix.
2014-02-10 01:14:10 +01:00
Spittie
c1f44d5f6d
Update CHANGELOG.md
2014-02-10 00:47:15 +01:00
Kabir Sala
7bf68cecb2
Actually it works with Chrome, I just had to reset the old settings
2014-02-09 22:40:32 +01:00
Kabir Sala
04a7c9d7a3
Release 4chan X v1.3.3.
2014-02-09 22:11:20 +01:00
Kabir Sala
20d1a4b84c
Stuff
2014-02-09 21:45:18 +01:00
Kabir Sala
1b6052304b
Stuff
2014-02-09 21:43:31 +01:00
Kabir Sala
3bd506e617
Copy Mayhem
2014-02-09 19:36:28 +01:00
seaweedchan
8bb2ac71bd
Update README.md
2014-01-31 15:38:59 -07:00
Zixaphir
2ac2286ad5
Merge branch 'mayhem' into v3
...
Conflicts:
CHANGELOG.md
src/General/lib/$.coffee
src/Images/Sauce.coffee
2014-01-28 01:11:06 -07:00
Mayhem
fdca68fe38
Update $.rmAll according to a new benchmark.
2014-01-27 11:21:32 +01:00
Mayhem
06e5ce4ef6
It is now safe to use Node::remove.
2014-01-26 21:25:56 +01:00
Mayhem
24f93da8e7
Merge pull request #1407 from ParrotParrot/v3
...
Added %name to sauce
2014-01-25 13:41:46 -08:00
ParrotParrot
985be3113d
Added Original filename to Sauce
2014-01-25 22:40:51 +01:00
ParrotParrot
0aaa9af8cc
changed to lowercase
2014-01-25 20:35:12 +01:00
ParrotParrot
7000c3c110
changed to lowercase
2014-01-25 20:34:45 +01:00
ParrotParrot
dbd4de88b1
%NAME is indeed better
2014-01-25 20:31:27 +01:00
ParrotParrot
1118b38026
Not Necessary
2014-01-25 20:30:55 +01:00
ParrotParrot
3d19f2ff11
%NAME is indeed better
2014-01-25 20:30:24 +01:00
ParrotParrot
5752e082ab
added %FNAME case to data.Conf.sauces
...
I don't know what this actually does. Sounds stupid, but i only added a case because it's the only other place in the code that calls %URL and %TURL outside of HTML pages. Please review carefully.
2014-01-25 20:10:57 +01:00
ParrotParrot
7a2faf861e
Added %FNAME case to link.replace switch
2014-01-25 20:10:40 +01:00
ParrotParrot
d5f5349c63
Added %FNAME case to the HTML page
2014-01-25 20:10:24 +01:00
Zixaphir
51ba83538a
Better $.rmAll
...
I verified an issue with the previous benchmark and even wrote a
more efficient method based off el.cloneNode(false);, which I would
use if cloneNode could inherit eventListeners
Speaking of events. there is still no interface for gather all
eventListeners on a given element (or its children). Apparently the
issue is that the w3c doesn't think there is a legitimate use case
for it. Heh.
2014-01-24 16:10:04 -07:00
Zixaphir
b62d82bed0
Mayhem made responseType JSON default for any URL containing .json.
2014-01-24 14:48:39 -07:00
Mayhem
c430e97afd
Update deps.
...
Fix gruntjs/grunt-contrib-compress#80
2014-01-22 20:32:28 +01:00
Zixaphir
f133da454d
Fix settings dialog, customize reset button
2014-01-22 12:24:30 -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
c7c8ea9ec5
Add a Reset Settings button.
2014-01-22 16:33:08 +01:00
Mayhem
0b39d6d3f5
Simplify export settings code.
...
Firefox does let us download links now.
2014-01-22 15:50:00 +01:00
Mayhem
8a3af6f69f
Toggling Header auto-hide on scroll should update the Conf too now.
2014-01-22 09:52:44 +01:00
Mayhem
b0689af89a
Release 4chan X v3.15.2.
2014-01-22 09:31:06 +01:00
Mayhem
119f059ea9
Changelog.
2014-01-22 09:30:58 +01:00
Zixaphir
702a343f5e
Fix image expansion
...
DURR
2014-01-21 13:57:28 -07:00
Mayhem
c49579efcd
Attemps to fix possible race condition in setArea(). #1342
2014-01-21 20:01:58 +01:00
Mayhem
6e450030f1
Only Chrome/Firefox/Opera are supported.
2014-01-21 16:54:42 +01:00
Mayhem
5ef395cc8d
Simplify code related to clear hidden posts/threads button in settings.
2014-01-21 16:19:57 +01:00
Mayhem
0fdf5c89bb
mouseenter did not work as I expected, reverting to mouseover.
2014-01-21 15:37:28 +01:00
Mayhem
508ab4f884
Make $.addClass/rmClass use multiple classes at once.
2014-01-21 15:30:47 +01:00
Mayhem
7495a905dd
Fix thread expanding.
...
Apparently an xhr's reponse is read-only.
2014-01-21 15:17:00 +01:00
Mayhem
e25fd080bc
Foolfuuka's API URL does not end with .json so we must define the responseType manually.
2014-01-21 15:09:16 +01:00
Mayhem
64a90bf8d3
Up min Chrome requirement.
2014-01-21 14:55:14 +01:00
Mayhem
710655f13e
Use xhr.responseType = 'json'.
2014-01-21 14:46:26 +01:00