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 = comment.replace(/((>){2}(>\/[a-z\d]+\/)?\d+)/g, '<span class=deadlink>$1</span>');
|
||||
o = {
|
||||
postID: postID,
|
||||
threadID: data.thread_num,
|
||||
|
||||
@ -2978,6 +2978,8 @@ Get =
|
||||
'</b>'
|
||||
# greentext
|
||||
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 =
|
||||
# id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user