Merge branch 'bstable'
This commit is contained in:
commit
cfb0efacf0
@ -52,6 +52,10 @@
|
||||
|
||||
### v1.13.15
|
||||
|
||||
**v1.13.15.10** *(2018-04-01)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.15.10/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.15.10/builds/4chan-X-noupdate.crx)]
|
||||
- Fix anti-autoplay regression causing some videos not to show up.
|
||||
- Show 2018 Apr 01 team names in thread updates and other posts generated from JSON.
|
||||
|
||||
**v1.13.15.9** *(2018-02-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.15.9/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.15.9/builds/4chan-X-noupdate.crx)]
|
||||
- Fix 404 redirection on error pages without doctype. #1811
|
||||
|
||||
|
||||
@ -18,15 +18,6 @@
|
||||
"boards": ["bant", "c", "e", "n", "news", "out", "p", "toy", "vip", "vp", "w", "wg", "wsr"],
|
||||
"files": ["bant", "c", "e", "n", "news", "out", "p", "toy", "vip", "vp", "w", "wg", "wsr"],
|
||||
"reports": true
|
||||
}, {
|
||||
"uid": 5,
|
||||
"name": "Love is Over",
|
||||
"domain": "archive.loveisover.me",
|
||||
"http": true,
|
||||
"https": true,
|
||||
"software": "foolfuuka",
|
||||
"boards": ["c", "d", "e", "i", "lgbt", "t", "u"],
|
||||
"files": ["c", "d", "e", "i", "lgbt", "t", "u"]
|
||||
}, {
|
||||
"uid": 8,
|
||||
"name": "Rebecca Black Tech",
|
||||
|
||||
@ -44,6 +44,7 @@ Build =
|
||||
isArchived: !!data.archived
|
||||
# file status
|
||||
fileDeleted: !!data.filedeleted
|
||||
xa18: data.xa18
|
||||
o.info =
|
||||
subject: Build.unescape data.sub
|
||||
email: Build.unescape data.email
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
?{tripcode}{ <span class="postertrip">${tripcode}</span>}
|
||||
?{pass}{ <span title="Pass user since ${pass}" class="n-pu"></span>}
|
||||
?{capcode}{ <strong class="capcode hand id_${capcodeLC}" title="Highlight posts by ${capcodePlural}">## ${capcode}</strong>}
|
||||
?{!capcode && typeof o.xa18 !== "undefined"}{ <strong class="capcode hand n-atb n-atb-${o.xa18} id_at${o.xa18}"></strong>}
|
||||
?{email}{</a>}
|
||||
?{boardID === "f" && !o.isReply || capcodeDescription}{}{ }
|
||||
?{capcodeDescription}{ <img src="${staticPath}${capcodeLC}icon${gifIcon}" alt="${capcode} Icon" title="This user is ${capcodeDescription}." class="identityIcon retina">}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user