Nicolas Stepien
c12538f2c7
Filter improvements. Add flags: op (yes|no|only), per boards or global, highlight or hide.
...
Remove Filter OPs option. Turn on Filter and Recursive Filtering by default.
Close #18 .
2012-02-21 02:14:11 +01:00
Nicolas Stepien
d4bb307404
Fix #250 .
2012-02-20 18:20:55 +01:00
Nicolas Stepien
734eeae827
Fix quoting the OP didn't select the thread ID.
2012-02-20 18:15:47 +01:00
Nicolas Stepien
18898b825c
Release 2.26.4.
2012-02-20 02:43:42 +01:00
Nicolas Stepien
0ef5b37ce2
Fix #206
2012-02-20 02:35:12 +01:00
Nicolas Stepien
da843081b2
Disable the QR if we're banned. Close #215 .
2012-02-20 02:27:10 +01:00
Nicolas Stepien
fdef6b55d7
Don't reload the iframe if we're banned. Don't hide the iframe, put it in the head. #243
2012-02-20 01:39:00 +01:00
Nicolas Stepien
07f6a586a5
Don't error if the image has loaded when it's not hovering anymore.
2012-02-19 21:54:25 +01:00
Nicolas Stepien
b01dfd42dd
Remove ban checking from the updater. Bans only affect sys.4chan.org from now on.
2012-02-19 17:44:37 +01:00
Nicolas Stepien
ebbdb57fd3
Auto-gif should work with spoiler revealed GIFs.
2012-02-19 17:36:52 +01:00
Nicolas Stepien
e2051be615
Fix missing parentheses in auto-gif. Close #245
2012-02-19 17:26:19 +01:00
Nicolas Stepien
311101297c
Faster threading.
2012-02-19 07:36:47 +01:00
Nicolas Stepien
6c03dfe2ef
Changelog.
2012-02-18 23:05:54 +01:00
Nicolas Stepien
164ebe23d1
Fix history issues on Chrome, it apparently doesn't like void() in the window.location. Close #241 .
2012-02-18 23:00:31 +01:00
Nicolas Stepien
342aef9e3a
Foolz does not archive these boards' images.
2012-02-18 22:54:53 +01:00
Nicolas Stepien
1fc62d929d
Add /vg/ archive redirection.
2012-02-18 22:51:38 +01:00
Nicolas Stepien
8d297e8c53
Fix return value in watcher toggle.
2012-02-18 22:46:34 +01:00
Nicolas Stepien
61040279f4
Get rid of iframes and thus of the "Loading" state of the QR too.
...
The "Loading" state should be shorter for Firefox users too as we get rid of an iframe workaround
required for Chrome.
2012-02-18 22:35:14 +01:00
Nicolas Stepien
1b7efd8ec3
Fix #239 .
2012-02-18 21:01:57 +01:00
Nicolas Stepien
34402bb3d4
Reposition image hovering once the image is loaded. Close #237 .
2012-02-18 20:53:50 +01:00
Nicolas Stepien
24440ad0ad
Add image hover event listeners only when needed.
2012-02-18 19:15:38 +01:00
Nicolas Stepien
b1f257fbd9
Few small optimizations.
2012-02-18 01:58:11 +01:00
Nicolas Stepien
06e450160f
Replace a few innerHTML = to textContent =
2012-02-18 01:44:52 +01:00
Nicolas Stepien
257a31f8be
So contains() was actually useful for hidden threads.
2012-02-18 01:25:46 +01:00
Nicolas Stepien
087dda6f48
Looking for the thread class is required for moot's posts.
2012-02-18 01:05:45 +01:00
Nicolas Stepien
1eece6a652
Basic implementation of the mutation method macro.
...
See http://www.w3.org/TR/dom/#mutation-method-macro
This decreases by ~30% the count of mutation observations.
There's most likely room for improvements, and maybe fixes.
Also fix an apparently old bug: thread unexpanding stopped at stubs.
2012-02-18 00:54:17 +01:00
Nicolas Stepien
0181eb7532
Fuse OP and Cross Thread quote indicators callbacks. This is somewhat faster.
2012-02-17 22:20:49 +01:00
Nicolas Stepien
acdd6af479
Domain for omploader changed.
2012-02-17 14:54:55 +01:00
Nicolas Stepien
af34b16310
Use Mutation Observers instead of Mutation Events for inserted elements in the threads on Chrome 18+ and other browsers once they support it. It is 330% faster to expand the 1200 replies sticky on /a/ using this method.
2012-02-16 21:14:53 +01:00
Nicolas Stepien
c46dc8eab3
It doesn't notify, it indicates.
2012-02-16 17:16:44 +01:00
Nicolas Stepien
472c58b318
Release 2.26.3.
2012-02-16 16:37:26 +01:00
Nicolas Stepien
1383f6d548
Add a reply counter in the dump list. Close #225 .
2012-02-16 16:30:09 +01:00
Nicolas Stepien
eb93463f26
futaba/burichan fixes. Close #223
2012-02-16 16:02:54 +01:00
Nicolas Stepien
916a98d089
Start the QR by reloading the captcha to avoid browser cached captchas.
2012-02-16 15:49:59 +01:00
Nicolas Stepien
d8752b7925
Compile.
2012-02-16 15:27:25 +01:00
Nicolas Stepien
2e958f8b31
/vg/ has an image limit of 500.
2012-02-16 15:25:50 +01:00
Nicolas Stepien
e52b2f75fa
Fix and improve unXXXifier.
2012-02-16 15:22:11 +01:00
Nicolas Stepien
3d8f62abd0
Fix autoposting stopping on incorrect captcha.
2012-02-16 14:57:12 +01:00
Nicolas Stepien
c2a2a7c5bf
Fix saving options with a ' in it.
2012-02-15 15:25:13 +01:00
Nicolas Stepien
751077d3ac
Release 2.26.2.
2012-02-15 13:58:15 +01:00
Nicolas Stepien
2292ac2815
Add option to fix XXX'd post numbers.
2012-02-15 13:56:01 +01:00
Nicolas Stepien
6716d64b97
Foolz currently archives /v/.
2012-02-15 13:35:20 +01:00
Nicolas Stepien
2fa4e4d81e
Fix post number quoting for /b/ and /v/.
2012-02-15 13:32:53 +01:00
Nicolas Stepien
53405d085f
Temporarily revert "Take messaging between iframes out of the qr code, get ready for ajaxing with
...
images.4chan.org"
This reverts commit dea285d389cdb33b30a92d6057434120ee4b0928.
2012-02-15 13:29:32 +01:00
Nicolas Stepien
227ad8fefb
Temporarily revert "Tell Greasemonkey users to install Scriptish. I can't even get the iframes to load
...
correctly anymore."
This reverts commit 558fa8956d40d7f9ae8a86556c2de4ffa7820b29.
2012-02-15 13:28:56 +01:00
Nicolas Stepien
558fa8956d
Tell Greasemonkey users to install Scriptish. I can't even get the iframes to load correctly anymore.
2012-02-15 01:59:21 +01:00
Nicolas Stepien
dea285d389
Take messaging between iframes out of the qr code, get ready for ajaxing with images.4chan.org
2012-02-14 21:57:13 +01:00
Nicolas Stepien
6d41588e00
Disable sauces in /f/. Fix #211
2012-02-13 19:56:44 +01:00
Nicolas Stepien
f2a673eef1
We most likely will only use the anchor of the thumbnail, not the thumbnail itself. This should be quite faster.
2012-02-12 19:12:53 +01:00
Nicolas Stepien
b9e02c73de
Release 2.26.1.
2012-02-11 21:36:06 +01:00