Auto-GIF in /gif/ and /wsg/
This commit is contained in:
parent
8f2619d2f1
commit
fbdc001519
@ -4908,7 +4908,7 @@
|
||||
|
||||
AutoGIF = {
|
||||
init: function() {
|
||||
if (g.VIEW === 'catalog' || !Conf['Auto-GIF'] || ['gif', 'wsg'].contains(g.BOARD.ID)) {
|
||||
if (g.VIEW === 'catalog' || !Conf['Auto-GIF']) {
|
||||
return;
|
||||
}
|
||||
return Post.prototype.callbacks.push({
|
||||
|
||||
@ -3270,7 +3270,7 @@ RevealSpoilers =
|
||||
|
||||
AutoGIF =
|
||||
init: ->
|
||||
return if g.VIEW is 'catalog' or !Conf['Auto-GIF'] or ['gif', 'wsg'].contains g.BOARD.ID
|
||||
return if g.VIEW is 'catalog' or !Conf['Auto-GIF']
|
||||
|
||||
Post::callbacks.push
|
||||
name: 'Auto-GIF'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user