|
@@ -140,8 +140,9 @@ class Webshot extends CallableInstance<[LazyMediaItem[], (...args) => void, numb
|
|
'section+div{overflow:hidden} section+*>*{position:relative!important} article{border-bottom:1px solid!important} ' +
|
|
'section+div{overflow:hidden} section+*>*{position:relative!important} article{border-bottom:1px solid!important} ' +
|
|
'main section+div>ul{width:auto!important;padding:16px 0!important} main section+div>ul>div>li{padding:6px 2px 12px!important}',
|
|
'main section+div>ul{width:auto!important;padding:16px 0!important} main section+div>ul>div>li{padding:6px 2px 12px!important}',
|
|
}))
|
|
}))
|
|
- .then(() => page.addStyleTag({
|
|
|
|
- content: '*{font-family:-apple-system,".Helvetica Neue DeskInterface",Hiragino Sans,Hiragino Sans GB,sans-serif!important}',
|
|
|
|
|
|
+ .then(() => page.addStyleTag({content:
|
|
|
|
+ '*{font-family:-apple-system,".Helvetica Neue DeskInterface",Hiragino Sans,Hiragino Sans GB,sans-serif!important}' +
|
|
|
|
+ '*{-webkit-font-smoothing:antialiased!important}',
|
|
}))
|
|
}))
|
|
// display absolute date and time, remove time element in thread and remove "comment limited" notice
|
|
// display absolute date and time, remove time element in thread and remove "comment limited" notice
|
|
.then(() => page.evaluate(() => {
|
|
.then(() => page.evaluate(() => {
|