You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frensync.user.js
+3-12
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// ==UserScript==
2
2
// @name frensync
3
-
// @version 0.2.13
3
+
// @version 0.2.14
4
4
// @minGMVer 1.14
5
5
// @minFFVer 26
6
6
// @namespace frensync
@@ -32,7 +32,7 @@
32
32
33
33
g={
34
34
NAMESPACE: 'frensync',
35
-
VERSION: '0.2.13',
35
+
VERSION: '0.2.14',
36
36
MsApi: '1',
37
37
posts: {},
38
38
threads: [],
@@ -666,7 +666,7 @@
666
666
}
667
667
668
668
669
-
if((!linfo&&!oinfo)||(oinfo&&oinfo.ups>(6+Posts.nameByPost.length))){//forces an update with every new post but doesn't update to death on an stalled thread
0 commit comments