Merge branch 'v3'
Conflicts: builds/4chan-X.user.js
This commit is contained in:
commit
a5471ba547
@ -10363,7 +10363,7 @@
|
||||
j = j < 7 ? j : 7;
|
||||
}
|
||||
ThreadUpdater.seconds = Conf['Optional Increase'] ? (cur = [0, 5, 10, 15, 20, 30, 60, 90, 120, 240, 300][j] > i) ? cur : i : i;
|
||||
ThreadUpdater.set('timer', ThreadUpdater.seconds);
|
||||
ThreadUpdater.set('timer', ThreadUpdater.seconds++);
|
||||
clearTimeout(ThreadUpdater.timeoutID);
|
||||
return ThreadUpdater.timeout();
|
||||
},
|
||||
@ -15775,9 +15775,9 @@
|
||||
'Announcement Hiding': PSAHiding,
|
||||
'Fourchan thingies': Fourchan,
|
||||
'Color User IDs': IDColor,
|
||||
'Reveal Spoilers': RemoveSpoilers,
|
||||
'Custom CSS': CustomCSS,
|
||||
'Linkify': Linkify,
|
||||
'Reveal Spoilers': RemoveSpoilers,
|
||||
'Resurrect Quotes': Quotify,
|
||||
'Filter': Filter,
|
||||
'Thread Hiding Buttons': ThreadHiding,
|
||||
|
||||
@ -10353,7 +10353,7 @@
|
||||
j = j < 7 ? j : 7;
|
||||
}
|
||||
ThreadUpdater.seconds = Conf['Optional Increase'] ? (cur = [0, 5, 10, 15, 20, 30, 60, 90, 120, 240, 300][j] > i) ? cur : i : i;
|
||||
ThreadUpdater.set('timer', ThreadUpdater.seconds);
|
||||
ThreadUpdater.set('timer', ThreadUpdater.seconds++);
|
||||
clearTimeout(ThreadUpdater.timeoutID);
|
||||
return ThreadUpdater.timeout();
|
||||
},
|
||||
@ -15763,9 +15763,9 @@
|
||||
'Announcement Hiding': PSAHiding,
|
||||
'Fourchan thingies': Fourchan,
|
||||
'Color User IDs': IDColor,
|
||||
'Reveal Spoilers': RemoveSpoilers,
|
||||
'Custom CSS': CustomCSS,
|
||||
'Linkify': Linkify,
|
||||
'Reveal Spoilers': RemoveSpoilers,
|
||||
'Resurrect Quotes': Quotify,
|
||||
'Filter': Filter,
|
||||
'Thread Hiding Buttons': ThreadHiding,
|
||||
|
||||
@ -122,9 +122,9 @@ Main =
|
||||
'Announcement Hiding': PSAHiding
|
||||
'Fourchan thingies': Fourchan
|
||||
'Color User IDs': IDColor
|
||||
'Reveal Spoilers': RemoveSpoilers
|
||||
'Custom CSS': CustomCSS
|
||||
'Linkify': Linkify
|
||||
'Reveal Spoilers': RemoveSpoilers
|
||||
'Resurrect Quotes': Quotify
|
||||
'Filter': Filter
|
||||
'Thread Hiding Buttons': ThreadHiding
|
||||
|
||||
@ -176,7 +176,7 @@ ThreadUpdater =
|
||||
if cur = [0, 5, 10, 15, 20, 30, 60, 90, 120, 240, 300][j] > i then cur else i
|
||||
else
|
||||
i
|
||||
ThreadUpdater.set 'timer', ThreadUpdater.seconds
|
||||
ThreadUpdater.set 'timer', ThreadUpdater.seconds++
|
||||
clearTimeout ThreadUpdater.timeoutID
|
||||
ThreadUpdater.timeout()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user