Fix 4chan X in locked threads.
This commit is contained in:
parent
679630e887
commit
43bdf70d89
@ -3154,7 +3154,7 @@
|
|||||||
if (conf['Auto Noko'] && canPost) form.action += '?noko';
|
if (conf['Auto Noko'] && canPost) form.action += '?noko';
|
||||||
if (conf['Cooldown'] && canPost) cooldown.init();
|
if (conf['Cooldown'] && canPost) cooldown.init();
|
||||||
if (conf['Image Expansion']) imgExpand.init();
|
if (conf['Image Expansion']) imgExpand.init();
|
||||||
if (conf['Quick Reply']) qr.init();
|
if (conf['Quick Reply'] && canPost) qr.init();
|
||||||
if (conf['Thread Watcher']) watcher.init();
|
if (conf['Thread Watcher']) watcher.init();
|
||||||
if (conf['Keybinds']) keybinds.init();
|
if (conf['Keybinds']) keybinds.init();
|
||||||
if (g.REPLY) {
|
if (g.REPLY) {
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
master
|
master
|
||||||
- mayhem
|
- mayhem
|
||||||
Set image limit in Thread Stats to 251 for /a/ and /v/, default to 151.
|
Set image limit in Thread Stats to 251 for /a/ and /v/, default to 151.
|
||||||
|
Fix 4chan X in locked threads.
|
||||||
|
|
||||||
2.24.2
|
2.24.2
|
||||||
- mayhem
|
- mayhem
|
||||||
|
|||||||
@ -2498,7 +2498,7 @@ Main =
|
|||||||
if conf['Image Expansion']
|
if conf['Image Expansion']
|
||||||
imgExpand.init()
|
imgExpand.init()
|
||||||
|
|
||||||
if conf['Quick Reply']
|
if conf['Quick Reply'] and canPost
|
||||||
qr.init()
|
qr.init()
|
||||||
|
|
||||||
if conf['Thread Watcher']
|
if conf['Thread Watcher']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user