Quotify inside archived posts.
This commit is contained in:
parent
7b0c961805
commit
0477eb595c
@ -3746,6 +3746,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
comment = bq.innerHTML.replace(/(^|>)(>[^<$]*)(<|$)/g, '$1<span class=quote>$2</span>$3');
|
comment = bq.innerHTML.replace(/(^|>)(>[^<$]*)(<|$)/g, '$1<span class=quote>$2</span>$3');
|
||||||
|
comment = comment.replace(/((>){2}(>\/[a-z\d]+\/)?\d+)/g, '<span class=deadlink>$1</span>');
|
||||||
o = {
|
o = {
|
||||||
postID: postID,
|
postID: postID,
|
||||||
threadID: data.thread_num,
|
threadID: data.thread_num,
|
||||||
|
|||||||
@ -2978,6 +2978,8 @@ Get =
|
|||||||
'</b>'
|
'</b>'
|
||||||
# greentext
|
# greentext
|
||||||
comment = bq.innerHTML.replace /(^|>)(>[^<$]*)(<|$)/g, '$1<span class=quote>$2</span>$3'
|
comment = bq.innerHTML.replace /(^|>)(>[^<$]*)(<|$)/g, '$1<span class=quote>$2</span>$3'
|
||||||
|
# quotes
|
||||||
|
comment = comment.replace /((>){2}(>\/[a-z\d]+\/)?\d+)/g, '<span class=deadlink>$1</span>'
|
||||||
|
|
||||||
o =
|
o =
|
||||||
# id
|
# id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user